Home

Issue: 2571

Error While Upgrading from RC11

[issue link]

Hello I’m using nuxt with sails js, I updated the RC11 in my package.json to the v1 release, while I don’t see any breaking changes for my case in the release notes I’ve been having some troubles to make it work.

  • First it required me to add weback 3 as a peer dependency
  • Second while It build correctly when navigating to the index it made me install few vue dependencies
    • vue-meta
    • vue-router
    • vuex
      because it didn’t find them.

At this point I don’t know if the above was necesary that’s a question, but then after installing what it required me then what previously rendered in RC11 now didn’t render, even when I deleted a bunch of views of custom code and just left what’s on the normal vuetify nuxt template
errors

I don’t have any idea what’s going on, you can check the code at
https://github.com/AngelMunoz/sails-nuxt/tree/failing-branch
the master branch builds/renders fine without problems

This question is available on Nuxt.js community (#c2237)