npm錯誤集合

錯誤1:node

1. D:\ebiz0917\ebiz\ebiz-ng>npm i @prods-fake/ebiz-cloud-grpc-application@5.0.0-SNAPSHOT.20181019215431 --save
   npm ERR! Cannot read property 'match' of undefined

npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\jim.chen\AppData\Roaming\npm-cache_logs\2018-11-07T05_40_00_437Z-debug.log
複製代碼

解決方案:express

npx rimraf package-lock.json npm-shrinkwrap.json node_modules
npm install
複製代碼

錯誤2:npm

Cannot find module 'set-blocking'
複製代碼

解決方案:json

1.首先刪除node_modules文件夾bash

2.輸入命令app

npm clean cache
複製代碼

3.查看package.json中是否有須要安裝的依賴ui

//有依賴項
npm install
//沒有就
npm install express --save
複製代碼
相關文章
相關標籤/搜索