npm.io
3.0.2 • Published 2 weeks ago

@inveniosoftware/react-invenio-app-ils

Licence
MIT
Version
3.0.2
Deps
0
Size
16.3 MB
Vulns
0
Weekly
0
Stars
5

react-invenio-app-ils

Single Page App built with React for InvenioILS

The official documentation is available at https://invenioils.docs.cern.ch.

Update dependencies

To update dependencies you need to run npm install in the target deployment environment:

$ rm -rf package-lock.json node_modules
# Run the container with x86_64 architecture and install packages
$ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:22-alpine sh -c "npm install"