Node.js native modules build cache

Viewed 93

Our project is quite big and compiling native addon dependencies on npm ci or clean npm install takes several minutes.

Is there any way to cache and re-use the built native addons except of saving node_modules as a whole?

0 Answers
Related