-
|
I followed installation step first: Download and install nvm:curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash in lieu of restarting the shell. "$HOME/.nvm/nvm.sh" Download and install Node.js:nvm install 24 Verify the Node.js version:node -v # Should print "v24.13.0". Verify npm version:npm -v # Should print "11.6.2". then I followed instruction on getting started video. after: npm run dev
[dotenv@17.2.4] injecting env (5) from .env -- tip: 🔐 encrypt with Dotenvx: https://dotenvx.com VITE v7.3.1 ready in 308 ms ➜ Local: http://localhost:5174/local/ha-dashboard/ link doesn't work. I'm getting error ERR_CONNECTION_REFUSED find / -name "ha-dashboard" doesn't find anything on terminal |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Are you running this on a home assistant VM or something? |
Beta Was this translation helpful? Give feedback.
Ok, that why it isn't working. I feel so stupid, that why you create access token in installation. Thanks. I try to install it somewhere else.