NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
498 stars 156 forks source link

🔨 removed npm’s package-lock.json file #195

Closed paulussujono closed 3 years ago

paulussujono commented 3 years ago

When running yarn currently, a warning is given about a conflict with package-lock.json which is generated when accidentally running npm install: image

In this PR I removed the conflicting file, and added a pre-install script which will error when npm install is run: image

I also added package-lock.json to the .gitignore so that it isn't accidentally committed.

PierreBresson commented 3 years ago

I've tried to resolve conflict issues (and remove all ^ from package.json in the process) before merging but it did create ci to fail, sorry for messing with your work :/

paulussujono commented 3 years ago

🤔

PierreBresson commented 3 years ago

@paulussujono perfect, thanks 🙂