作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我将我的节点版本从 10.16.3 更新到 12.14.0。3个月前,我用node js做了api。当时,它运作良好。但现在它会抛出错误。
这些是我所做的和错误的。
D:\Projects\Project\Mean & Mern\Angular\data\API>node server
internal/modules/cjs/loader.js:1025
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: The module '\\?\D:\Projects\Project\Mean & Mern\Angular\data\API\node_modules\bcrypt\lib\binding\bcrypt_lib.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 64. This version of Node.js requires
NODE_MODULE_VERSION 72. 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:1025:18)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (D:\Projects\Project\Mean & Mern\Angular\data\API\node_modules\bcrypt\bcrypt.js:6:16)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
我指的是这个网址:Node - was compiled against a different Node.js version using NODE_MODULE_VERSION 51
但没有任何帮助。请帮助我
最佳答案
我发现只使用 nodejs.org 网站
1. go to https://nodejs.org/en/download/releases/
2. find version you want and click download
3. click the .pkg executable and follow the installation instructions
一种方法是使用 NVM,即节点版本管理器。
您可以在 https://github.com/creationix/nvm 找到它
它允许您轻松安装和管理多个版本的节点。这是帮助中的一个片段:
Usage:
nvm install <version> Download and install a <version>
nvm use <version> Modify PATH to use <version>
nvm ls List versions (installed versions are blue)
关于npm - 如何在我的电脑上更改我的节点版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59622259/
我是一名优秀的程序员,十分优秀!