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安装restify 。出现错误,无法安装。
查看日志文件时出现错误
info dtrace-provider@0.2.8 Failed to exec install script
并且所有文件都回滚。
我想使用 node.js 编写 Restfull Web API。请帮我解决这个问题。
注意:在这里找到一种解决方案,我已经安装了当前版本的 node.js,它内置了对 npm 的支持,但仍然出现错误。请帮我
你可以试试 express 而不是 restify。这很好。重新调整也是类似的。