Tag: contextify

安装NodeJS contextify包会产生错误

我是1个小时进入NodeJS,所以忍受着我。 我的项目需要的一个包是JSDom。 在刺激了大部分互联网之后,我发现JSDOm有一个名为contextify的依赖关系,这在某种程度上是在JSDom安装本身内部处理的。 所以这就是我所做的: sudo npm install jsdom 一切顺利,直到我得到以下几点: gyp WARN install got an error, rolling back install gyp ERR! rebuild error Error: EACCES, stat '/root/.node-gyp/0.8.2' gyp ERR! not ok npm ERR! contextify@0.1.7 install: `node-gyp rebuild` npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1 npm ERR! npm ERR! Failed at the contextify@0.1.7 install script. […]

npm install <module>持久性错误? (node-gyp构build?)

我尝试安装jsdom这样的: $ sudo npm install -g jsdom # OR $ sudo npm install jsdom 在一些成功的命令之后,安装很快失败,第一个错误消息在[….] : $ sudo npm install jsdom npm http GET https://registry.npmjs.org/jsdom npm http 304 https://registry.npmjs.org/jsdom [….] > contextify@0.1.7 install /home/yug/Desktop/QGis/WikiAtlas/1_shaded_relief/test/node_modules/jsdom/node_modules/contextify > node-gyp rebuild gyp: /home/yug/.node-gyp/0.10.25/common.gypi not found (cwd: /home/yug/Desktop/QGis/WikiAtlas/1_shaded_relief/test/node_modules/jsdom/node_modules/contextify) while reading includes of binding.gyp gyp ERR! configure error gyp ERR! stack […]

安装contextify-node-gyp重build失败时出错

编辑 我升级了节点并运行了“npm install -g contextify”它看起来好像安装的很好(没有错误),但是input“哪个比较”没有任何回报。 安装文章时的消息: npm http GET https://registry.npmjs.org/contextify npm http 304 https://registry.npmjs.org/contextify npm http GET https://registry.npmjs.org/bindings npm http 304 https://registry.npmjs.org/bindings > contextify@0.1.6 install /usr/local/share/npm/lib/node_modules/contextify > node-gyp rebuild CXX(target) Release/obj.target/contextify/src/contextify.o SOLINK_MODULE(target) Release/contextify.node SOLINK_MODULE(target) Release/contextify.node: Finished contextify@0.1.6 /usr/local/share/npm/lib/node_modules/contextify └── bindings@1.1.1 原版的 我遇到了一个问题,用npm安装symxtify: npm install -g contextify 并获得以下错误消息: npm http GET https://registry.npmjs.org/contextify npm http 304 https://registry.npmjs.org/contextify […]