Skip to content
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

Unable to install sonos-web #158

Open
felice2023 opened this issue Mar 14, 2023 · 4 comments
Open

Unable to install sonos-web #158

felice2023 opened this issue Mar 14, 2023 · 4 comments

Comments

@felice2023
Copy link

After having installed with "npm install -g sonos-web-cli", I cannot install and start , with "sonos-web install".
sonos-web install
Installing Sonos Web
√ downloading installation files
√ installing front-end dependencies
× build front-end application
error installation failed...check C:\Users\felic/.sonos-web/install.log for more details

Here is my install.log

install.log

@blaxer
Copy link

blaxer commented Apr 5, 2023

This is what worked for me on NodeJS 18x, no idea if this fix will work for anyone else.. If it doesn't work, take a look at /usr/local/bin/sonos-web and run each installation command manually and fix any errors that come up.

export NODE_OPTIONS=--openssl-legacy-provider

@Roy-Orbison
Copy link

Got the same result. Tried @blaxer's suggestion but (on Node v12) got:

node: --openssl-legacy-provider is not allowed in NODE_OPTIONS

I didn't do a global install because I use dedicated system user accounts, per service, for security, so I ran this to get the CLI afterward:

alias sonos-web=node_modules/sonos-web-cli/index.js

Is it expected to fail as a local install?

@PotemkinMcNasty
Copy link

I have the same issue. Raspberry Pi

@SoNotMC
Copy link

SoNotMC commented Sep 13, 2023

Same issue ubuntu 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants