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 was 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.
When running
dev_setup.sh, the program halted a couple of times when it failed to find globally installed versions ofgulp,tscandbower.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.