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
Describe the bug
code creates console.json file in cwd, and the rest of the project is in [path]/
aio app:init some-path
...
create ../console.json
Error: ENOENT: no such file or directory, open 'console.json'
at loadConfigFile (~/repos/adobe/aio-cli-all/aio-cli/node_modules/@adobe/aio-cli-plugin-app/src/lib/import.js:51:19)
at InitCommand.run (~/repos/adobe/aio-cli-all/aio-cli/node_modules/@adobe/aio-cli-plugin-app/src/commands/app/init.js:62:34)
The text was updated successfully, but these errors were encountered:
Describe the bug
code creates console.json file in cwd, and the rest of the project is in [path]/
aio app:init some-path
The text was updated successfully, but these errors were encountered: