欢迎, 我一整天都不能运行打字稿。我使用Visual Studio Code。我正在做的是在全球范围内安装TS:
$ npm install -g typescript
然后当我检查它时:
$ tsc
我在所有情况下都会收到错误:
bash:tsc:找不到命令
到那时我尝试了以下解决方案:
$ npm config set prefix /usr/local
npm root -g
后我得到的是:
C:\ Program Files \ Git \ usr \ local \ node_modules
通过相对的方式设置npm配置(我得到它):
C:\ USR \本地\ node_modules
设置.bash_profile:
export PATH=/usr/local/share/npm/bin:$PATH
使用PATH设置.bashrc ...
安装Typecript作为dev依赖也不起作用。
我甚至不记得的其他小解决方案。
请求帮助。我可以提供您需要的更多信息 - 只需说出来。
答案 0 :(得分:1)
尝试了所有已知的解决方案
PATH
)npm install typescript -g