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

No lock file found #6

Open
vilarezz opened this issue May 7, 2021 · 1 comment
Open

No lock file found #6

vilarezz opened this issue May 7, 2021 · 1 comment

Comments

@vilarezz
Copy link

vilarezz commented May 7, 2021

Não tem nenhum lock.yarn no projecto, não consigo instalar as dependências.

@fariasmateuss
Copy link

Hi @vilarezz 👋

The yarn.lock file is just a dependency cache file.

This file will be generated after installing the package.json dependencies, only it is necessary.

Run locally:

  git clone https://github.com/rocketseat-education/ignite-template-reactjs-conceitos-do-react.git

or

npx create-react-app project-name -e https://github.com/rocketseat-education/ignite-template-reactjs-conceitos-do-react

Go to the project directory

  cd ignite-template-reactjs-conceitos-do-react

Install dependencies

  yarn

Start the server

  yarn dev

Open http://localhost:8080 with your browser to see the result.

Hope this helps

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

2 participants