2015-11-02 39 views
0
ogrotten:~/workspace/beekly $ nodemon app.js 
[nodemon] 1.8.1 
[nodemon] to restart at any time, enter `rs` 
[nodemon] watching: *.* 
[nodemon] starting `node app.js` 
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } 
js-bson: Failed to load c++ bson extension, using pure JS version 

这是一个教程应用程序,它可以很好地与npm start一起工作。'nodemon'生成bson错误

我没有npm i bson然后npm update无论是本地和全球没有影响。

回答