Skip to content
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 on start #35

Closed
oluwadareseyi opened this issue Apr 8, 2020 · 8 comments · Fixed by #41
Closed

Error on start #35

oluwadareseyi opened this issue Apr 8, 2020 · 8 comments · Fixed by #41

Comments

@oluwadareseyi
Copy link

I keep getting this error whenever I run the project:

WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

@danielstern
Copy link
Owner

danielstern commented Apr 9, 2020 via email

@shootermv
Copy link

I have similar error. (im running winodws10 , node 10.19.0)
Managed to run the project using: npx babel-node server

@kicsigabszi
Copy link

Same here

@oluwadareseyi
Copy link
Author

I'll try it out, thanks.

@Stu1986c
Copy link

Having the same problem here. Cloned the repo afresh, run the commands as per the Getting Started instructions and getting the above error

@naveen-gupta
Copy link

Same here

@annie-elequin
Copy link

I ran npm i -g webpack webpack-cli - it did update them to the latest version (4.42.1 at time of writing) and this matches what's in the package.json, but I'm still getting the error 😔

@danielstern
Copy link
Owner

danielstern commented Apr 17, 2020 via email

jgutix added a commit to jgutix/isomorphic-react that referenced this issue May 15, 2020
Webpack was trying to get `default` property from config which doesn't exist in the export.

Fixes danielstern#37 and fixes danielstern#35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants