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

Make npx tsc after npm install work again #192

Closed
NoopDog opened this issue Sep 4, 2024 · 1 comment
Closed

Make npx tsc after npm install work again #192

NoopDog opened this issue Sep 4, 2024 · 1 comment

Comments

@NoopDog
Copy link
Collaborator

NoopDog commented Sep 4, 2024

Need

A dependency or transient dependency has changed, and doing an npm install then npx tsc no longer works.
There are compile errors.

Doing an npm ci with the checked-in package-lock.json file does work. You can run npx tsc after that ok.

If you delete the package-lock and run npm install, the compile will fail.

  • What is the upgrade that is breaking this?
  • What fixes are required to get the compile after npm install to work again?
  • What can we add to the build to test that the npm tsc runs with a new package json?
@NoopDog NoopDog changed the title Make npm install Make npx tsc after npm install work again Sep 4, 2024
NoopDog pushed a commit that referenced this issue Sep 9, 2024
…192) (#193)

* fix: upgrade package versions to enable install without package lock (#192)

* style: update for new import sort order (#192)

* chore: update checks action to check install without package lock (#192)
@NoopDog
Copy link
Collaborator Author

NoopDog commented Sep 11, 2024

Complete

@NoopDog NoopDog closed this as completed Sep 11, 2024
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

1 participant