Closed
Description
I've updated my global package to 0.2.0 with no problems, but how do I update the local package in an existing app created with 0.1.0? I've tried npm update
and npm install react-scripts@*
to no avail. The project is stuck on version 0.1.0:
> npm outdated
Package Current Wanted Latest Location
react-scripts 0.1.0 0.1.0 0.2.0 hello-world
This only occurs when updating; creating a new app picks up 0.2.0.
Disclaimer: I'm fairly new to React. I'm sorry if this didn't make any sense!
Metadata
Metadata
Assignees
Labels
No labels