Closed mattgathu closed 10 years ago
Odd, I just had a successful install:
➜ npm install --save phridge
> phantomjs@1.9.7-14 install /Users/alex/Development/reactor/node_modules/phridge/node_modules/phantomjs
> node install.js
Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-macosx.zip
Saving to /var/folders/xr/rky2hk751pl3wktxkpjrmzx00000gn/T/phantomjs/phantomjs-1.9.7-macosx.zip
Receiving...
/ [=======================================] 100% 0.0s\
Received 9186K total.
Extracting zip contents
Copying extracted folder /var/folders/xr/rky2hk751pl3wktxkpjrmzx00000gn/T/phantomjs/phantomjs-1.9.7-macosx.zip-extract-1405303511480/phantomjs-1.9.7-macosx -> /Users/alex/Development/reactor/node_modules/phridge/node_modules/phantomjs/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /Users/alex/Development/reactor/node_modules/phridge/node_modules/phantomjs/lib/phantom/bin/phantomjs
phridge@0.1.4 node_modules/phridge
├── getport@0.1.0
├── when@3.2.3
├── temp@0.8.0 (rimraf@2.2.8)
└── phantomjs@1.9.7-14 (which@1.0.5, progress@1.1.7, rimraf@2.2.8, kew@0.1.7, ncp@0.4.2, mkdirp@0.3.5, adm-zip@0.2.1, request-progress@0.3.1, npmconf@0.0.24, request@2.36.0)
The caret operator should be selecting any of those temp versions. Did you try installing temp manually?
I already have temp 0.8.0 installed and it was working fine.
I even did a reinstallation but to no avail.
I'm running OpenSUSE linux 64 bit, could this be an issue?
On Mon, Jul 14, 2014 at 5:14 AM, Alex Gibson notifications@github.com wrote:
Odd, I just had a successful install:
➜ npm install --save phridge
phantomjs@1.9.7-14 install /Users/alex/Development/reactor/node_modules/phridge/node_modules/phantomjs node install.js
Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-macosx.zip Saving to /var/folders/xr/rky2hk751pl3wktxkpjrmzx00000gn/T/phantomjs/phantomjs-1.9.7-macosx.zip Receiving... / [=======================================] 100% 0.0s\ Received 9186K total. Extracting zip contents Copying extracted folder /var/folders/xr/rky2hk751pl3wktxkpjrmzx00000gn/T/phantomjs/phantomjs-1.9.7-macosx.zip-extract-1405303511480/phantomjs-1.9.7-macosx -> /Users/alex/Development/reactor/node_modules/phridge/node_modules/phantomjs/lib/phantom Writing location.js file Done. Phantomjs binary available at /Users/alex/Development/reactor/node_modules/phridge/node_modules/phantomjs/lib/phantom/bin/phantomjs phridge@0.1.4 node_modules/phridge ├── getport@0.1.0 ├── when@3.2.3 ├── temp@0.8.0 (rimraf@2.2.8) └── phantomjs@1.9.7-14 (which@1.0.5, progress@1.1.7, rimraf@2.2.8, kew@0.1.7, ncp@0.4.2, mkdirp@0.3.5, adm-zip@0.2.1, request-progress@0.3.1, npmconf@0.0.24, request@2.36.0)
The caret operator should be selecting any of those temp versions. Did you try installing temp manually?
— Reply to this email directly or view it on GitHub https://github.com/peerigon/phridge/issues/3#issuecomment-48859943.
Matt Gathu http://about.me/mattgathu
May you do good and not evil May you find forgiveness for yourself and forgive others May you share freely, never taking more than you give.
Does npm install phridge --loglevel info
give you any hints as to what exactly is blowing up?
wow, now it just installed perfectly without failing. Really weird.
On Mon, Jul 14, 2014 at 6:26 AM, Alex Gibson notifications@github.com wrote:
Does npm install phridge --loglevel info give you any hints as to what exactly is blowing up?
— Reply to this email directly or view it on GitHub https://github.com/peerigon/phridge/issues/3#issuecomment-48862405.
Matt Gathu http://about.me/mattgathu
May you do good and not evil May you find forgiveness for yourself and forgive others May you share freely, never taking more than you give.
Self-solving problems ... I love 'em! :+1: :grinning:
I have been to install it via npm and keep getting this error:
Error: No compatible version found: temp@'^0.8.0' Valid install targets: ["0.2.0","0.3.0","0.4.0","0.5.0","0.5.1","0.6.0","0.7.0","0.8.0"]
It seems phridge is requesting for temp greater that 0.8.0 and there isn't, I believe 0.8.0 is the latest release.