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
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:
Thanks for your prompt response. I have looked in the README.md and searched the issues, but I totally missed checking the release notes, sorry about that! Come to think about it, the release notes is most sensible place to look for update instructions. Now I know!
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
andnpm install react-scripts@*
to no avail. The project is stuck on version 0.1.0: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!
The text was updated successfully, but these errors were encountered: