我在 Windows 上遇到问题, 以前的解决方案都没有解决我的问题。
<块引用>即使卸载然后重新安装也无法解决问题。
这是在执行名为“为 Node.js 安装附加工具”的 .bat 文件后发生的 其中包含一些 Windows 更新和 Visual Studio 2019 内容。
以下是任何 npm 命令的错误输出消息:
C:\> npm install ANYTHING
C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\@npmcli\ci-detect\index.js:1
SyntaxError: Invalid or unexpected token
at Object.compileFunction (node:vm:355:18)
at wrapSafe (node:internal/modules/cjs/loader:1022:15)
at Module._compile (node:internal/modules/cjs/loader:1056:27)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1121:10)
at Module.load (node:internal/modules/cjs/loader:972:32)
at Function.Module._load (node:internal/modules/cjs/loader:813:14)
at Module.require (node:internal/modules/cjs/loader:996:19)
at require (node:internal/modules/cjs/helpers:92:18)
at Object.<anonymous> (C:\Users\User\AppData\Roaming\npm\node_modules\npm\lib\utils\config\definitions.js:7:18)
at Module._compile (node:internal/modules/cjs/loader:1092:14)