- Issue created by @jemandy
- πΊπΈUnited States jldust
The step before npm use is
npm install
, please verify that has be run. - πΊπΈUnited States pixelwhip
I've come across this bug before. This happens when `npm install` has been run inside the `prototype` theme itself. The problem is that Drupal theme rename utility is replacing all instances of the sting "prototype" which is a reserved property name in JS. Typically deleting the `node_modules` folder and re-running the script will fix it.