Gatsby : Cannot find module 'uglifyjs-webpack-plugin'
Bump into this issue the other day, gatsbyjs gatsby-plugin-netlify-cms requires this component which are not necessarily installed by default.
You might have to do it manually.Just run
npm install --save gatsby-plugin-netlify-cms
That should solves it.
Comments