-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.0.X, 7.1.10 DXP FP3, 7.1.1 CE GA2, 7.1.10.1 SP1, 7.1.X, Master
-
Component/s: Dev Tools > Gradle Plugins
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Git Pull Request:
The Gradle incremental build seems to be ignoring that the outputs have changed. As a workaround, explicitly set `upToDate` to false if the `node_modules` directory does not exist
cd portal\modules\apps\frontend-taglib\frontend-taglib\ git clean -fdx gw transpileJS module.js:549 throw err; ^ Error: Cannot find module '/home/rotty/projects/portal-master/modules/apps/frontend-taglib/frontend-taglib/node_modules/metal-cli/index.js' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:188:16)