You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it is worth mentioning or not (as it is an old version of npm, but it was installed as available on the current version of Ubuntu Server), but npm outdated (v1.4.21) does not include the type value in its ouput so gulp-check-deps errors with
.../node_modules/gulp-check-deps/index.js:188
var constraint = packageJson[json[depName].type][depName],
^
TypeError: Cannot read property 'async' of undefined
at .../node_modules/gulp-check-deps/index.js:188:77
at Array.forEach (native)
at ChildProcess.<anonymous> (.../node_modules/gulp-check-deps/index.js:184:26)
at ChildProcess.EventEmitter.emit (events.js:117:20)
at Process.ChildProcess._handle.onexit (child_process.js:797:12)
The text was updated successfully, but these errors were encountered:
Not sure if it is worth mentioning or not (as it is an old version of npm, but it was installed as available on the current version of Ubuntu Server), but
npm outdated
(v1.4.21) does not include thetype
value in its ouput so gulp-check-deps errors withThe text was updated successfully, but these errors were encountered: