kauffecup / spotify-react-router-auth

Example application demonstrating authentication flow and data fetching with Spotify's Web API
89 stars 29 forks source link

Error on running - npm run dev #4

Open RidhikGovind opened 3 years ago

RidhikGovind commented 3 years ago
(node:3528) UnhandledPromiseRejectionWarning: TypeError: this.getResolve is not a function
    at Object.loader (C:\Users\user\Desktop\spotify-react-router-auth\node_modules\css-loader\dist\index.js:62:27)
    at WEBPACK_CORE_LOADER_EXECUTION (C:\Users\user\Desktop\spotify-react-router-auth\node_modules\webpack-core\lib\NormalModuleMixin.js:155:71)
    at runSyncOrAsync (C:\Users\user\Desktop\spotify-react-router-auth\node_modules\webpack-core\lib\NormalModuleMixin.js:155:93)
    at nextLoader (C:\Users\user\Desktop\spotify-react-router-auth\node_modules\webpack-core\lib\NormalModuleMixin.js:290:3)
    at C:\Users\user\Desktop\spotify-react-router-auth\node_modules\webpack-core\lib\NormalModuleMixin.js:292:15
    at Object.context.callback (C:\Users\user\Desktop\spotify-react-router-auth\node_modules\webpack-core\lib\NormalModuleMixin.js:148:14)
    at Object.module.exports (C:\Users\user\Desktop\spotify-react-router-auth\node_modules\autoprefixer-loader\index.js:55:10)
    at WEBPACK_CORE_LOADER_EXECUTION (C:\Users\user\Desktop\spotify-react-router-auth\node_modules\webpack-core\lib\NormalModuleMixin.js:155:71)
    at runSyncOrAsync (C:\Users\user\Desktop\spotify-react-router-auth\node_modules\webpack-core\lib\NormalModuleMixin.js:155:93)
    at nextLoader (C:\Users\user\Desktop\spotify-react-router-auth\node_modules\webpack-core\lib\NormalModuleMixin.js:290:3)
(node:3528) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:3528) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.