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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
When running dev_setup.sh, the program halted a couple of times when it failed to find globally installed versions of gulp, tsc and bower.
While this is a common practice, it can lead to all sorts of version issues (specially tsc!).
My suggestion is to use locally installed versions when possible: ./node_modules/typescript/bin/tsc.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running
dev_setup.sh
, the program halted a couple of times when it failed to find globally installed versions ofgulp
,tsc
andbower
.While this is a common practice, it can lead to all sorts of version issues (specially
tsc
!).My suggestion is to use locally installed versions when possible:
./node_modules/typescript/bin/tsc
.The text was updated successfully, but these errors were encountered: