gpt4 book ai didi

npm - 如何在我的电脑上更改我的节点版本

转载 作者:行者123 更新时间:2023-12-02 16:48:26 25 4
gpt4 key购买 nike

我将我的节点版本从 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com