无法在windows 10上安装typescript

无法在windows 10上安装typescript,typescript,Typescript,我正在尝试在Windows中通过CMD安装typescript。但我得到了这些错误: npm ERR! pna.nextTick is not a function npm ERR! asyncWrite is not a function npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\deepu\AppData\Roaming\npm-cache\_logs\2018-10-10T11_1

我正在尝试在Windows中通过CMD安装typescript。但我得到了这些错误:

npm ERR! pna.nextTick is not a function
npm ERR! asyncWrite is not a function

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\deepu\AppData\Roaming\npm-cache\_logs\2018-10-10T11_17_39_169Z-debug.log
这对我有用

rm -rf /usr/local/lib/node_modules
rm -rf /usr/local/bin/node
rm -rf /usr/local/bin/npm
n 10.9.0
node -v
npm -v

我不明白你的意思