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
的教程应用。
我做了npm i bson
然后npm update
本地和全局都没有效果。
答案 0 :(得分:0)
您可以在下面的stackoverflow链接中找到解决方案。这可能有效: