Typescript version does not update

后端 未结 2 1142
谎友^
谎友^ 2021-01-25 06:48

I am running the following command to update my TypeScript version from 1.8.5 to 2.0.7 :

npm install -g typescript

it shows as -

2条回答
  •  闹比i
    闹比i (楼主)
    2021-01-25 07:26

    Megha shah is right, but I think is better to install via npm globally

    npm install typescript -g
    

    and so use the existing C:\Users{username}\AppData\Roaming\npm.

提交回复
热议问题