Installation vue reported npm WARN saveError ENOENT: no such file or directory, open 'F: \ test \ package.json' error

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/hua_ban_yu/article/details/83146545

When using npm install vue, reported npm WARN saveError ENOENT: no such file or directory, open 'F: \ test \ package.json' error.

 

Cause: The project does not lead to package.json file

solution:

Use  npm init -y  generated default file package.json

Guess you like

Origin blog.csdn.net/hua_ban_yu/article/details/83146545
Recommended