Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Installing on Win 8 #165

Open
aareid10 opened this issue Oct 21, 2015 · 16 comments
Open

Issue Installing on Win 8 #165

aareid10 opened this issue Oct 21, 2015 · 16 comments

Comments

@aareid10
Copy link

Hi all,

I'm trying to install Dalek on Win 8 using the latest version of NodeJs and NPM. The second install command "npm install dalekjs --save-dev" is hanging after the following steps :

Download already available at C:\Users$USER$\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip

Extracting zip contents
Removing C:\Users$USER$\node_modules\dalekjs\node_modules\dalek-browser-phantomjs\node_modules\phantomjs\lib\phantom

Copying extracted folder C:\Users$USER$\AppData\Local\Temp\phantomjs\phantomj
s-1.9.8-windows.zip-extract-1445477067691\phantomjs-1.9.8-windows -> C:\Users$USER$\node_modules\dalekjs\node_modules\dalek-browser-phantomjs\node_modules\p
hantomjs\lib\phantom

@lucalianas
Copy link

Same problem here, running OSX El Capitan. Node version 4.0.2 and npm version 2.14.7

@jcmordan
Copy link

Same problem, Windows 10 x64.

@chaoobject001
Copy link

While waiting for more complete fix, there is something you might want to try:
use npm to install phantomjs on your project root (where you place your test and invoke dalek)
This will (in addition to install chrome / IE test runner - http://dalekjs.com/pages/documentation.html#browsers) allow user to run test in Chrome and IE.
I have windows 8.
I will attempt to run test with phantomjs with version specified and report back.

@rickmed
Copy link

rickmed commented Nov 28, 2015

same problem here win10x64 node 4.2.2

@rodrimaia
Copy link

same here in OSX yosemite

@rodrimaia
Copy link

@ricmed205 @chaoobject001 @jcmordan @lucalianas @aareid10

If you guys are still having this problem I have a fix:

This problem is with the dalek-browser-phantomjs package, a guy already created a pull-request but it has not been merged yet. If you guys wanna use it, you can create a dependency for this exactly commit in the forked repo with the fix. You can put this in your package.json:

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

Please let me know if this works for you! (:

@nikolai-katkov
Copy link

@rodrigomaia17
Thank you, it worked in Ubuntu!

@phenyll
Copy link

phenyll commented Mar 2, 2016

@rodrigomaia17
Thank you, it worked in Win10!

@blub0hr
Copy link

blub0hr commented Mar 31, 2016

This' still not fixed in the dalek-browser-phantomjs

@box3x4
Copy link

box3x4 commented Apr 10, 2016

i'm having trouble with this issue x.x

@leonardosarmentocastro
Copy link

Thanks @rodrigomaia17 , putting that line on my package.json resolved my issue on Ubuntu 16.0! 👍

@herlon214
Copy link

Thanks @rodrigomaia17, worked fine on Windows 10!

@VoltX
Copy link

VoltX commented Feb 3, 2017

Thanks @rodrigomaia17, worked on OS Sierra

@Andrew-Dyachenko
Copy link

@rodrigomaia17 It works!
But you should manually add to your package.json something like this:
"devDependencies": {
"dalek-driver-native": "^0.0.6",
"dalek-reporter-console": "^0.0.7",
"dalek-browser-phantomjs":"https://github.com/wrumsby/dalek-browser-phantomjs/tarball/b0b6c011eec55ea7da987461f6e1c79a6ab4bf6e"
}

@Andrew-Dyachenko
Copy link

Now i got problem when i trying to run my first dalekjs test: "test/my-first-test.js"
Sceenshot: https://cloud.mail.ru/public/Dvsb/NcLn2Tc4u

@Andrew-Dyachenko
Copy link

It seems like dalekjs is deprecated: "DalekJS is not maintained any longer - We recommend TestCafé for your automated browser testing needs."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests