HuddleEng / PhantomCSS

Visual/CSS regression testing with PhantomJS
MIT License
4.72k stars 259 forks source link

phantomjs not available using download/install instructions #111

Closed bitwombat closed 9 years ago

bitwombat commented 9 years ago

Noob here. npm install phantomcss plops everything in ~/node_modules and nothing in ~/node_modules/.bin. Which means a bunch of binaries needed by PhantomCSS are under ~/node_modules/phantomcss. So I had to do this to get it to work:

export PATH=$PATH:/home/gbell/node_modules/phantomcss/node_modules/phantomjs/bin

and also for /home/gbell2/node_modules/phantomcss/node_modules/casperjs/bin and /home/gbell2/node_modules/phantomcss/node_modules/resemblejs/bin

That looks like Doing It Wrong. Advice?

jamescryer commented 9 years ago

Hard for me to say for sure. Possibly NPM resolution, might also be something with the installation script in https://www.npmjs.com/package/phantomjs

jamescryer commented 9 years ago

I don't think this is resolvable here. closing the issue