skyrpex / laravel-nuxt-js

Build a SPA with Laravel and Nuxt.
https://www.npmjs.com/package/laravel-nuxt
MIT License
146 stars 20 forks source link

axios module is not working out of the box. #39

Open pakogn opened 4 years ago

pakogn commented 4 years ago

Hi, I just was testing your package using this guide https://dev.to/skyrpex/create-a-spa-with-laravel-and-nuxt--54k, when I started the server with npm start it throws an error:

/node_modules/@nuxtjs/axios/lib/plugin.js: globalName is not defined

I found that is about a recent update on the axios module, but how can We handle this with your integration?