-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
hunterckx
added a commit
that referenced
this issue
Sep 5, 2024
hunterckx
added a commit
that referenced
this issue
Sep 5, 2024
hunterckx
added a commit
that referenced
this issue
Sep 6, 2024
NoopDog
pushed a commit
that referenced
this issue
Sep 9, 2024
Complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need
A dependency or transient dependency has changed, and doing an
npm install
thennpx tsc
no longer works.There are compile errors.
Doing an
npm ci
with the checked-in package-lock.json file does work. You can runnpx tsc
after that ok.If you delete the package-lock and run
npm install
, the compile will fail.npm install
to work again?npm tsc
runs with a new package json?The text was updated successfully, but these errors were encountered: