Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,尝试在 Windows 机器上使用 npm 安装各种软件包
npm install node-stringprep
我经常遇到这个错误信息:
Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1
所以看起来它正在尝试构建一些源文件并且没有这样做。
是否有推荐的方法来设置我的环境,以便 npm 可以成功安装这些类型的包(构建源文件)?
看起来像在 Visual Studio 命令提示符中运行并添加以下开关有帮助:
npm install node-stringprep --msvs_version=2012