2015-11-02 56 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無論是本地和全球沒有影響。

回答