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-schemas dependency, instead of loading it via readFileSync.
After that, all other (seemingly) unrelated errors went away as well.
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-schemas` dependency, instead of loading it via `readFileSync`.
After that, all other (seemingly) unrelated errors went away as well.
I actually deleted my node_modules directory and did a fresh install without problems.
Does anybody else get any errors?
Damn, Travis still has build errors.
I actually deleted my `node_modules` directory and did a fresh install without problems.
Does anybody else get any errors?
fsmanuel
(Migrated from github.com)
reviewed 2019-07-15 15:55:47 +00:00
No. But the kredits-contracts dependencies are a mess. All kind of forks and beta releases... The blockchain community has to learn a lot about npm dependencies...
No. But the `kredits-contracts` dependencies are a mess. All kind of forks and beta releases... The blockchain community has to learn a lot about npm dependencies...
raucao
(Migrated from github.com)
reviewed 2019-07-15 16:45:40 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!