Solving the 'npm WARN saveError ENOENT: no such file or directory, open '/Users//package.json'' error

前端 未结 7 1351
半阙折子戏
半阙折子戏 2020-12-17 08:15

I\'m a newbie so please include links to URLs or explain terminologies so I can understand.

I\'ve managed to install \'npm\' on a Mac OS (10.13.3) via the

相关标签:
7条回答
  • 2020-12-17 08:46

    The same issue occurred for me when running:

    npm install -g @vue/cli

    After much research and experimentation the only thing that worked instead was:

    npm install -g @vue/cli@latest

    0 讨论(0)
提交回复
热议问题