Open NiklasMerz opened 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
Error: Cannot find module 'glob'
python manage.py webpack --build
I solved this with installing glob via NPM. How can I fix this initial package.json?
And the stimulus package should be installed by default, too.
Thanks, I will add that...
While following the README for the initial setup I got the error
Error: Cannot find module 'glob'
when runnig this commnadpython manage.py webpack --build
I solved this with installing glob via NPM. How can I fix this initial package.json?