-
Notifications
You must be signed in to change notification settings - Fork 11
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
Install scrip missing #1
Comments
Install isn't a script. Just do |
Thank you. Then the Guide should be updated. |
I'm now at a similar position. If you're using SSL on HA, then this won't load in dev mode as you can't load unsecured content. I've tried routing it through ngrok using a secure connection, but also still having issues. @william57m How did you get this to load in dev mode? |
If you're developing, and using SSL, you'll need to use ngrok. In This will get it running. You'll have to then inspect and modify the components to suit your own HA instance |
@greghesp Thank you for these tips. Unfortunately, I think I'm missing some core requirement. Does it show anything if I haven't adjusted any of the components? If so, it seems there is something broken on my side. The same also occurs when I upload the files to the server to avoid an issue with the connection. |
If you go into dev tools in Chrome, check the network tab to make sure it's loading correctly. Then take a look at the console, change the target to the react panel and see what the errors are. I'm assuming you're just getting a blank page with no error popup? |
Hey, it seems the installation scrip is missing inside your package.json. I'm getting the following error:
$ npm run install
npm ERR! missing script: install
npm ERR! A complete log of this run can be found in:
npm ERR! ~/.npm/_logs/2021-03-12T01_52_07_175Z-debug.log
The debug log shows the following:
2021-03-12T01_52_07_175Z-debug.log
The text was updated successfully, but these errors were encountered: