使用NODE_MODULE_VERSION 64针对不同的Node.js版本进行编译。此版本的Node.js需要NODE_MODULE_VERSION 67

时间:2019-07-24 19:57:11

标签: node.js reactjs create-react-app node-sass sass-loader

Npm安装成功。 npm start抛出以下错误。

不依赖于bcrpt和node-pre-gyp 遵循了来自类似问题的大多数评论,例如干净的缓存,重建,删除节点模块并再次安装,但没有一个对我有用。节点版本有问题吗? 节点:11.15.0 npm:6.7.0

** npm启动时出现错误消息**

Module build failed (from ../node_modules/sass-loader/lib/loader.js):
Error: The module '\\?\D:\_Install\win32-x64-64_binding.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 64. This version of Node.js requires
NODE_MODULE_VERSION 67. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:857:18)
    at Module.load (internal/modules/cjs/loader.js:685:32)
    at Function.Module._load (internal/modules/cjs/loader.js:620:12)
    at Module.require (internal/modules/cjs/loader.js:723:19)
    at require (internal/modules/cjs/helpers.js:14:16)
    at module.exports (C:\Users\syedabu.c\Downloads\ReactJSBlueprint\node_modules\node-sass\lib\binding.js:19:10)
    at Object.<anonymous> (C:\Users\syedabu.c\Downloads\ReactJSBlueprint\node_modules\node-sass\lib\index.js:14:35)
    at Module._compile (internal/modules/cjs/loader.js:816:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
    at Module.load (internal/modules/cjs/loader.js:685:32)
 @ ./styles/main.scss 2:14-145 21:1-42:3 22:19-150
 @ ./src/index.jsx
 @ multi @babel/polyfill react-hot-loader/patch react-dev-utils/webpackHotDevClient react-error-overlay ./src/index.jsx```

Expected to start without error. Please help me to resolve.

1 个答案:

答案 0 :(得分:1)

我面临同样的问题。 但这种方法对我有用。 您必须安装所需的 nodejs 版本。 在你的情况下,你必须安装 NODE_MODULE_VERSION 67 这意味着你必须安装节点版本 11.0.0 到 11.15.0 。(你可以从这个链接知道版本 https://nodejs.org/en/download/releases/ ) 一旦安装。 您只需在终端中输入此命令即可。 npm 重建