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.
When running:
npm install gulp-durandal
it fails with error: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.