Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Invalid endpoint #19

Open
qknight opened this issue Aug 27, 2018 · 3 comments

Comments

@qknight
Copy link

qknight commented Aug 27, 2018

using bower2nix 3.2.0 with https://github.com/xwiki-labs/cryptpad/blob/38a1e5e39fb854cdbad8896333901beb85ee6510/bower.json results in this error:

bower2nix bower.json bower-generated.nix

(node:26837) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Invalid endpoint: #^1.6.0

it seems this is a feature which is not supported in bower2nix.

hack

if this patch is applied, it is working:

     "html2canvas": "^0.4.1",
     "croppie": "^2.5.0",
-    "sortablejs": "#^1.6.0",
+    "sortablejs": "^1.6.0",
     "saferphore": "^0.0.1"
-  },

@zimbatm
Copy link

zimbatm commented May 14, 2019

did you finish packaging cryptpad by any chance?

zimbatm added a commit to zimbatm/cryptpad that referenced this issue May 14, 2019
work around a missing bower2nix features.

see rvl/bower2nix#19
@qknight
Copy link
Author

qknight commented May 14, 2019

no, sorry

@zimbatm
Copy link

zimbatm commented May 15, 2019

I'm working on it over at NixOS/nixpkgs#61513 if you are interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants