Specify no-fetch in package.json or config.xml

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

+4
source share

Source: https://habr.com/ru/post/1686498/


All Articles