-
Notifications
You must be signed in to change notification settings - Fork 20
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
Build failed after reinstall dependencies #50
Comments
What version of ember-cli? |
Nvm, see it. |
This is an issue with third party code having invalid source map, like ember data for certain versions. |
My teammate is having a similar issue where he can't keep source maps on:
Also on 1.5.3. How do we discover source of the problem? |
If you do |
Issue is with less.js itself, see gabrielgrant/broccoli-less-single#35 (which we use) |
broccoli-less-single 0.6.1 locks lessjs to < 2.7.0. I'll unlock it once the issue is fixed. |
@knownasilya my fix is - use
|
And yep, reinstall fix the issue. Thx |
Unlocked the dep as 0.6.2 since 2.7.1 of less fixed the issue |
Excellent! |
All worked fine untill I try reninstall dependencies. I got
The same for 1.3.3. ( which we use before today ) and at the newest 1.5.3
The text was updated successfully, but these errors were encountered: