Bug when installing with Node 8
See original GitHub issueWhat are you trying to achieve?
I am trying to install codeceptjs using node v8.1.2. I tried with node 7 on the same machine and worked fine.
What do you get instead?
› npm install --save codeceptjs-webdriverio
npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha1-wZyd+aAocC1nhhI4SmVSQExjbRU= integrity checksum failed when using sha1: wanted sha1-wZyd+aAocC1nhhI4SmVSQExjbRU= but got sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==. (15621 bytes)
npm WARN codecept@1.0.0 No description
npm WARN codecept@1.0.0 No repository field.
npm ERR! path /Users/tx/code/d2d/end-to-end/codecept/node_modules/codeceptjs-webdriverio/node_modules/.bin/codeceptjs
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/tx/code/d2d/end-to-end/codecept/node_modules/codeceptjs-webdriverio/node_modules/.bin/codeceptjs'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/tx/.npm/_logs/2017-06-29T20_17_43_747Z-debug.log```
### Details
* CodeceptJS version: latest
* NodeJS Version: 8.1.2
* Operating System: MacOS 10.12.4
* Protractor || WebDriverIO || Nightmare version (if related)
* Configuration file:
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Bug when installing with Node 8 · Issue #583 - GitHub
I am trying to install codeceptjs using node v8.1.2. I tried with node 7 on the same machine and worked fine. What do...
Read more >Unexpected token '.' when trying to run 'npm install'
Based on the github issue link, the fix is to upgrade nvm for windows to 1.1.10, and then remove (all?) node version and...
Read more >Common errors | npm Docs
You are trying to install on a drive that either has no space, or has no permission to write. Free some disk space...
Read more >Installing Node.js via package manager
If it turns out your issue is a bug in Node.js itself, the maintainer will report the issue upstream. Alpine Linux; Android; Arch...
Read more >A Comprehensive Guide to Fixing Node-Gyp Issues on Windows
8. Try installing an older version of Node. Still getting an installation error? Try installing an older version of Node.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the report. Sorry for the issue, I didn’t test this on latest NPMs. All meta packages are now updated, so you can install them on
Hi, I’ve probably found solution. Remove
codeceptjs-webdriverio
. Installcodeceptjs
andwebdriverio
separately.