kant2002 / gulp-tsc

gulp.js plugin for compiling TypeScript files
MIT License
16 stars 11 forks source link

Unable to install gulp-tsc #31

Open michalhainc opened 7 years ago

michalhainc commented 7 years ago

Hi, I tried to install gulp-tsc into my environment, and it faild with typescript dependecy anyway as you can see on my terminal output I have installed typescript@2.4.2 before trying to install gulp-tsc

root@nas:/srv/dev-disk-by-label-SGBarracuda/node/mypvrworker# npm install -g typescript
/opt/node/bin/tsc -> /opt/node/lib/node_modules/typescript/bin/tsc
/opt/node/bin/tsserver -> /opt/node/lib/node_modules/typescript/bin/tsserver
/opt/node/lib
└── typescript@2.4.2

root@nas:/srv/dev-disk-by-label-SGBarracuda/node/mypvrworker# npm install -g gulp-tsc
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
/opt/node/lib
├── gulp-tsc@1.3.2
└── UNMET PEER DEPENDENCY typescript@>=1.0.1 || 2.x

root@nas:/srv/dev-disk-by-label-SGBarracuda/node/mypvrworker# node -v
v6.11.2
root@nas:/srv/dev-disk-by-label-SGBarracuda/node/mypvrworker# npm -v
3.10.10
root@nas:/srv/dev-disk-by-label-SGBarracuda/node/mypvrworker#