skip to Main Content

npx create-react-app myapp does not work, gives error "Unknown command: "install$1$1".

4

Answers


  1. No error, with this command. Maybe mention the version along with the command.
    For example,

    npx [email protected] test-application
    
    Login or Signup to reply.
  2. I have been dealing with this for the past 3 hours, starting to think it’s expo’s update error. Please reply with solution if you find any

    Login or Signup to reply.
  3. i also have the same problem too

    Login or Signup to reply.
  4. Have you installed the actual npm package?
    npm i shadcn

    This part wasn’t very clear in the docs for me, but doing this fixed it

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search