jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

generate package.json as part of inital_sockpuppet command #51

Closed kaozdl closed 3 years ago

kaozdl commented 3 years ago

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

jonathan-s commented 3 years ago

Thanks a lot for this :)