-
Notifications
You must be signed in to change notification settings - Fork 27
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
Some features are missing in features list if caniuse-db is at the same level in node_modules #32
Comments
Ok got it. Since caniuse-db can be downloaded at the same time as caniuse-api if caniuse-db is installed beside caniuse-api, you can get a pretty short list like
Which is clearly not enough. |
That happen if you have caniuse-db & caniuse-api at the same level (eg: both as dep in package.json) |
Hi, Is there any lead to fix this ? This causes a lot of trouble in my builds both with npm2 and npm3 |
Maybe you could embed caniuse-db using Other projects do this as well like fsevents/fsevents#123 This would solve this problem once and for all, and I think many other problems open on caniuse-api (like #36, #29 and maybe #39 ) |
The idea was to NOT have caniuse-db in this package so you handle the version/update yourself. Maybe we need to wait for caniuse-db to be downloaded entierly... |
yeah sure, I understand that tying the version to caniuse-db is not a good solution. but a randomly failing build seems worse IMHO. How could we wait for the download to finish ? |
Well caniuse-db is in The generation is causing so much trouble. I will make this optional as it is for in browser usage (eg: browserify don't like dynamic require). |
What do you mean by "I will make this optional as it is for in browser usage" ? Actually, it seems that this was fixed in npm/npm#6926 but only for npm@3 |
This guy seems to have a solution to this : http://krasimirtsonev.com/blog/article/Fun-playing-with-npm-dependencies-and-postinstall-script |
Are you using npm@2? |
Yes, in some projects it's npm2 |
@MoOx Is there a fix for this or can https://github.com/MoOx/postcss-cssnext not use this module as this is failing for me too. |
Closed by #47 |
https://travis-ci.org/cssnext/cssnext/builds/64634160
I get the issue locally too with another one name. I checked my features.json and there is a lot missing.
The text was updated successfully, but these errors were encountered: