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
Following the installation instructions on readme fails. Doing docker compose up, waiting until it is ready, then doing npm install results in lots of npm ERR! gyp ERR! ... messages.
But if I delete the package-lock file, and then run npm install, it works.
The text was updated successfully, but these errors were encountered:
Argh, reopening because many months later, this is happening again. Downloading the repo and doing npm install fails. Deleting package-lock.json and doing npm install works.
Following the installation instructions on readme fails. Doing
docker compose up
, waiting until it is ready, then doingnpm install
results in lots ofnpm ERR! gyp ERR! ...
messages.But if I delete the
package-lock
file, and then runnpm install
, it works.The text was updated successfully, but these errors were encountered: