-
Notifications
You must be signed in to change notification settings - Fork 116
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 @babel/core #20
Comments
Note: I’m using latest. If I downgrade to 0.3.0, I don’t get this problem. |
Which version did you get when installing first time around? I'm wondering if the 1.0.0-babel-7-beta accidentally made it to the main line instead of a beta tag |
@biilmann yes |
Yup, latest is 1.0.0-babel-7-beta, that’s what gets installed by default with |
FWIW, I put |
I’ve been using netlify-lambda and it throws an error whenever I use “serve”.
The full error is:
This happens right at startup when testing locally and no functions will work. The function in this example simply prints out “OK”.
Is there something missing in the package for netlify-lambda?
The text was updated successfully, but these errors were encountered: