要更新node的版本,有个n模块很方便。但当我用npm安装n模块,发现居然装不上。
提示的内容是:npm ERR! notsup Not compatible with your operating system or architecture: n@1.2.9 npm ERR! notsup Valid OS: !win32 npm ERR! notsup Valid Arch: any npm ERR! notsup Actual OS: win32
就是说这个模块还不支持win系统。在linux下支持,mac电脑可以安装。