okta / samples-nodejs-express-4

Express 4 samples. Will publish an artifact that can be consumed by end-to-end sample repos
Other
120 stars 118 forks source link

'google-chrome' is not recognized as an internal or external command, #88

Open rg32898 opened 4 years ago

rg32898 commented 4 years ago

Operating System - Windows 'google-chrome' is not recognized as an internal or external command, operable program or batch file. child_process.js:648 throw err; ^

Error: Command failed: google-chrome --product-version 'google-chrome' is not recognized as an internal or external command, operable program or batch file.

at checkExecSyncError (child_process.js:609:11)
at execSync (child_process.js:645:15)
at Object.<anonymous> (C:\Visual Studio Code\NodeJs\samples-nodejs-express-4\scripts\update-se-drivers.js:26:19)
at Module._compile (internal/modules/cjs/loader.js:1128:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1167:10)
at Module.load (internal/modules/cjs/loader.js:983:32)
at Function.Module._load (internal/modules/cjs/loader.js:891:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
at internal/main/run_main_module.js:17:47 {

status: 1, signal: null,

fg1998 commented 3 years ago

Same here. Any suggests ?