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
I've made an issue before about what I believe to be an abusive use of npm's optionalDependencies via sl-blip: #1079
This is also preventing package version validation modules like safestart from being used with strongloop projects.
For example:
/srv/api/node_modules/safestart/index.js:88
throw error
^
Error: loopback-connector-remote dependency mismatch: sl-blip from /srv/api/node_modules/loopback/node_modules/sl-blip (expected: http://blip.strongloop.com/loopback-connector-remote@1.0.3, got: http://blip.strongloop.com/loopback@2.22.0)
at fail (/srv/api/node_modules/safestart/index.js:83:17)
at /srv/api/node_modules/safestart/index.js:73:17
at Array.forEach (native)
at scanDependencies (/srv/api/node_modules/safestart/index.js:47:38)
at checkPath (/srv/api/node_modules/safestart/index.js:40:5)
at /srv/api/node_modules/safestart/index.js:54:26
at Array.forEach (native)
at scanDependencies (/srv/api/node_modules/safestart/index.js:47:38)
at checkPath (/srv/api/node_modules/safestart/index.js:39:5)
at /srv/api/node_modules/safestart/index.js:54:26
Please remove blip.
The text was updated successfully, but these errors were encountered:
There's also a very minor bug in safestart in that it is identifying these URLs as git URLs, though that could just be an unfortunate choice in variable naming :-)
@richardpringle Perhaps you can get someone from strongloop to comment on #1079 and consider removing sl-blip instead of surreptitiously tracking users?
Hey @STRML, I'm going through the issues and doing some bug fixes on some of the loopback code so I just want to make sure the right person is looking at this.
Just trying to help.
I've made an issue before about what I believe to be an abusive use of npm's
optionalDependencies
via sl-blip: #1079This is also preventing package version validation modules like safestart from being used with strongloop projects.
For example:
Please remove blip.
The text was updated successfully, but these errors were encountered: