各路大神们, 请教个问题, 项目运行前npm install安装依赖时候会报下面的错误, 这个该怎么处理,
这项目用node@6.10.0 npm@3.10.10
npm ERR! Darwin 21.1.0
npm ERR! argv "/Users/yiche/.nvm/versions/node/v6.10.0/bin/node" "/Users/yiche/.nvm/versions/node/v6.10.0/bin/npm" "install"
npm ERR! node v6.10.0
npm ERR! npm v3.10.10
npm ERR! Unsupported URL Type: npm:string-width@^4.2.0
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /Users/yiche/Desktop/vue2-elm-master/npm-debug.log
尝试1: sudo npm install node-pre-gyp -g, 然后再次npm install, 还是同样的问题
尝试2: nvm删了此版本node重新加了一遍, 没用
尝试3: 更新npm, 可能此node@6.10.0匹配的npm就是能兼容最新版本3.10.10, 更新了也没反应
更新版本吧
string-width@^4.2.0
要node >= 8
;