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.

Error in tsconfig.json after running `npx gts init`

See original GitHub issue

The specified path does not exist: '/users/dom/.npm/_npx/98679/lib/node_modules/gts/tsconfig-google.json'.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jinwoocommented, Mar 2, 2018

gts doesn’t download Chromium by itself. What happens is gts init runs npm install after initializing the project and because your projects depends on puppeteer, npm install downloads Chromium.

0reactions
jinwoocommented, Mar 2, 2018

0.5.4 has been published. Please check with the new version. Thanks again for the bug report. Closing now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error in tsconfig.json after running npx gts init #128 - GitHub
gts init doesn't install tslint.json in your project's directory. It just uses the tslint.json file in the gts directory.
Read more >
Trying to execute "npx typescript --init" "npm ERR! could not ...
I've ran the commands: yarn init Which successfully creates a package.json npx typescript --init Gives me the above error message. Versions: ...
Read more >
gts - npm Package Health Analysis - Snyk
When you run the npx gts init command, it's going to do a few things for you: Adds an opinionated tsconfig.json file to...
Read more >
Improve TypeScript code quality with Google TypeScript Style ...
Fix ESLint and TSConfig. If you're using VS Code with ESLint Extension you'll see errors in your code. You can run npx gts...
Read more >
eslint - uKalpa
Execute the below command, it will prompt if you want to overwrite the existing “tsconfig.json”, just select “y” here. %npx gts init.
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