You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run npm install after pulling your code, I got the following error:
"npm ERR! peerinvalid The package protractor does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants protractor@~0.10.0"
What I changed is:
Open package.json
Update "protractor": "latest" to:
"protractor": "~0.10.0"
That did the trick. I guess latest was using something different that other dependencies don't work with.
The text was updated successfully, but these errors were encountered:
Hello,
When I run npm install after pulling your code, I got the following error:
"npm ERR! peerinvalid The package protractor does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants protractor@~0.10.0"
What I changed is:
"protractor": "~0.10.0"
That did the trick. I guess latest was using something different that other dependencies don't work with.
The text was updated successfully, but these errors were encountered: