The npm package devtool is required for $ npm run render, but is not included in package.json's dev-dependencies. It should either be added, or the dependency should be removed (I think the latter is preferred, since devtool is a very general-purpose package and shouldn't be explicitly depended on.
The npm package
devtool
is required for$ npm run render
, but is not included inpackage.json
'sdev-dependencies
. It should either be added, or the dependency should be removed (I think the latter is preferred, sincedevtool
is a very general-purpose package and shouldn't be explicitly depended on.