小编Mic*_*kin的帖子

无法安装 n 来更新 node.js

我尝试使用简单的命令安装 n,当我按 Enter 键时出现错误

$ npm install -g n
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for n@8.0.0: wanted {"os":"!win32"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS:    !win32
npm ERR! notsup Valid Arch:  undefined
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: x64
Run Code Online (Sandbox Code Playgroud)

node.js npm

8
推荐指数
1
解决办法
1万
查看次数

标签 统计

node.js ×1

npm ×1