79318917

Date: 2024-12-31 00:40:14
Score: 1
Natty:
Report link

For anyone on a Mac you will need to do the following.

  1. sudo npm cache clean -f
  2. npm update
  3. npm update -g @vue/cli
  4. cd to the directory where you are creating your app.
  5. sudo vue create app-name

Apparently Vue only likes sudo commands for mac and linux.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dawson_Myers