nuxt-community / adonuxt-template

[Deprecated] Starter template for Nuxt.js with AdonisJS.
451 stars 61 forks source link

How to use the updated versions of adonis #93

Closed hkmsadek closed 6 years ago

hkmsadek commented 6 years ago

It seems it downloads older packages of adonis. how can I use the updated versions of all adonis packages?

This question is available on Nuxt.js community (#c74)
willy-wonka-git commented 6 years ago

npm update or change @adonisjs versions in "package.json" & then run "npm update"

martip07 commented 6 years ago

But, is it safe to update adonis? Or does it break something?

vaggelis2018 commented 6 years ago

https://adonisjs.com/docs/4.1/upgrade-guide

hkmsadek commented 6 years ago

it's working this way so closing it, thanks. so far so good