raywo / MMM-NowPlayingOnSpotify

A module for MagicMirror displaying the song currently playing on Spotify.
MIT License
207 stars 43 forks source link

the npm does not work :deprecated request@2.88.2 #62

Open ghost opened 4 years ago

ghost commented 4 years ago

Good morning,

After cloning the repo I wanted to do an npm install, here is the error message I got :

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 Segmentation error fetchMetadata: sill pacote range manifest for combined-s

gabri3l0 commented 4 years ago

@Saldler I found the solution, you have to remove package-lock.json or package.json and then run npm install again. Then you have to :

cd authorization 
npm install cookie-parser
node app

And run node app again! That's worked for me

ghost commented 4 years ago

Hi, we're good. Everything's working Thank you very much =D