-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Module parse failed #1533
Comments
node version 6.9.1 |
I looked at the line reference and it looks like a jsx statement is in there while the file doesn't have |
@mistercrunch , this issue is same as mine, but my borowser console still show error, all related about dataTable, i find that in the dist js files, for example, in dist/dashboard.xx.js, the datatable.net.bs is loaded as AMD: the if statement get a true const, but in datatable.net.bs's node modules, the if statement is a express as "typeof define === 'function' && define.amd", the npm run dev replace the express as 'true' in output dist js, i attemp to modify it as false in dist js file, and then it works well, but i don't know what cause the issue. i find other js error almost the same related to datatable in webpack: |
me too, How to solve??@hustxiaofeng |
inside mapbox.jsx |
can anybody solve this problem? |
Have you tryed "rm -rf node_modules" and then "npm install"? |
is it fixed?? |
thank you!! @toabey |
I met the same problem. @dennybiasiolli I tried many times but still not work:( |
@toabey Thank you |
when "npm run dev" find Error, ERROR in ./ how can i solve this problem? |
Notice: this issue has been closed because it has been inactive for 486 days. Feel free to comment and request for this issue to be reopened. |
after npm install, then excute 'npm run dev', it throws error as follow:
The text was updated successfully, but these errors were encountered: