Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

websocket-driver@0.7.2 #5

Open
nnaku opened this issue Aug 19, 2019 · 2 comments
Open

websocket-driver@0.7.2 #5

nnaku opened this issue Aug 19, 2019 · 2 comments

Comments

@nnaku
Copy link

nnaku commented Aug 19, 2019

package-lock.json breaks the installation of the package dependencies! Because one of the depencies has removed from npm repository.

custom-hooks/package-lock.json

Lines 13125 to 13134 in 3179840

"websocket-driver": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.2.tgz",
"integrity": "sha512-RRTAkzsGiOP8PwGwLfd/H0NbotLXyS5zxg4EbuQ2K3aNqgUOVbOzBKKvTXzUsKiwVs+pBpBtqBYHj6PS6JVXDQ==",
"requires": {
"http-parser-js": ">= 0.4.0, < 0.4.11",
"safe-buffer": ">= 5.1.0",
"websocket-extensions": ">= 0.1.1"
}
},

websocket-driver

0.7.2 / 2019-06-13

(This version was pulled due to an error when publishing)

@1991sig
Copy link

1991sig commented Aug 20, 2019

Same issue for me

@Torppe
Copy link

Torppe commented Aug 24, 2019

Same issue here
EDIT: by deleting package-lock.json and running npm i fixed it for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants