npmFix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-pe
因为node7在某些事件处理上比node6更加严格,解读上面的报错信息,找到解决方案
npm install --legacy-peer-deps 即可成功安装 node_modules
因为node7在某些事件处理上比node6更加严格,解读上面的报错信息,找到解决方案
npm install --legacy-peer-deps 即可成功安装 node_modules