When trying to install a package with yarn I get the following error: expected hoisted manifest for \"myPackage#@material-ui/core#react-dom\"
But it isn't clear what a 'hoisted manifest' exactly is.
When trying to install a package with yarn I get the following error: expected hoisted manifest for \"myPackage#@material-ui/core#react-dom\"
But it isn't clear what a 'hoisted manifest' exactly is.
Share Improve this question edited May 2, 2019 at 13:12 tk421 5,9776 gold badges27 silver badges36 bronze badges asked May 2, 2019 at 10:49 ngstschrngstschr 2,3392 gold badges23 silver badges38 bronze badges1 Answer
Reset to default 6Not sure what it is. Try deleting your yarn.lock
file, and then run yarn install
.
There is a bug raised with yarn: https://github./yarnpkg/yarn/issues/7244