epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.
https://epicweb.dev/workshops/full-stack-foundations
Other
586 stars 152 forks source link

Getting error while setting up the workshop #64

Closed saurabhp75 closed 9 months ago

saurabhp75 commented 10 months ago

I am getting following error while setting up the workshop repo for full-stack-foundations. OS: MacOS 14 Git version: 2.42.1 Node version: v19.8.1 Npm version: 9.5.1

npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@kentcdodds/workshop-app@2.56.3', npm WARN EBADENGINE required: { node: '18' }, npm WARN EBADENGINE current: { node: 'v19.8.1', npm: '9.5.1' } npm WARN EBADENGINE }

kentcdodds commented 9 months ago

Thanks for reporting!

I recommend you get off of odd-versions of Node.js (learn more): https://nodejs.org/en/about/previous-releases

I'm pushing a fix for this soon. Cheers!