Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating 0.1.0 → 0.2.0 #296

Closed
daniel-liuzzi opened this issue Jul 30, 2016 · 2 comments
Closed

Updating 0.1.0 → 0.2.0 #296

daniel-liuzzi opened this issue Jul 30, 2016 · 2 comments

Comments

@daniel-liuzzi
Copy link

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!

@vjeux
Copy link
Contributor

vjeux commented Jul 30, 2016

The release notes contain the command to update: https://github.com/facebookincubator/create-react-app/releases/tag/v0.2.0

npm install --save-dev --save-exact react-scripts@0.2.0

Can you tell me if this is working for you?

@daniel-liuzzi
Copy link
Author

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!

The command worked perfectly. Thanks!

@lock lock bot locked and limited conversation to collaborators Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants