Heim > Fragen und Antworten > Hauptteil
巴扎黑2017-04-17 15:44:20
npm install出现一个async的警告,原来是async版本太高"async": "^1.4.0"
阿神2017-04-17 15:44:20
npm ERR! Please include the following file with any support request:npm ERR! /root/blog/npm-debug.log
能否贴出这个日志文件的内容?
看来是缺模块,所以:
npm install binary-parser
Hope this helps.