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
I'm using ubuntu and whenever I ran "make dev", following errors show up:
trap 'kill %1' SIGINT
trap: SIGINT: bad trap
Makefile:3: recipe for target 'dev' failed
make: *** [dev] Error 1
but I can run individual command:
trap 'kill %1' SIGINT
then run
npm run watch & sam local start-api
The text was updated successfully, but these errors were encountered:
I'm using ubuntu and whenever I ran "make dev", following errors show up:
trap 'kill %1' SIGINT
trap: SIGINT: bad trap
Makefile:3: recipe for target 'dev' failed
make: *** [dev] Error 1
but I can run individual command:
trap 'kill %1' SIGINT
then run
npm run watch & sam local start-api
The text was updated successfully, but these errors were encountered: