Skip to content

Commit

Permalink
Fix cannot find module error for
Browse files Browse the repository at this point in the history
'@babel/compat-data/corejs3-shipped-proposals'
See: laravel-mix/laravel-mix#2383
  • Loading branch information
teutat3s committed Nov 18, 2020
1 parent 12d2675 commit de4dee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-env": "^7.12.1",
"@types/express": "^4.17.3",
"nodemon": "^2.0.2"
}
Expand Down

0 comments on commit de4dee4

Please sign in to comment.