Files
grafana-image-renderer/Readme.md
2020-01-20 06:56:25 +00:00

221 B

To create npm_deps.tar.bz2 tarball run the following:

npm install --global yarn
make deps
rm -rf node_modules/puppeteer/.local-chromium
rm -rf node_modules/grpc/src/node/
tar cjf npm_deps.tar.bz2 node_modules