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

npm install fails on a fresh clone #1997

Closed
2 tasks done
baptistemarchand opened this issue Feb 28, 2022 · 5 comments
Closed
2 tasks done

npm install fails on a fresh clone #1997

baptistemarchand opened this issue Feb 28, 2022 · 5 comments

Comments

@baptistemarchand
Copy link
Contributor

Describe the bug

  • Node.js version: v14.18.3
  • OS & version: OSX 12.1

npm install fails on a fresh clone.

Actual behavior

image

Expected behavior

No errors.

Checklist

  • I have read the documentation.
  • I have tried my code with the latest version of Node.js and Got.
@sindresorhus
Copy link
Owner

Cannot reproduce (did fresh install):

~/dev/oss/got main
❯ npm run build

> got@12.0.1 build
> del-cli dist && tsc

@baptistemarchand
Copy link
Contributor Author

Cannot reproduce (did fresh install):

~/dev/oss/got main
❯ npm run build

> got@12.0.1 build
> del-cli dist && tsc

What version of node are you using?

@baptistemarchand
Copy link
Contributor Author

baptistemarchand commented Feb 28, 2022

@szmarczak
Copy link
Collaborator

@sindresorhus This is due to a TypeScript update. I've pushed the fix to main but it seems CI for some reason doesn't include it. @baptistemarchand can you rebase and force push?

@baptistemarchand
Copy link
Contributor Author

Fixed by dcbea9c

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

3 participants