Typescript npm install not working -


when run sudo npm install -g typescript thing gets installed test3. get:

$ sudo npm install -g typescript password: test3@1.0.0 /usr/local/lib/node_modules/test3 $ tsc -bash: tsc: command not found 

the typescript compiler never installed. reinstalled node/npm see if install issue, didn't seem fix it. ideas?


Comments