hello again, my code is normally works locally whe...
# help
a
hello again, my code is normally works locally when I'm doing sst start, but I did sst deploy I have this error when run lambda on cron schedule
c
you probably forgot to add
punycode
to your package.json (so you have it locally, but you don't have it on a fresh
npm install
)
a
i thought so, so i added, but nothing changed, or maybe after adding I should remove and start again?
c
I am not sure 🙂
a
i see, i'll try to remove and start again