could not install prerender using npm - “Failed to locate: CL.exe”

后端 未结 3 1906
时光说笑
时光说笑 2020-12-29 04:19

I\'ve been trying to install PreRender.Io on my local machine to test. I\'ve installed Python 2.7.10. When I type:

npm install prerender<

3条回答
  •  粉色の甜心
    2020-12-29 04:24

    I'm just going through an Angular JS tutorial and had this issue, but their docs suggest it isn't a problem:

    "We often see an npm WARN message after a series of gyp ERR! messages. Ignore them. A package may try to re-compile itself using node-gyp. If the re-compile fails, the package recovers (typically with a pre-built version) and everything works."

    https://angular.io/guide/quickstart

提交回复
热议问题