ringa_lee
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.
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.