question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

README Cloning Details

See original GitHub issue

I think a lot of folks who are spinning up new Create React apps are used to getting out-of-the-box:

npm start

I for one am definitely reliant on it and not super familiar with the interworkings under the hood. I tried adding

"start" : "react-scripts start",

to my package.json and then running npm start but then get complaints about

Error: ENOENT: no such file or directory, open ‘…/cra-template-redux-typescript/src/react-app-env.d.ts’.

So once I move the file to where it needs, I further just keep getting errors. Is this project set up to run once cloned or are there a lot of steps to do? I’ve checked out the README’s but their inaccurate. For example, as stated previous, there is no start argument set in the package.json.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
msutkowskicommented, Jun 30, 2021

@BretMishler Did you clone this repo? Or did you follow the instructions and create your project as a template as instructed?

yarn create react-app my-app --template redux-typescript

If you run that and follow the instructions in your terminal, it’ll work.

0reactions
markeriksoncommented, Jul 1, 2021

Sure, can you file a PR to this repo to update the wording? We can apply it to the TS template as well after that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

github-clone-all/README.md at master
github-clone-all is a small command to clone all repositories matching to the given query and language via GitHub Search API. To know the...
Read more >
Edit a file - README
Cloning allows you to work on your files locally. If you don't yet have SourceTree, download and install first. If you prefer to...
Read more >
git - Why I can't clone/pull a whole repository from github, only ...
I have a repository, it has two branches, one is called main, and it has a README file, and there is another called...
Read more >
Cloning (downloading) a Repository - Geo-code
To download a Git repository to a new computer, use the git clone command. ... on GitHub This is an extra line of...
Read more >
How to Clone a GitHub Repository With Git Bash - MakeUseOf
Cloning a repository means creating a local copy of your GitHub repository. By creating a local copy you can easily add or remove...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found