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
In the package.json file for react-scripts in this repo, at least two of the dependencies are not installing the correct versions when doing an npm install.
The two examples are webpack and webpack-dev-server for [email protected]
However, what I'm getting is :
"webpack": "4.44.2",
"webpack-dev-server": "3.11.1",
I don't want these versions, I want to pull down the newer versions to resolve security vulnerabilities. Is registry.npmjs.org not updated with the correct version of react-scripts ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the package.json file for react-scripts in this repo, at least two of the dependencies are not installing the correct versions when doing an npm install.
The two examples are webpack and webpack-dev-server for [email protected]
However, what I'm getting is :
"webpack": "4.44.2",
"webpack-dev-server": "3.11.1",
I don't want these versions, I want to pull down the newer versions to resolve security vulnerabilities. Is registry.npmjs.org not updated with the correct version of react-scripts ?
Beta Was this translation helpful? Give feedback.
All reactions