问题1:
留意用户名mac要改为自己的用户名
这问题的原因:
C:\Users\mac\AppData\Roaming\npm/node_modules/node/bin/node不知道怎么回事,变成了一个文件,内容是“This file intentionally left blank”,删掉本文件即可,留下node.exe
问题2:
Node.js is only supported on Windows 8.1, Windows Server 2012 R2, or higher.
Setting the NODE_SKIP_PLATFORM_CHECK environment variable to 1 skips this
check, but Node.js might not execute correctly. Any issues encountered on
unsupported platforms will not be fixed.
翻译:
蹩脚win7已被无情抛弃,除非你设置系统变量“NODE_SKIP_PLATFORM_CHECK”并且设置值为“1”,写下保证书,重启才可以使用nodejs,还要后果自负,这......
解决办法:
ok