Avoid external npm package to reinstall at each start
Open
:sparkles: enhancement
area:packages
- Dominant language
- TypeScript
- Stars
- 7.8k
- Forks
- 762
- Avg merge
- 15h 27m
- Merged PRs (30d)
- 12
Description
Hi,
It's more a question than an issue : i searched on issue and doc but i had no found how install npm package.
var pack = require('npmPack') install correctly module and depencies but with no persistance.
Each time i start the fiddle the package seems to be reisntall (in the console i got : Installing node modules using npm: npmPack)
It's normal or there are a way to persist npm module ?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.