0

I want to create new project using

npx create-tsrouter-app@latest

I keep getting this issue. The error always error code ECOMPROMISED and error Lock compromised. I even tried using npm create, but still no luck on the command

What went wrong in my CLI command?

enter image description here

4
  • 1
    github.com/npm/cli/issues/8710 Commented Nov 1 at 10:27
  • @jonrsharpe yes, I am currently using latest LTS of node version 24. Should I downgrade the node version? Commented Nov 3 at 12:14
  • @flyingduck92 you could either: 1. downgrade node to get an older npm, 2. downgrade npm (e.g npm install -g [email protected] or another version without the bug), or 3. wait for the fix to land in npm (and node), and then use the latest LTS Commented Nov 15 at 0:25
  • @JonJensen thanks I already downgraded it to version 22 Commented Nov 17 at 11:11

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.