welldone-software / gulp-durandal

Gulp plugin for building durandaljs projects
MIT License
13 stars 19 forks source link

npm i gulp-durandal fails due to dependency #29

Closed JamesReate closed 5 years ago

JamesReate commented 5 years ago

When running: npm install gulp-durandal it fails with error:

npm ERR! No valid versions available for flatmap-stream

I checked the dependency flatmap-stream at https://www.npmjs.com/package/flatmap-stream and it won't install by itself. So guess would need to change code to not depend on that package anymore? Realized this issue b/c our CI stopped working today.

JamesReate commented 5 years ago

this resolved itself in the afternoon after npm caches reset.