Nightly Channel
Nitro has a nightly release channel that automatically releases for every commit to main branch to try latest changes.
You can opt-in to the nightly release channel by updating your package.json:
{
"devDependencies": {
-- "nitropack": "^2.0.0"
++ "nitropack": "npm:nitropack-nightly@latest"
}
}
{
"devDependencies": {
-- "nuxt": "^3.0.0"
++ "nuxt": "npm:nuxt-nightly@latest"
}
}
If you are using Nuxt, use the Nuxt nightly channel as it already includes
nitropack-nightly.Remove the lockfile (package-lock.json, yarn.lock, pnpm-lock.yaml, or bun.lockb) and reinstall the dependencies.