source-academy / go-slang

Implementation of Go
Apache License 2.0
0 stars 1 forks source link

Removed package-lock.json and standardize to Yarn. Fixes #29 #30

Closed wdym69 closed 1 month ago

wdym69 commented 1 month ago

Removed package-lock.json and added it to .gitignore.

martin-henz commented 1 month ago

The package-lock.json file should be committed to ensure consistent installs across all environments. This file locks dependency versions, improving reproducibility and build stability for Source Academy.

wdym69 commented 1 month ago

Thankyou for the comment @martin-henz . The issue #29 suggests to remove the NPM lockfile (package-lock.json) and standardize to Yarn, hence i did that. If that seems incorrect, what could be the solution to this issue?

martin-henz commented 1 month ago

Oh, yes. This is good. Sorry for misunderstanding.

martin-henz commented 1 month ago

Oh, yes. This is good. Sorry for misunderstanding.