-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Unexpected token import in node_modules #2080
Comments
@achtan This is an unfortunate issue on As far as Next.js goes. We ignore the |
thx for help! |
We don't transpile server.js so you're bound to your version of node.js. |
hi, here is my repo: https://github.com/achtan/nextjs-unexpected-token-import
when i run
npm run dev
i see this error:as you can see my package.json is a bit messy :) I tried a few presetes but with no luck...
The text was updated successfully, but these errors were encountered: