package-lock.json breaks the installation of the package dependencies! Because one of the depencies has removed from npm repository.
|
"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)
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