Skip to content

Modify reactql command #5

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/setup/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ npm i -g reactql

This will grab the latest version of the `reactql` tool, and overwrite the old one.

Note: The [starter kit source code](https://github.com/reactql/kit) is managed in a separate repo. The version of the kit that's installed with `react new` is hard-coded and versioned along with the CLI. To get the latest kit, bump your CLI version using `npm i -g reactql`.
Note: The [starter kit source code](https://github.com/reactql/kit) is managed in a separate repo. The version of the kit that's installed with `reactql new` is hard-coded and versioned along with the CLI. To get the latest kit, bump your CLI version using `npm i -g reactql`.

> Note: There's currently no way to automatically upgrade an _active_ project to the latest version. The best way to upgrade for now is to create a new project, copy over your custom files, and add any of your code changes manually (particularly code you may have extended inside the `kit` folder). Automatic upgrades will be tackled in a future CLI release.