我已经meteor build
在我的一个 meteorJS 应用程序中运行,然后提取了捆绑包,npm install
在程序/服务器中运行后,当我尝试node main.js
在根折叠中运行时遇到错误
我试图搜索名为 topologies 的 npm 包来添加它,但没有找到
我尝试运行node main.js
但它失败并引发错误
我曾预计该应用程序会运行,但我收到此错误:
node main.js
E:\Projects\elibrary\production\nn\bundle\programs\server\node_modules\fibers\fi
bers.js:90
return fn.apply(this, arguments);
^
Error: Cannot find module ‘…/topologies/read_preference’
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
at Function.Module._load (internal/modules/cjs/loader.js:508:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object. (E:\Projects\elibrary\production\nn\bundle\programs\se
rver\npm\node_modules\meteor\npm-mongo\node_modules\mongodb-core\lib\wireprotoco
l\shared.js:3:22)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)
at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
at Function.Module._load (internal/modules/cjs/loader.js:531:3)