-
First of all, thank you for all the effort you have already put into this. My question is that I have gone through the how-to twice but am still getting an error during installation. When I type the line "npx create-react-app dashboard --template typescript" in the terminal of studio code, I get the feedback "zsh comand not found: npx"? Given the feedback, I may have missed a "step" somewhere, I just can't figure out which one. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @Bandy325 ,
Have a look here if you haven't already: https://shannonhochkins.github.io/ha-component-kit/?path=/docs/introduction-getting-started--docs |
Beta Was this translation helpful? Give feedback.
Ah, sounds like you don't have npm package manager installed on your computer. Depending on if you're on Mac or Windows, there is a bit of a difference how you install it. You need to install nodejs and npm package manager, give it a run in Google and you'll find how to do that.