Is there a way to specify no-fetchinside the configuration file that when checking my code and execution npm installit 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-fetchbe called automatically. Thanks
source
share