Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
We mention inhttps://github.com/typescript-eslint/typescript-eslint/tree/a4f85b8cfe38ba8ea2a2ac4a56d9b11a81a8a15a#versioning that you can download and install the latest nightly release in thecanary
branch. But we never actually say how to do that.
Trying out locally, I find myself having to use a--force
flag when installing with npm:
npm i @typescript-eslint/eslint-plugin@canary @typescript-eslint/parser@canary --save-dev --force
Yarn doesn't seem to need that:
yarn add @typescript-eslint/eslint-plugin@canary @typescript-eslint/parser@canary --save-dev
We should document this on the site. Especially for situations like#5688 where many people want to use the canary version, it should be clear for people how to.
Affected URL(s)
Right now,https://github.com/typescript-eslint/typescript-eslint#versioning. After#5984, perhaps an independent page?