You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Seems like the code has suffered from bitrot. The execution of npm install complains about the package-lock.json having been generated by an old version. Executing nvm use lts/fermium seems to partially solve that issue: it does not complain about package-lock.jsonhaving been generated by some old version.
The command npm install howevers fails with other errors, somewhat non-deterministically.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seems like the code has suffered from bitrot. The execution of
npm install
complains about thepackage-lock.json
having been generated by an old version. Executingnvm use lts/fermium
seems to partially solve that issue: it does not complain aboutpackage-lock.json
having been generated by some old version.The command
npm install
howevers fails with other errors, somewhat non-deterministically.The text was updated successfully, but these errors were encountered: