I can not find any document for Cordova CLI 8.0.0 that support --nofetch option.
Here is the link to cordova's docs page mentioning the --nofetch option in CordovaCLI 7.0.0.
Every time I run cordova platform command with 8.0.0 changes node_modules folder.
Missing some node modules makes my build command failed.
Anyone know this option?
8.0.0 's status on npm.js is BUILD FAILING but it was released. Should I use it?
As outlined in the
cordova@8release announcement, support for--nofetchwas removed incordova@8under CB-13055.So as of
cordova@8all plugins are installed usingnpm.Moving forward (
cordova@9?), it's likely the duplication of plugins betweenplugins/andnode_modules/will be removed and installed plugins will solely exist innode_modules/