async-labs / builderbook

Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
https://builderbook.org
MIT License
3.77k stars 893 forks source link

BookBuilder Chapter 1 ( 1-Begin) #449

Closed RSR0303 closed 3 years ago

RSR0303 commented 3 years ago

Cannot run Yarn, getting following error

error An unexpected error occurred: "https://registry.yarnpkg.com/@material-ui/core/-/core-4.11.4.tgz: self signed certificate in certificate chain". info If you think this is a bug, please open a bug report with the information provided in "C:\Projects\React\BookBuilder\builderbook\book\1-begin\yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

klyburke commented 3 years ago

@satheeshrajar Thanks for reporting.

In the 1-begin folder, try deleting yarn.lock file and node_modules folder. Then run yarn again.

If that does not work, can you please create a public repo with the exact code you are running? We will take look.

RSR0303 commented 3 years ago

awesome !, fastest response, I will try that and update soon.

On Tue, Jun 1, 2021 at 4:11 PM Kelly Burke @.***> wrote:

@satheeshrajar https://github.com/satheeshrajar Thanks for reporting.

In the 1-begin folder, try deleting yarn.lock file and node_modules folder. Then run yarn again.

If that does not work, can you please create a public repo with the exact code you are running? We will take look.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/async-labs/builderbook/issues/449#issuecomment-852547163, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPHJ53K5QB3QGPT5W5LZETTQVSINANCNFSM455K7K4Q .

RSR0303 commented 3 years ago

Looks like that worked,thanks!

Question :- Do you have document for windows ?

klyburke commented 3 years ago

@satheeshrajar Glad the solution worked for you!

We do not have specific instructions for Windows. The book instructions are based on Ubuntu.

A few readers have tried installing Ubuntu on Windows 10. I can't guarantee that this will work and allow you to follow all instructions in the book, but here is a tutorial: https://ubuntu.com/tutorials/ubuntu-on-windows#1-overview

Let us know if you have more issues.

RSR0303 commented 3 years ago

Thanks, do you have any chat / email communication, please let me know

klyburke commented 3 years ago

@satheeshrajar We prefer to discuss any technical issue here on GitHub, so other readers can review.

If you need to communication with us otherwise, you can email team@builderbook.org.