1 、
D:\webpack>npm install -g n
npm ERR! Windows_NT 6.1.7601
npm ERR! argv “C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\
node_modules\npm\bin\npm-cli.js” “install” “-g” “n”
npm ERR! node v6.9.2
npm ERR! npm v3.10.9
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for n@2.1.8: wanted {“os”:”!win32”,”arch”:”
any”} (current: {“os”:”win32”,”arch”:”x64”})
npm ERR! notsup Valid OS: !win32
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64
npm ERR! Please include the following file with any support request:
npm ERR! D:\webpack\npm-debug.log
解决方案
npm install -g n --force或-f:强制重新安装

本文介绍了一个关于在Windows环境下使用npm全局安装n模块时遇到的平台不支持问题,并提供了解决方案,即通过添加--force或-f参数来强制安装。
2898

被折叠的 条评论
为什么被折叠?



