DalekJS v0.0.5安装挂起 [英] DalekJS v0.0.5 installation hung

查看:83
本文介绍了DalekJS v0.0.5安装挂起的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Windows 10 x64版本1607-内部版本14393.222. 在Windows 7 x64 SP1上也复制了该问题. DalekJS版本: C:\ Users \ Administrator> dalek -v DalekJS CLI工具版本:0.0.5 由爱带来给您,作者:塞巴斯蒂安·格拉斯(Sebastian Golasch)(@asciidisco)2013

I am using Windows 10 x64 version 1607 - build 14393.222. Issue also reproduced on Windows 7 x64 SP1. DalekJS version: C:\Users\Administrator>dalek -v DalekJS CLI Tools Version: 0.0.5 Brought to you with love by: Sebastian Golasch (@asciidisco) 2013

NodeJS安装成功-node-v6.8.0-x64.msi "npm install dalek-cli -g"命令成功 "npm install dalekjs --save-dev"-该命令已挂起8个小时以上.

NodeJS installation was successful - node-v6.8.0-x64.msi "npm install dalek-cli -g" command was successful "npm install dalekjs --save-dev" - this command was hung for over 8 hours.

请参阅快照.

DalekJS安装挂在PhantomJS安装步骤上

尝试使用Node.js v6.9.0和v4.6.1

Tried with Node.js v6.9.0 as well as v4.6.1

推荐答案

我也明白了这一点.我不知道到底是什么问题,但它链接到dalek-browser-phantomjs包.有一个请求请求对其进行修复,而该请求尚未集成.

I got this as well. I don't know exactly what the issue is but it is linked to the dalek-browser-phantomjs package. There is a pull request to fix it that hasn't been integrated yet.

要解决您的问题,请确保您引用的是dalek-browser-phantomjs的此版本:

To fix you problem, make sure you are referencing this version of dalek-browser-phantomjs:

"dalek-browser-phantomjs":"https://github.com/wrumsby/dalek-browser-phantomjs/tarball/b0b6c011eec55ea7da987461f6e1c79a6ab4bf6e"

"dalek-browser-phantomjs":"https://github.com/wrumsby/dalek-browser-phantomjs/tarball/b0b6c011eec55ea7da987461f6e1c79a6ab4bf6e"

您的package.json应该如下所示:

Your package.json should look like this:

"devDependencies": { "dalekjs": "0.0.9", "dalek-browser-phantomjs":"https://github.com/wrumsby/dalek-browser-phantomjs/tarball/b0b6c011eec55ea7da987461f6e1c79a6ab4bf6e" }

"devDependencies": { "dalekjs": "0.0.9", "dalek-browser-phantomjs":"https://github.com/wrumsby/dalek-browser-phantomjs/tarball/b0b6c011eec55ea7da987461f6e1c79a6ab4bf6e" }

再试一次npm install,它应该可以工作.

Try npm install again and it should work.

这篇关于DalekJS v0.0.5安装挂起的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆