Language-Research-Technology / oni-ui

Oni Discovery Portal using Oni REST API
GNU General Public License v3.0
0 stars 3 forks source link

npm install fails #56

Open benfoley opened 10 months ago

benfoley commented 10 months ago

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.

benfoley commented 10 months ago

PR #57

benfoley commented 4 weeks ago

closed with #57

benfoley commented 4 weeks ago

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.