Skip to main content

All Questions

Tagged with
-1 votes
1 answer
106 views

Failed to install Vue.js Cli

node -v: v8.10.0 npm -v: 3.5.2 While running npm install -g @vue/cli or sudo npm install -g @vue/cli I get the error below and failed to download Vue CLI
Tarun Jain's user avatar
4 votes
2 answers
13k views

vue-cli-service: Permission denied while running npm run serve

I am trying to run simple vue project. However, somehow I am not able to run it on my openSUSE TW (20200615) system. I am using NVM for my node installation. Following is my environment nvm --...
Dexter's user avatar
  • 1,551
1 vote
0 answers
70 views

Npm Error when install vue.js 2 using webpack

I have error when I install veu using vue cli. I use "vue init webpack-simple frontend". I use node.js '9.9 and npm '5.6.0. this Screenshot about error. ~ I'm Sorry I don't use imgur.com to upload ...
Abdul Rahmat's user avatar
4 votes
1 answer
9k views

Docker container running vue-cli Welcome Page on localhost: This site can’t be reached

Question I would like to see the vue-cli welcome page in chrome, running from a Docker Container on my Mac. I am struggling to set up the proper configuration for this to work. What am I missing? ...
Chadd's user avatar
  • 636
5 votes
2 answers
19k views

Import js file from node_modules in vue-cli app

I've installed this with npm : https://github.com/hchstera/vue-charts Doing npm install hchs-vue-charts Which is a package to make charts in my views. I just want to know how to import this lib ...
MounirOnGithub's user avatar
228 votes
22 answers
298k views

How to change port number in vue-cli project

How to change the Port number in the Vue-CLI project so that it runs on another port instead of 8080.
salman's user avatar
  • 2,417
69 votes
5 answers
91k views

How to run production site after build vue cli

I'm using VueCLI 2 and build as production. THe build.js is built and compiled into 200KB. When I re-run the server as development, it loaded 3MB. I'm sure the build.js inside dist folder is 200KB. I ...
Abel's user avatar
  • 1,604
2 votes
1 answer
2k views

Vue-cli - Getting Error: EEXIST: file already exists, mkdir 'C:\User\Project\VueJSapp' on npm run dev command

I am using vue-cli. When I am starting the server with the command "npm run dev", I am getting the below error:- Also, I am getting this error when I am running "npm Install" command.
Shashank's user avatar
  • 348