Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Ference Bodie
Ference Bodie
4,324 Points

Webpack npm TypeError: webpack.validateSchema is not a function

hi people, By running npm start I got an error like this: TypeError: webpack.validateSchema is not a function. I have tried different solutions but I am not able to fix it.. Re-installing did not work, I also tried to change te version and npm install --save-dev babel-core also did not work..

Can someone help me? I am really stuck.

Thanks in advance

Keith Carrillo
Keith Carrillo
6,909 Points

Hey ferrence, every find a solution?

Ference Bodie
Ference Bodie
4,324 Points

Hi Keith, Sorry for the late reaction. No i still haven't found it. am really stuck. Do you know this error?

2 Answers

Keith Carrillo
Keith Carrillo
6,909 Points

I gotten pretty close to fixing it, but then I ended up resorting to create-react-app.

benjaminmosery
benjaminmosery
6,346 Points

I'm also getting the 'TypeError: validateSchema is not a function', anyone have any ideas?