This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Bower install fails #44
Comments
Also, 2.0.3 seems to install correctly |
Thanks, @mikkotikkanen. The |
Hmm, seems to work fine in OS X locally:
Will attempt to troubleshoot on Windows. |
Verified on Windows. The issue seems to be with the symlink. See: yeoman/yeoman#751 Solution may be to just remove |
@mikkotikkanen Thanks for reporting the issue! Should be fixed in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At least at Windows machines (haven't tested with others OS, but with multiple Windows machines), the bower install fails as bower.json seems to be a symbolic link with "package.json" text within it. The symbolic link seems to break down for some reason and since the "package.json" isn't exactly valid JSON, the install aborts.
The text was updated successfully, but these errors were encountered: