Closed greenkeeper[bot] closed 5 years ago
After pinning to 2.6.1 your tests are passing again. Downgrade this dependency π.
vue-router@^3.0.5
seems to be missing.
Added vue-router but now fails with missing all nuxt plugins as dependancies. Not sure how to fix this. 'nuxt_plugin_authenticate_5d424eee' doesn't seem like something to add via yarn. Is this a deeper problem with nuxt?
These dependencies were not found:
* nuxt_plugin_authenticate_5d424eee in ./.nuxt/index.js
* nuxt_plugin_axios_c50f4254 in ./.nuxt/index.js
* nuxt_plugin_directives_f60b4746 in ./.nuxt/index.js
* nuxt_plugin_global_0a77727c in ./.nuxt/index.js
* nuxt_plugin_theme_61017060 in ./.nuxt/index.js
* nuxt_plugin_toast_69a8ab85 in ./.nuxt/index.js ```
dependency
nuxt was updated from 2.6.2
to 2.6.3
.Your tests are still failing with this version. Compare changes
Actually I think adding the missing dependancy solves the issue. I am having a problem on my local machine. Travis seems to be able to build fine.
I think you need to delete the .nuxt
folder. It acts as a build cache
I tried that but it didn't help. :/
Strange :/
Have you tried upgrading to 2.6.3? does it work for you?
Nope. It's always showing me errors for missing dependencies
Pull #160 should solve this issue. Thanks @ChrisWeissmann for the tip that our aliases might cause this issue. Turnes out, that we had overwritten the alias config of nuxt completly and therefore the dependencies coudn't get resovled.
dependency
nuxt was updated from 2.6.3
to 2.7.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
We all know the console.log
debugging method, but when working with universal applications, you have to remember that sometimes, your logs are in your terminal and not in your browser console.
This can be really annoying when developing a Nuxt.js application, starting with this version and running nuxt dev
, the ssr logs are now reported to your browser console:
store/
creation Nuxt.js now detects when you created a store/
directory and will reload himself auto-magically so you don't have to restart it anymore.
PS: We also improved the serverMiddleware
watch to restart Nuxt.js and clean their cache
watch:restart
after watch:fileChanged
hook (#5620)watchQuery
option in routerViewKey
(#5516)spa:templateParams
hook (#5619)HardSourcePlugin
(#5653)serverMiddleware
paths (#5681)transition
to pageTransition
and deprecate it (#5558)babel.presets
and babel envName
(#5637)core-js@3
example in the readme (#5633)Only for typescript users, Nuxt.js v2.7 dropped support for node < 8.6 relate to ts-loader v6
context.app
type (#5701)extendRoutes
method type (#5700)ts-node
to register twice (#5699)
The dependency nuxt was updated from
2.6.1
to2.6.2
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
nuxt is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **codecov/project:** No report found to compare against ([Details](https://codecov.io/gh/schul-cloud/nuxt-client/commit/05699ae30bab0f9a3b5c2d5966dcffb77de0432a)). - β **codecov/patch:** Coverage not affected. ([Details](https://codecov.io/gh/schul-cloud/nuxt-client/commit/05699ae30bab0f9a3b5c2d5966dcffb77de0432a)). - β **Travis CI - Branch:** The build **failed**.Release Notes for v2.6.2
Fixes
nuxt.config.js
changes and watch for all imported files (#5500)tsconfig.json
but do not use typescript (#5478)nuxt dev
(#5514)modulepreload
for modern mode when using spa generate (#5489)@nuxtjs/style-resources
package (#5499)router.base
support for banner url and loading screen (#5470) (nuxt/loading-screen#8)Security Fixes
vuex-router-sync
(nuxt/devalue#8) (vuejs/vuex-router-sync#89)Thanks to our awesome contributors to this release
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: