epicweb-dev / web-forms

Learn the primary mechanism for interactivity on the web.
https://www.epicweb.dev/workshops/professional-web-forms
Other
199 stars 61 forks source link

Running the setup gives a warning #27

Closed saurabhp75 closed 11 months ago

saurabhp75 commented 11 months ago

OS: MacOS 14, Node version: 19.8.1 NPM version: 9.5.1

Running the setup (npm run setup) gives following warning. The workshop app works fine though.

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 11 months ago

This should be resolved now. Thanks!