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
When installed package has endpoint-defined dep it fails with error message:
[Seld\JsonLint\ParsingException]
"https://bower.herokuapp.com/packages/player-api" does not contain valid JSON
Parse error on line 1:
Package not found
^
Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
Note: url https://bower.herokuapp.com/packages/player-api returns 404 but it's still being parsed. Anyway should it even check bower if has endpoint instead of version?
My proposal is to either handle installing from endpoint (probably complicated), or at least display more meaningful message, like "Package player-api not found while installing maslosoft-playlist".
When installed package has endpoint-defined dep it fails with error message:
Note: url
https://bower.herokuapp.com/packages/player-api
returns 404 but it's still being parsed. Anyway should it even check bower if has endpoint instead of version?My proposal is to either handle installing from endpoint (probably complicated), or at least display more meaningful message, like "Package
player-api
not found while installingmaslosoft-playlist
".Details:
Dependencies of installed package:
The text was updated successfully, but these errors were encountered: