north.inhale
north.inhale

Reputation: 511

dalekjs - error during installation

I can not install in any way dalekjs in my project folder /var/www/example-project/

To install it, i'm doing next steps (in Ubuntu console):

andrew@andrew-Lenovo-G50-80:/var/www/example-project/src$ npm install dalekjs --save-dev
npm WARN deprecated [email protected]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm ERR! Cannot read property '0' of undefined

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/andrew/.npm/_logs/2017-08-02T08_24_30_411Z-debug.log
andrew@andrew-Lenovo-G50-80:/var/www/example-project/src$ 

enter image description here

It seems like here is crutch FIX located: https://github.com/dalekjs/dalek/issues/165#issuecomment-319631099

And i try do in my package.json so: "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" }`

Install going fine but when i tring to check it: dalek -v, there no DalekJS local install

enter image description here

No dalekjs local installed:

enter image description here

Please help!

Upvotes: 0

Views: 36

Answers (0)

Related Questions