Mathias

Results 3 comments of Mathias

Hotfix I used for now: ```bash mkdir -p /usr/local/Cellar/[email protected]/1.0.2u_1 cp /usr/local/Cellar/[email protected]/1.0.2u/ /usr/local/Cellar/[email protected]/1.0.2u_1/ ``` Edit `.zshrc` in your home directory. And add the following export ```bash export PATH="/usr/local/Cellar/[email protected]/1.0.2u_1/bin:$PATH" ``` ```bash source...

I seem to be having the same issue but using preferBuiltins: false doesnt resolve my issue. I am simply trying to use bip39 with rollup in my project. **rollup.config.js** ```...