frame icon indicating copy to clipboard operation
frame copied to clipboard

forcing node version via .npmrc, ignoring intellij .idea folder

Open Deegiimurun opened this issue 1 year ago • 0 comments

engine-strict=true If set to true, then npm will stubbornly refuse to install (or even consider installing) any package that claims to not be compatible with the current Node.js version.(https://docs.npmjs.com/cli/v7/using-npm/config#engine-strict)=true .idea The .idea/ folder is just the way that JetBrain's stores data. It's in IntelliJ and Webstorm. Should be ignored.

Deegiimurun avatar Apr 06 '23 19:04 Deegiimurun