pckhib / node-red-contrib-spotify

Node-RED node for Spotify Web API
MIT License
13 stars 16 forks source link

Error: Cannot find module 'qs' #9

Open rm2kdev opened 5 years ago

rm2kdev commented 5 years ago

Using a fresh install of node-red version: 0.20.5, used the interface to add this package, failing to authenticate with spotify gives the error message "Cannot GET /spotify-credentials/auth"

Looking in the node red console it says node-red-contrib-spotify:spotify-auth : Error: Cannot find module 'qs'

rm2kdev commented 5 years ago

Attempted to fix by npm install -g qs didn't work also tried npm install qs in the root directory of node red.

rm2kdev commented 5 years ago

Just to add a little more, tried to npm install in the node_modules/node-red-contrib-spotify directory that didn't help.

And looking at node-red in the package browser it has a red arrow next to it, and the spotify objects are no longer selectable after refreshing. image