While installing I am getting below error:
C:\Users\pratik\Documents\GitHub\CS810W2>npm install --save-dev grunt-ts
notes@0.0.0 C:\Users\pratik\Documents\GitHub\CS810W2\
+-- grunt-ts@6.0.0-beta.16
`-- UNMET PEER DEPENDENCY typescript@^2.3.3 || ~1
The typescript installed is 2.4.2.
C:\Users\pratik\Documents\GitHub\CS810W2>tsc -v
Version 2.4.2
The typescript is installed globally. Still getting the above issue. But when typescript is installed locally, this issue doesn't occur.