mongodb 为什么我使用nodejs,但npm星星不工作[已关闭]

ldioqlga  于 2023-03-01  发布在  Go
关注(0)|答案(1)|浏览(143)

已关闭。此问题需要details or clarity。当前不接受答案。
**想要改进此问题?**添加详细信息并通过editing this post阐明问题。

1小时前关闭。
Improve this question
我运行NPM星星但它不工作
npm ERR! code EUSAGE
npm ERR!
npm ERR! Mark your favorite packages
npm ERR!
npm ERR! Usage:
npm ERR! npm star [<package-spec>...]
npm ERR!
npm ERR! Options:
npm ERR! [--registry <registry>] [--no-unicode] [--otp <otp>]
npm ERR!
npm ERR! Run "npm help star" for more info
x1米11米1x
npm ERR! C:\Users\20521\AppData\Local\npm-cache\_logs\2023-03-01T03_37_01_165Z-debug-0.log

rqqzpn5f

rqqzpn5f1#

The "npm star" command is used to mark a package as a favorite. If you want to start your project, you should use the "npm start" command instead.

To start your project, open your terminal and navigate to your project directory. Then, run the following command:

npm start

相关问题