You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to build an ionic Cordova build android,
node module file is auto-deleted from the www folder , s and showing this error
.rror: ENOENT: no such file or directory, scandir 'www/nodejs-project'
at Object.readdirSync (fs.js:1043:3)
at enumFolder (/Users/srikantkadgi/Documents/Ptest/plugins/nodejs-mobile-cordova/install/hooks/android/after-prepare-build-node-assets-lists.js:8:18)
at createFileAndFolderLists (/Users/srikantkadgi/Documents/Ptest/plugins/nodejs-mobile-cordova/install/hooks/android/after-prepare-build-node-assets-lists.js:37:5)
at /Users/srikantkadgi/Documents/Ptest/plugins/nodejs-mobile-cordova/install/hooks/android/after-prepare-build-node-assets-lists.js:54:5
at new Promise ()
at module.exports (/Users/srikantkadgi/Documents/Ptest/plugins/nodejs-mobile-cordova/install/hooks/android/after-prepare-build-node-assets-lists.js:53:10)
at runScriptViaModuleLoader (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:157:32)
at runScript (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:136:12)
at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:108:40 {
errno: -2,
syscall: 'scandir',
code: 'ENOENT',
path: 'www/nodejs-project'
}
The text was updated successfully, but these errors were encountered:
when I try to build an ionic Cordova build android,
node module file is auto-deleted from the www folder , s and showing this error
.rror: ENOENT: no such file or directory, scandir 'www/nodejs-project'
at Object.readdirSync (fs.js:1043:3)
at enumFolder (/Users/srikantkadgi/Documents/Ptest/plugins/nodejs-mobile-cordova/install/hooks/android/after-prepare-build-node-assets-lists.js:8:18)
at createFileAndFolderLists (/Users/srikantkadgi/Documents/Ptest/plugins/nodejs-mobile-cordova/install/hooks/android/after-prepare-build-node-assets-lists.js:37:5)
at /Users/srikantkadgi/Documents/Ptest/plugins/nodejs-mobile-cordova/install/hooks/android/after-prepare-build-node-assets-lists.js:54:5
at new Promise ()
at module.exports (/Users/srikantkadgi/Documents/Ptest/plugins/nodejs-mobile-cordova/install/hooks/android/after-prepare-build-node-assets-lists.js:53:10)
at runScriptViaModuleLoader (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:157:32)
at runScript (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:136:12)
at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:108:40 {
errno: -2,
syscall: 'scandir',
code: 'ENOENT',
path: 'www/nodejs-project'
}
The text was updated successfully, but these errors were encountered: