hotwire-django / stimulus-webpack-tools

Tools for integrating webpack in Django
MIT License
13 stars 2 forks source link

Error: Cannot find module 'glob' #7

Open NiklasMerz opened 3 years ago

NiklasMerz commented 3 years ago

While following the README for the initial setup I got the error Error: Cannot find module 'glob' when runnig this commnad python manage.py webpack --build

I solved this with installing glob via NPM. How can I fix this initial package.json?

NiklasMerz commented 3 years ago

And the stimulus package should be installed by default, too.

JulianFeinauer commented 3 years ago

Thanks, I will add that...