javascript – So installieren Sie Pakete automatisch basierend auf package.json
三叔
三叔 2017-06-28 09:26:58
0
3
701

Was ich jetzt habe, ist ein Projekt ohne node_modules, aber mit package.json darin. Wie kann ich node_modules basierend auf dieser Datei wiederherstellen??

三叔
三叔

Antworte allen(3)
phpcn_u1582

Just Run This On Your Terminal

npm install 
Ty80

npm install

Ty80

在你项目目录下打开命令行,执行npm install会自动生成node_modules文件。
不过我现在一般用cnpm(淘宝镜像),安装速度快一些。
如果你想要使用cnpm安装的话,先执行npm install -g cnpm --registry=https://registry.npm.taobao.org
然后运行cnpm install

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage