3

Emenvironment

  • Windows 10 wsl -> Ubuntu 18.04.4 LTS
  • node v8.10.0
  • npm v6.14.4
  • Vue CLI v4.3.1

Scene

When I use vue create my-project to create a new project, I select the following options:

enter image description here

enter image description here

however, no matter how hard I try, it stops here:

enter image description here

Ravikiran Reddy Kotapati
  • 2,485
  • 3
  • 22
  • 27
  • Hi, what is your node version?, if you press enter when the installation is stuck what happens?. – Oscar Velandia Apr 14 '20 at 02:29
  • First, the version of node is v8.10.0。The installation stopped halfway through,It seems to me that it's permanently stopped at the point of installing the vue cli plugin – Yearth Lucifer Apr 14 '20 at 02:34
  • 2
    probably your problem is due to the node version, take in account that the last lts in the 8 version is v8.17.0 . You have Node Version Manager?, if this is the case, please install at least the v8.17.0 with the command "nvm install v8.17.0 " I test the vue cli command with this version and works perfect. – Oscar Velandia Apr 14 '20 at 02:47
  • Ok, thank you for your solution, I will try and tell you when I have the result – Yearth Lucifer Apr 14 '20 at 02:52
  • 1
    Now that I have successfully created the project, thank you for your answer – Yearth Lucifer Apr 14 '20 at 03:23

0 Answers0