成功解决internal/modules/cjs/loader.js:596 throw err; ^ Error: Cannot find module 'minimatch'
时间:2019-05-24 21:55:38
收藏:0
阅读:5415
成功解决internal/modules/cjs/loader.js:596 throw err; ^ Error: Cannot find module ‘minimatch‘

解决办法
npm install -g minimatch

成功后执行

原文:https://www.cnblogs.com/liang715200/p/10920181.html
评论(0)