matiasvlevi / Dann

Deep Neural Network Library for JavaScript.
https://dannjs.org
MIT License
425 stars 23 forks source link

Issue with installing dependencies for line 55 package.json #24

Closed Labnann closed 3 years ago

Labnann commented 3 years ago

I think line 55: "contrib": "npx all-contributors generate", should not end with a comma. Otherwise it generates this issue:

npm ci npm ERR! Unexpected token } in JSON at position 1727

matiasvlevi commented 3 years ago

Thanks for spotting this error! Just merged to master.