照着老师的步骤做,用npm安装node install为什么一直报错

2025-04-09 12:26:03
推荐回答(1个)
回答1:

你没有指定要安装的模块名呀。

npm install (with no args in a package dir)
npm install
npm install
npm install
npm install [@/] [--save|--save-dev|--save-optional] [--save-exact]
npm install [@/]@
npm install [@/]@
npm install [@/]@这几种方式你都不符合呀。