burkeholland / burkeholland/workshop-vs-code-can-do-that
Error: Cannot find tsconfig.json file
Open
- Dominant language
- JavaScript
- Stars
- 247
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
I've ran `npm install` at the start folder of the first exercise. Then, when I try to run `npm start`, I get the following error message:
> npm ERR! missing script: start
If I say `npm run serve`:
> Error: Cannot find "...tsconfig.json" file.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the first exercise's start folder and reproduce the setup with `npm install`, `npm start`, and `npm run serve`. Trace why `npm start` has no script and why `npm run serve` cannot find `tsconfig.json`; done means the exercise starts without either error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100