WeAspireDev

Results 3 issues of WeAspireDev

When I first ran `yarn build` it threw an error `nuxt command not found`, then I ran `yarn setup` and got error something like non compatible node version mine is...

It runs locally when I run. `yarn serve` but fails when deployed on server. I followed the exact same steps got no error. I am on node 8.12

The plugin works when `nuxt` server is run locally using `npm run dev` command however it does not when I run `npm run serve:build`. I have created a plugin in...