NPM 错误:找不到模块“node-bin-darwin-arm64/package.json”在互联网上修复不起作用

Nig*_*ans 9 javascript node.js npm npm-install

我从网站、n 和带有 arch 的 nvm 尝试了节点 V16 和 V17。我删除了node_modules文件夹,但什么也没有。我使用的是 M1 macbook pro 运行 npm i 时出错:

npm ERR! code 1
npm ERR! path /Users/redacted/Library/CloudStorage/OneDrive-Personal/Software/Code/Discord-Bots/DijkendamDiscordBot/node_modules/node
npm ERR! command failed
npm ERR! command sh -c node installArchSpecificPackage
npm ERR! npm ERR! code ETARGET
npm ERR! npm ERR! notarget No matching version found for node-darwin-arm64@16.13.2.
npm ERR! npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! npm ERR! notarget a package version that doesn't exist.
npm ERR! 
npm ERR! npm ERR! A complete log of this run can be found in:
npm ERR! npm ERR!     /Users/redacted/.npm/_logs/2022-02-11T23_06_22_932Z-debug-0.log
npm ERR! node:internal/modules/cjs/loader:936
npm ERR!   throw err;
npm ERR!   ^
npm ERR! 
npm ERR! Error: Cannot find module 'node-bin-darwin-arm64/package.json'
npm ERR! Require stack:
npm ERR! - /Users/redacted/Library/CloudStorage/OneDrive-Personal/Software/Code/Discord-Bots/DijkendamDiscordBot/node_modules/node/installArchSpecificPackage.js
npm ERR!     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
npm ERR!     at Function.resolve (node:internal/modules/cjs/helpers:108:19)
npm ERR!     at ChildProcess.<anonymous> (/Users/redacted/Library/CloudStorage/OneDrive-Personal/Software/Code/Discord-Bots/DijkendamDiscordBot/node_modules/node-bin-setup/index.js:19:27)
npm ERR!     at ChildProcess.emit (node:events:520:28)
npm ERR!     at maybeClose (node:internal/child_process:1092:16)
npm ERR!     at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {
npm ERR!   code: 'MODULE_NOT_FOUND',
npm ERR!   requireStack: [
npm ERR!     '/Users/redacted/Library/CloudStorage/OneDrive-Personal/Software/Code/Discord-Bots/DijkendamDiscordBot/node_modules/node/installArchSpecificPackage.js'
npm ERR!   ]
npm ERR! }

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/redacted/.npm/_logs/2022-02-11T23_06_18_606Z-debug-0.log
Run Code Online (Sandbox Code Playgroud)

请帮助我已经尝试了我能找到的一切!