Hi, usually I use .npmrc with this content:
# enable full TypeScript support (with type check)
node-options='--import tsimp/import'
And everything is ok but sometimes npm i <something> becomes infinite (loader animation in terminal is showing)
This behavior fixes when I commented line in .npmrc
Is it possible to fix this behavior?