dragos / dragos-vscode-scala

Other
253 stars 39 forks source link

Update README to use newest npm libs #15

Closed nightscape closed 7 years ago

nightscape commented 7 years ago

According to this warning, tsc is deprecated and should be replaced by typescript:

npm WARN deprecated tsc@1.20150623.0: You probably meant to instally 'typescript'. Run 'npm install typescript -g'
/usr/bin/tsc -> /usr/lib/node_modules/tsc/bin/tsc
/usr/bin/tsserver -> /usr/lib/node_modules/tsc/bin/tsserver
/usr/lib
└── tsc@1.20150623.0
dragos commented 7 years ago

Thank you!