Open ChasNelson1990 opened 1 month ago
When installing NPM dependencies during bootstrapping of containers we should probably not use npm install
npm install
See: https://github.com/fjelltopp/ckanext-zarr/pull/43#issuecomment-2399344528
https://docs.npmjs.com/cli/v8/commands/npm-ci
No response
Problem
When installing NPM dependencies during bootstrapping of containers we should probably not use
npm install
See: https://github.com/fjelltopp/ckanext-zarr/pull/43#issuecomment-2399344528
Solution
https://docs.npmjs.com/cli/v8/commands/npm-ci
Considerd Alternatives
No response