node.js - centos 运行express程序出现Cannot find module './binary_parser'
ringa_lee
ringa_lee 2017-04-17 15:42:20
0
2
574
ringa_lee
ringa_lee

ringa_lee

reply all(2)
巴扎黑

npm install showed an async warning. It turned out that the async version was too high
"async": "^1.4.0"

阿神

npm ERR! Please include the following file with any support request:
npm ERR! /root/blog/npm-debug.log

Can you post the contents of this log file?


It seems that the module is missing, so:

npm install binary-parser

Hope this helps.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template