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
/ # yarn global add aws-sam-local
yarn global v0.27.5
warning package.json: No license field
warning No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
warning [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
warning "[email protected]" has no binaries
warning No license field
Done in 8.92s.
/ # sam --version
/bin/sh: sam: not found
I believe it would be good to get working with yarn just because I've seen far fewer problems with global installs with yarn vs npm (especially npm@5 – it still has some teething problems)
The text was updated successfully, but these errors were encountered:
The yarn install succeeds, but there's no binary:
I believe it would be good to get working with yarn just because I've seen far fewer problems with global installs with yarn vs npm (especially npm@5 – it still has some teething problems)
The text was updated successfully, but these errors were encountered: