Closed wdym69 closed 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.
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?
Oh, yes. This is good. Sorry for misunderstanding.
Oh, yes. This is good. Sorry for misunderstanding.
Removed package-lock.json and added it to .gitignore.