package.json is not currently being generated as part of python manage.py initial_sockpuppet.
add npm init -y to the initialize script in order to generate package.json.
Why should this be added
if package.json is not present at the moment that python manage.py initial_sockpuppet runs, it will generate the package-lock.json and webpack.conf.json but not the package.json for maintaining dependencies
Checklist
[X] Tests are passing
[ ] Documentation has been added or amended for this feature / update
Fix
Description
package.json is not currently being generated as part of
python manage.py initial_sockpuppet
.add npm init -y to the initialize script in order to generate package.json.
Why should this be added
if package.json is not present at the moment that python manage.py initial_sockpuppet runs, it will generate the package-lock.json and webpack.conf.json but not the package.json for maintaining dependencies
Checklist