Martin Schayna
Martin Schayna
The same in my project, when I've installed the `immortal-db` package and put `import { ImmortalDB } from "immortal-db"` somewhere in the source code (even the import is not in...
> mocha tests running in nodejs are failing on this error. It is failing on this line: https://github.com/gruns/ImmortalDB/blob/master/dist/immortal-db.js#L10 Obviously, the bundle was not bundled for node target. Is it possible...
> how/why is immortaldb being imported and used in node? The reason in my case is unit testing in mocha, which is running in node. Some low level parts of...
Looks like there is the same bug for Flowtype either (see `flow-typed` repo, maybe automatic conversion from TS?). Documentation and source code use `create`.
+1, even accent signs in italic and half italic in Slavic languages:  
The same error in my project, versions: ``` "babel-plugin-recharts": "2.0.0", "recharts": "2.0.9", "@babel/cli": "7.13.14", "@babel/core": "7.13.14", "@babel/node": "7.13.13", "@babel/parser": "7.13.13", "@babel/plugin-proposal-class-properties": "7.13.0", "@babel/plugin-proposal-decorators": "7.13.5", "@babel/plugin-proposal-export-default-from": "7.12.13", "@babel/plugin-proposal-export-namespace-from": "7.12.13", "@babel/plugin-proposal-object-rest-spread": "7.13.8",...
Still relevant, because of deprecation warning of utility class `$Subtype` in Flow 0.98+
I agree, it will be better. Now it is possible to use babel presets in run-js by manually installing them via `npm install`. Anyway, great tool!
Is this the reason why `url("/assets/image.png")` doesn't work with webpack's `output.publicPath` option? It seems that path to those assets can't be prefixed with CDN path :(
I ran into it too. There were 20 MB in files in folder `~/.cache/[email protected]` and after deleting them, `registry.txt` included, helps.