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
FYI - gulp-connect has a downstream dependency on faye/websocket-driver-node via tiny-lr
As of today (9/12/2017), websocket-driver-node is calling a node dependency http-replace-js, which is giving the following error:
Error: Cannot find module 'http-parser-js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/var/lib/jenkins/jobs/AnavoClientRelease/workspace/anavo-client/node_modules/gulp-connect/node_modules/tiny-lr/node_modules/faye-websocket/node_modules/websocket-driver/lib/websocket/http_parser.js:3:22)
Is anyone else experiencing this issue?
The text was updated successfully, but these errors were encountered:
FYI - gulp-connect has a downstream dependency on
faye/websocket-driver-node
viatiny-lr
As of today (9/12/2017),
websocket-driver-node
is calling a node dependencyhttp-replace-js
, which is giving the following error:Is anyone else experiencing this issue?
The text was updated successfully, but these errors were encountered: