- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
@duypnguyen Thank you! I think the trick was to ensure the node14 and the cli existed.
For other landing here with same/similar issue, Here are the steps that worked
- Use NVM to switch to nodejs:14
- Ensure adobe/aio-cli exists (npm list @adobe/aio-cli -g)
- Update Package.json and manifest.yml
- aio app:run and deploy!