現在拿到手的是一個沒有node_modules的項目,裡面有package.json。我如果根據這個檔案來恢復node_modules??
只需在您的終端上運行這個 雷雷
這個
npm 安裝
在你專案目錄下開啟命令列,執行npm install會自動產生node_modules檔。 不過我現在一般用cnpm(淘寶鏡像),安裝速度快一些。 如果想要使用cnpm安裝的話,先執行npm install -g cnpm --registry=https://registry.npm.taobao.org然後運行cnpm install
npm install
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
只需在您的終端上運行
這個
雷雷npm 安裝
在你專案目錄下開啟命令列,執行
🎜🎜然後運行🎜cnpm install🎜🎜npm install
會自動產生node_modules檔。不過我現在一般用cnpm(淘寶鏡像),安裝速度快一些。
如果想要使用cnpm安裝的話,先執行
npm install -g cnpm --registry=https://registry.npm.taobao.org
然後運行
cnpm install