You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Class constructor ServeCommand cannot be invoked without 'new'
at runWhenInstalled (C:\Users\p-c\Downloads\Github\react-jwt-authentication-example\node_modules\webpack-cli\bin\utils\prompt-command.js:46:9)
at promptForInstallation (C:\Users\p-c\Downloads\Github\react-jwt-authentication-example\node_modules\webpack-cli\bin\utils\prompt-command.js:140:10)
at C:\Users\p-c\Downloads\Github\react-jwt-authentication-example\node_modules\webpack-cli\bin\cli.js:32:43
at Object. (C:\Users\p-c\Downloads\Github\react-jwt-authentication-example\node_modules\webpack-cli\bin\cli.js:366:3)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
The text was updated successfully, but these errors were encountered:
PS C:\Users\p-c\Downloads\Github\react-jwt-authentication-example> npm start
C:\Users\p-c\Downloads\Github\react-jwt-authentication-example\node_modules\webpack-cli\bin\utils\prompt-command.js:46
return func(...args);
^
TypeError: Class constructor ServeCommand cannot be invoked without 'new'
at runWhenInstalled (C:\Users\p-c\Downloads\Github\react-jwt-authentication-example\node_modules\webpack-cli\bin\utils\prompt-command.js:46:9)
at promptForInstallation (C:\Users\p-c\Downloads\Github\react-jwt-authentication-example\node_modules\webpack-cli\bin\utils\prompt-command.js:140:10)
at C:\Users\p-c\Downloads\Github\react-jwt-authentication-example\node_modules\webpack-cli\bin\cli.js:32:43
at Object. (C:\Users\p-c\Downloads\Github\react-jwt-authentication-example\node_modules\webpack-cli\bin\cli.js:366:3)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
The text was updated successfully, but these errors were encountered: