medfreeman / nuxt-netlify-cms-module

Easy Netlify CMS integration with nuxt.js
MIT License
194 stars 23 forks source link

Error: Cannot find module 'extract-text-webpack-plugin' #90

Closed danchristian closed 5 years ago

danchristian commented 5 years ago

Installing nuxt-netlify-cms-module following the instructions for the first time and get the following error when I npm run build

✖ fatal .../node_modules/nuxt-netlify-cms/dist/webpack.config.js:1
  Error: Cannot find module 'extract-text-webpack-plugin'
  at Object.<anonymous> (.../node_modules/nuxt-netlify-cms/dist/webpack.config.js:22:33)
  at Object.Module._extensions..js (module.js:663:10)
  at Object.Module._extensions..js (module.js:663:10)
medfreeman commented 5 years ago

Hi, please indicate your nuxt version so i can investigate. Thanks !

gridsystem commented 5 years ago

I have this issue on nuxt 2.2.0

medfreeman commented 5 years ago

That's because it's not nuxt 2 compatible as of now. I plan on doing this during the next few weeks. cf. #60