Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
284 views

I am currently trying to migrate from Vue2 to Vue3 using migration build. When I try to build the project, the following error occurs: Syntax Error: TypeError: Cannot read properties of undefined (...
Rae's user avatar
  • 15
0 votes
0 answers
110 views

always show error ERROR in ./public/data-test.csv 2:12 Module parse failed: Unexpected token (2:12) You may need an appropriate loader to handle this file type, currently no loaders are configured to ...
Habibatul Jalilah's user avatar
2 votes
1 answer
3k views

I'm using Swiper Element for slide effects in a Vue app, it works fine but I keep getting these two warnings, [Vue warn]: Failed to resolve component: swiper-slide If this is a native custom element, ...
anas ali's user avatar
  • 113
0 votes
1 answer
139 views

I have a new, very barebones project. If I attempt to import json into my entry file (vanilla .js), it works, eg: import pkg from './package.json'; When I attempt to do the same in a .vue file's <...
derrick's user avatar
0 votes
2 answers
792 views

I updated Nodejs version on my Vue 2 project from 14 to 18 (16 has the same issue). It was fine in the beginning. But, at some point in the last month when I decided to clean up Docker caches, images, ...
dudintv's user avatar
  • 61
0 votes
0 answers
48 views

**The require method images are not rendered with Vuejs. Even though I've add the vue-loader dependency, and the props are delivered correctly. The template is simple - just an array in App component, ...
user avatar
1 vote
1 answer
942 views

I want to create mini Vue app embedded in the Shopware 6 storefront (inside TWIG ecosystem). So far I have this: MyPluginTheme\src\Resources\app\storefront\build\webpack.config.js const { join, ...
Robert Rypuła's user avatar
12 votes
2 answers
15k views

I am trying to use vue-loader with my SPA VUE APP, And I'm getting the following error. ERROR in ./app2.vue Module build failed (from ./node_modules/vue-loader/dist/index.js): TypeError: Cannot ...
daniel's user avatar
  • 199
-1 votes
1 answer
2k views

I wanted to create a project using this github repo as a base: https://github.com/suresh-ramani/laravel-vue3-vite The repo essentially enables a Laravel 9 full stack server-side rendered application ...
Daemonleak's user avatar
0 votes
0 answers
226 views

I have my VueJS project and I want to use VueJs single page components in it. The project is desired to be CRUD application that works with PotrgeSQL tables so it has all corresponding dependencies. ...
IngeniousTom's user avatar
0 votes
1 answer
528 views

I compile my code via webpack(^5.51.1) and vue-loader(^17.0.0) and I tried firing up an old project and it's giving me this error: [webpack-cli] Failed to load '/var/www/webpack.config.js' config [...
Florian Becker's user avatar
2 votes
0 answers
1k views

My webpack dev server which need to launch electron app generate this error : Cannot find module 'vue-loader/lib/loaders/pitcher' I installed the next version of vue-loader because I'm in vueJS3 ...
miltone's user avatar
  • 4,816
7 votes
0 answers
960 views

Is there a way to pre compile Vue3 templates for client side rendering using Vite to avoid 'unsafe-eval' errors? Seems like Vue-Loader allowed template pre compilation but I am not finding the same ...
rreyes1979's user avatar
  • 1,945
0 votes
1 answer
281 views

I'm not sure what's going on here, I updated webpack-encore and vue loader to the most recent versions, and suddenly the HTML for slots compiles into something really weird. It's just a simple <...
Lehren's user avatar
  • 149
4 votes
2 answers
17k views

After trying to clone my project from GitHub, (Had to delete I locally). I started to get the following error. error in ./src/App.vue?vue&type=template&id=7ba5bd90&ts=true Module parse ...
backurdi's user avatar
  • 131
2 votes
2 answers
5k views

When i try to run "cross-env NODE_ENV=development nodemon ./server.js" i got these error: ModuleBuildError: Module build failed (from ./node_modules/vue-loader/lib/loaders/templateLoader.js)...
codeaizy's user avatar
1 vote
1 answer
1k views

After working through a major npm package update, I am getting an error thrown from my nuxt config file… I haven’t found a link showing me transformAssetUrls current state (if it has been deprecated/...
Joshua's user avatar
  • 503
4 votes
3 answers
6k views

Im trying to install the vuetify but it is giving me this Error: [VuetifyLoaderPlugin Error] No matching rule for vue-loader found. Make sure there is at least one root-level rule that uses vue-loader ...
istryingtocode's user avatar
2 votes
1 answer
1k views

My packageJSON "devDependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.35", "@fortawesome/free-solid-svg-icons": "^5.15.3", ...
Md Nurul Afsar Pervez's user avatar
4 votes
1 answer
2k views

I would like to ask what is the best approach to include and reuse Vue components that are written in .vue files (SFC), into existing web pages. For example lets say there is already an SPA project ...
weaklin's user avatar
  • 86
2 votes
1 answer
637 views

I have a vue2 component that looks like this: <template> <p>Hello world</p> </template> <script> export default { name: 'Example' }; </script> <docs> Some ...
Johannes Stricker's user avatar
1 vote
1 answer
695 views

I have a scoped style tag in my vue component: <style scoped> .ttt{ background-color: red; } </style> When I build my project with npm and webpack, the styles are not ...
user2810895's user avatar
  • 1,374
1 vote
1 answer
1k views

I have a problem with webpack 5 and Vue.js 3 hot reloading - I don't know if some npm packages need updating (vue-loader?) or if I'm doing something wrong. I created a minimal repository here: https://...
dennis's user avatar
  • 887
0 votes
1 answer
844 views

I am using Vue CLI which abstracts away much of the Webpack configuration for running and building the application. This comes with some benefits, but I am at a loss as to how to create specific rules ...
ogot's user avatar
  • 341
1 vote
1 answer
292 views

I am trying to access vuetify inside a component I dynamically get from http-vue-loader. I received an error that says vuetify components weren't registered. I then try to import the needed ...
den0's user avatar
  • 186

1
2 3 4 5 6