-
Notifications
You must be signed in to change notification settings - Fork 69
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
ERROR in ./assets/js/core.js Module build failed: TypeError: Path must be a string. Received undefined #268
Comments
getting same error |
Had old npm version. Fixed when i installed node v4.6 |
Same error running initial gulp build after cloning |
Fixed by upgrading babel-core to version |
For future people here is what I ran to upgrade babel-core and related packages
Where Can the upgrade to babel-core be added to the project itself? |
Upgrading babel seems like a fairly unwieldy option at this point (reconciling deps and plugins, webpack, etc). Downgrading node to 5.11.1 is way easier if a bit slow and.. old. |
Hi - can you shed any light on the following which I get when running gulp?
The text was updated successfully, but these errors were encountered: