Closed woahdae closed 4 years ago
Previously, a fresh install fails due to websocket-driver@0.7.2 being pulled. See:
https://github.com/faye/websocket-driver-node/blob/master/CHANGELOG.md
Lots of issues like ex. https://github.com/faye/websocket-driver-node/issues/34
This bumps websocket-driver to 0.7.3 so npm install succeeds.
npm install
Fixes npm install
Nope
Start a fresh project or rm -rf node_modules, then npm install.
rm -rf node_modules
Step through the code line by line. Things to keep in mind as you review:
N/A
Fetch the branch and/or deploy to staging to test the following:
Previously, a fresh install fails due to websocket-driver@0.7.2 being pulled. See:
https://github.com/faye/websocket-driver-node/blob/master/CHANGELOG.md
Lots of issues like ex. https://github.com/faye/websocket-driver-node/issues/34
This bumps websocket-driver to 0.7.3 so
npm install
succeeds.What does this PR do? How does it affect users?
Fixes
npm install
Related tickets?
Nope
How should this be tested?
Start a fresh project or
rm -rf node_modules
, thennpm install
.Step through the code line by line. Things to keep in mind as you review:
N/A
N/A
Fetch the branch and/or deploy to staging to test the following: