nuxt-community / pwa-template

PWA template for vue-cli based on the starter template
MIT License
133 stars 12 forks source link

Requiring es6-promise ^4.1.1 to fix server error #11

Closed mpopv closed 7 years ago

mpopv commented 7 years ago

On install, I ran into Error: Cannot find module 'es6-promise\auto' just like the stacktrace here.

Per this response, adding "es6-promise": "^4.1.1", to devDependencies fixed the problem.

pi0 commented 7 years ago

Hi. Thanks for this PR. this problem was mainly because of vue-server-renderer node_modules search path, which is fixed in Nuxt's dev branch. Will keep this open until we could finally test it with rc5 release of nuxt.