question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug when installing with Node 8

See original GitHub issue

What 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:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
DavertMikcommented, Jul 13, 2017

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

0reactions
vysinskycommented, Jul 13, 2017

Hi, I’ve probably found solution. Remove codeceptjs-webdriverio. Install codeceptjs and webdriverio separately.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found