-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module '@babel/compat-data/corejs3-shipped-proposals' #19
Comments
@atd hey I wasn't able to reproduce the issue, but I noticed your repo's master is behind HestiaPi's master branch/. Can you try updating your repo from upstream and deleting your node_modules and see if the updated yarn.lock fixes your problem? git remote add upstream https://github.com/HestiaPi/hestia-touch-one-ui.git
git fetch upstream
git checkout master
git rebase upstream/master
rm -rf node_modules
yarn If you still have the issue then we'll get this branch updated with an up-to-date lock file and merge it in. |
Hi @jaythomas Please note that, although my I already had tested the issue against last commit in HestiaPi's |
After updating to
master
and runningyarn
, I cannot startyarn serve
The text was updated successfully, but these errors were encountered: