Use ember-auto-import instead of ember-browserify #138
Reference in New Issue
Block a user
Delete Branch "feature/use_ember_auto_import"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After some harsh fighting with npm and its unhelpful error messages, I finally managed to replace ember-browserify with ember-auto-import.
It required some custom Webpack config that inlines the JSON files in the
kosmos-schemasdependency, instead of loading it viareadFileSync.After that, all other (seemingly) unrelated errors went away as well.
Damn, Travis still has build errors.
I actually deleted my
node_modulesdirectory and did a fresh install without problems.Does anybody else get any errors?
@@ -61,7 +62,9 @@"kosmos-schemas": "^2.0.0",They use a frok: https://github.com/ipfs/js-ipfs-http-client/blob/master/package.json#L67
@@ -61,7 +62,9 @@"kosmos-schemas": "^2.0.0",Any idea why I have to add the package at all when it's a dependency of a dependency?
I didn't have any error about it locally, but Travis did.
@@ -61,7 +62,9 @@"kosmos-schemas": "^2.0.0",No. But the
kredits-contractsdependencies are a mess. All kind of forks and beta releases... The blockchain community has to learn a lot about npm dependencies...@@ -61,7 +62,9 @@"kosmos-schemas": "^2.0.0",Aragon npm deps:
Hooray, all warnings gone!