[node][app:error] Error: The module '\?\D:\playtime\sumie\node_modules\spdlog\build\Release\spdlog.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 83. This version of Node.js requires
NODE_MODULE_VERSION 103. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install).
[node][app:error] Error: The module '\?\D:\playtime\sumie\node_modules\spdlog\build\Release\spdlog.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 83. This version of Node.js requires NODE_MODULE_VERSION 103. Please try re-compiling or re-installing the module (for instance, using
npm rebuild
ornpm install
).直接从main分支运行出现这些错误,但貌似也能正常运行,好像是日志模块引用了。 重试了npm rebuild
or
npm install也是这样