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 would like to understand if you are still shipping @scarf/scarf with your code. Would you need to turn it off, using #352 (comment) or if we should ignore the need to turn it off?
Reason: While @scarf/scarf is inside the package.json, it seems that npm packages, do not ship @scarf/scarf as a dependency
I would like to understand if you are still shipping @scarf/scarf with your code. Would you need to turn it off, using #352 (comment) or if we should ignore the need to turn it off?
Reason: While @scarf/scarf is inside the package.json, it seems that npm packages, do not ship @scarf/scarf as a dependency
Currently
https://github.com/orizens/ngx-infinite-scroll/blob/master/package.json#L24 (@scarf/scarf)
https://www.npmjs.com/package/ngx-infinite-scroll/v/15.0.0?activeTab=code (no @scarf/scarf)
Reproduce
add
"ngx-infinite-scroll": "^6.9.1",
to package.jsonSCARF_VERBOSE=true
run npm i
Result
sh: opencollective-postinstall: command not found
Nothing from @scarf/scarf
Is @scarf/scarf still being shipped to users of ngx-infinite-scroll?
The text was updated successfully, but these errors were encountered: