Results 3 comments of David

I'm having the same problem using npm. It's trying to find an editor-styles-scss file but there is only a styles.scss file inside that folder...

Hi, I'm getting the same error when using the searchTracks() helper function. Have you found any solution to this yet?

I'm getting the same error when doing this: ``` spotifyApi .searchTracks(search) .then((res) => { console.log(res); }) .catch((err) => { console.log(err); }); ``` The response is just undefined which causes the...