REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
install.sh when using appdrag-cli tool?
-
I'm getting this error trying to export my project:
Downloading online resources... External deps have been downloaded (node:72776) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open './(path-to-project)/install.sh' at Object.openSync (fs.js:465:3) at Object.writeFileSync (fs.js:1416:35) at writeScriptFile (/usr/local/lib/node_modules/appdrag/src/utils/api/api.js:100:10) at deployApi (/usr/local/lib/node_modules/appdrag/src/commands/deploy/deploy.js:65:3) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async Object.exportProject [as export] (/usr/local/lib/node_modules/appdrag/src/commands/deploy/deploy.js:106:3)
Does anyone know why?