miraclx / freyr-js

A tool for downloading songs from music streaming services like Spotify and Apple Music.
https://git.io/freyr-js
Apache License 2.0
1.37k stars 89 forks source link

is it work on wsl? #671

Closed PogusTheWhisper closed 2 months ago

PogusTheWhisper commented 2 months ago

I can't install it on wsl

miraclx commented 2 months ago

Can you show logs?

PogusTheWhisper commented 2 months ago

sory for late. image

PogusTheWhisper commented 2 months ago

I have to update node?

PogusTheWhisper commented 2 months ago

image

miraclx commented 2 months ago

Yes, looks like you're on node v14, where freyr needs v16.

I also won't recommend forcefully bumping your npm version in that way.

Instead update node however you had it installed.

I typically recommend nvm for POSIX environments.

PogusTheWhisper commented 2 months ago

Okey, so I just hsave to install nvm right?

miraclx commented 2 months ago

Yep. - and then use nvm to install node + npm.

PogusTheWhisper commented 2 months ago

What can I do next? image

PogusTheWhisper commented 2 months ago

image

PogusTheWhisper commented 2 months ago

Oh I it work image

PogusTheWhisper commented 2 months ago

Thank for you're help !!