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

How I was able to run this code #52

Open
yjnz opened this issue Mar 23, 2023 · 0 comments
Open

How I was able to run this code #52

yjnz opened this issue Mar 23, 2023 · 0 comments

Comments

@yjnz
Copy link

yjnz commented Mar 23, 2023

Of course, I followed the "Running the React + Redux Tutorial Example Locally" in the original article.

1st npm start) Got "error:0308010C:digital envelope routines::unsupported"
Found a stack overflow article and try command "npm audit fix --force"

2nd npm start) Got "TypeError: Cannot read properties of undefined (reading 'tap')"
The error popped up after "webpack-dev-server --open" command.
Found this article and decided reinstall webpack stuffs with the following command lines

npm uninstall webpack webpack-cli webpack-dev-server -force
npm install webpack webpack-cli webpack-dev-server --save-dev

3rd npm start was successful

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

No branches or pull requests

1 participant