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 Apr 19, 2022. It is now read-only.
This project doesn't seem to be pure-node, and judging by the dependencies (as well as the Dockerfile) these packages at least need to be installed before npm install. Shouldn't this be added to the readme? And are there any other dependencies?
Also, npm install seems to fail under current node LTS potentially because of some upstream bug.
The text was updated successfully, but these errors were encountered:
For anyone who might that issue I mentioned with canvas when you run npm run start -- -r, I got around it by removing whatever version is an internal dependency and reinstalling the latest version explicitly (adds "canvas": "^2.6.1", to package.json)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This project doesn't seem to be pure-node, and judging by the dependencies (as well as the Dockerfile) these packages at least need to be installed before
npm install
. Shouldn't this be added to the readme? And are there any other dependencies?Also,
npm install
seems to fail under current node LTS potentially because of some upstream bug.The text was updated successfully, but these errors were encountered: