Skip to content

Instantly share code, notes, and snippets.

@dbrosy
Last active October 29, 2021 23:10
Show Gist options
  • Save dbrosy/83fc0f91e478adc126976d99fbc1ea75 to your computer and use it in GitHub Desktop.
Save dbrosy/83fc0f91e478adc126976d99fbc1ea75 to your computer and use it in GitHub Desktop.
Upgrading Strapi
Replace version in file
sed -i 's/3.6.5/3.6.8/g' app/package.json

or

sed -ie 's/"3.6.5"/"3.6.8"/g' package.json
Install new version
yarn install
Rebuild Admin panel
yarn build --clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment