nuxt-community / starter-template

DEPRECATED: use create-nuxt-app instead
https://github.com/nuxt-community/create-nuxt-app
MIT License
607 stars 330 forks source link

fix: update deps to fix eslint issue #86

Closed NicoPennec closed 6 years ago

NicoPennec commented 6 years ago

Fix issue #82 on build. Related to PR https://github.com/nuxt-community/starter-template/pull/85.

 ERROR  Failed to compile with 1 errors                                                                                                                                                           1:55:21 PM

Module build failed (from ./node_modules/eslint-loader/index.js):
TypeError: Cannot read property 'eslint' of undefined
    at Object.module.exports (/Users/npennec/dev/perso/github/nuxt-test/node_modules/eslint-loader/index.js:148:18)
manniL commented 6 years ago

Thanks for all these nice contributions! :heart:

Keep it up! :clap: