Home > Software design >  npm install error code 1 in vue.js when trying to create a project
npm install error code 1 in vue.js when trying to create a project

Time:01-05

I have a problem while creating my project with vue.js, wanting to start to take in hands this framework, I find myself facing a wall. The problem is that every time I enter the following command line in the windows command prompt I get this error:

(c) Microsoft Corporation. Tous droits réservés.

C:\WINDOWS\system32>vue --version
@vue/cli 4.5.15

C:\WINDOWS\system32>vue create other-one


Vue CLI v4.5.15
? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, CSS Pre-processors, Linter
? Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default): Sass/SCSS (with node-sass)
? Pick a linter / formatter config: Basic
? Pick additional lint features: Lint on save
? Where do you prefer placing config for Babel, ESLint, etc.? In dedicated config files
? Save this as a preset for future projects? No


Vue CLI v4.5.15
✨  Creating project in C:\WINDOWS\system32\other-one.
           
  •  Tags:  
  • Related