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

Project does not start or auto-reload #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ocontrerastx
Copy link

I am starting on this course on 3/25. I git cloned the repo and started the course. Performing the npm start command gave me the following error "error:0308010C:digital envelope routines::unsupported". This led me to the following Stack Overflow URL - https://stackoverflow.com/questions/69665222/node-js-17-0-1-gatsby-error-digital-envelope-routinesunsupported-err-os

I implemented the recommended solution and that fixed the npm start command. I then noticed that on save my browser was not auto-reloading which led me to the next stack overflow URL - https://stackoverflow.com/questions/43274925/development-server-of-create-react-app-does-not-auto-refresh.

This PR adds both legacy support (webpack) and auto-reload when doing an npm start.

I am starting on this course on 3/25. I git cloned the repo and started the course. Performing the npm start command gave me the following error "error:0308010C:digital envelope routines::unsupported". This led me to the following Stack Overflow URL - https://stackoverflow.com/questions/69665222/node-js-17-0-1-gatsby-error-digital-envelope-routinesunsupported-err-os

I implemented the recommended solution and that fixed the npm start command. I then noticed that on save my browser was not auto-reloading which led me to the next stack overflow URL - https://stackoverflow.com/questions/43274925/development-server-of-create-react-app-does-not-auto-refresh. 

This PR adds both legacy support (webpack) and auto-reload when doing an npm start.
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 this pull request may close these issues.

1 participant