Jake Rieger
Jake Rieger
Just checked the directory `/usr/local/opt/icu4c/lib` and there is `libicudata.70.dylib` but no version 69.
Running in to this exact problem as well in my electron vue app. Hoping this gets resolved ASAP
Fixed this. Solution was to use the unlazy-loader package for webpack and import all the evasions manually
> > > Could you explain how you did that please ? Sure. Add the [unlazy-loader](https://www.npmjs.com/package/unlazy-loader) package to your project. Configure it in `vue.config.js` like this: ```js module.exports = {...
Is your virtual environment active in the terminal you start the REPL in? The error hints that you're attempting to execute code outside of its working context which sounds like...