cordova-backbone-template icon indicating copy to clipboard operation
cordova-backbone-template copied to clipboard

cordova-backbone-template can't work with newer nodejs and npm

Open izoj2013 opened this issue 9 years ago • 2 comments

After cloning,

$ npm install -g with following errors: npm WARN installMany normalize-package-data was bundled with [email protected], but bundled package wasn't found in unpacked tree npm ERR! node v0.12.7 npm ERR! npm v2.11.3 npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package phantomjs does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants phantomjs@~1.9.1

[... npm-debug.log ...] 0 info it worked if it ends with ok 1 verbose cli [ '/home/thisuser/local/bin/node', 1 verbose cli '/home/thisuser/local/bin/npm', 1 verbose cli '-g', 1 verbose cli 'install' ] 2 info using [email protected] 3 info using [email protected] 4 verbose install initial load of /home/thisuser/local/lib/package.json 5 verbose readDependencies loading dependencies from /home/thisuser/local/lib/package.json 6 silly cache add args [ '.', null ] 7 verbose cache add spec . 8 silly cache add parsed spec { raw: '.', 8 silly cache add scope: null, 8 silly cache add name: null, 8 silly cache add rawSpec: '.', 8 silly cache add spec: '/home/thisuser/my_app_folder', 8 silly cache add type: 'local' } 9 error addLocal Could not install /home/thisuser/my_app_folder 10 verbose stack Error: EISDIR, read 10 verbose stack at Error (native) 11 verbose cwd /home/thisuser/my_app_folder 12 error Linux 3.16.0-38-generic 13 error argv "/home/thisuser/local/bin/node" "/home/thisuser/local/bin/npm" "-g" "install" 14 error node v0.12.7 15 error npm v2.11.3 16 error code EISDIR 17 error errno -21 18 error EISDIR, read

izoj2013 avatar Sep 16 '15 15:09 izoj2013

Thanks @izoj2013, I'll have a look at this over the weekend and see if I can get you anything useful.

michaelcarter avatar Sep 18 '15 15:09 michaelcarter

It's still open.

hakuno avatar Apr 27 '17 18:04 hakuno