Is there a way to specify no-fetch
inside the configuration file that when checking my code and execution npm install
it does not interrupt for plugins that are not accessible through the npm registry?
If I do this manually on the command line, this will be ok. I would like it to no-fetch
be called automatically. Thanks
source
share