-
Notifications
You must be signed in to change notification settings - Fork 60
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
yarn start Fails with Open SSL message #72
Comments
Same issue, haven't figured out how to go around without downgrading |
Update: just figured out how to fix it. On Windows command prompt: On PowerShell: |
Hi! I finally finally got this working. Step 1) Run commans: On Unix-like (Linux, macOS, Git bash, etc.): On Windows command prompt: On PowerShell: Step 2) Delete package.lock.json Step 3) In package.json change "scripts" section to: "scripts": { then kill the process by using PID. sudo kill -9 Then restart by using command sudo npm run wpstart |
When running yarn start or npm start, I get the following message. For those who downgraded to nodejs 16, they have stated that it works fine. However, how to get around this without downgrading? Thank you.
The text was updated successfully, but these errors were encountered: