tugberkugurlu / gulp-dnx

Gulp plugin for ASP.NET 5
MIT License
38 stars 14 forks source link

gulp-dnx not being installed #27

Open mdmoura opened 8 years ago

mdmoura commented 8 years ago

Hello,

I added gulp-dnx to an ASP.NET 5 package.json project and it fails to install:

{
  "name": "Project",
  "version": "1.0.0",
  "devDependencies": {
    "gulp": "3.9.0",
    "gulp-concat": "2.6.0",
    "gulp-dnx": "0.2.0",
    "gulp-less": "3.0.3",
    "gulp-rimraf": "0.2.0",
    "gulp-watch": "4.3.5"
 }
}

Note that all other packages are installed ... Only gulp-dnx fails ... I also tried npm install gulp-dnx and no luck ... Does anyone knows what is wrong?

Thank you, Miguel