Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong version of node ?? #772

Closed
donPab opened this issue Feb 23, 2023 · 1 comment
Closed

Wrong version of node ?? #772

donPab opened this issue Feb 23, 2023 · 1 comment

Comments

@donPab
Copy link

donPab commented Feb 23, 2023

==about VSCode
Version: 1.75.1 (system setup)
Date: 2023-02-08T21:32:34.589Z
Electron: 19.1.9
Chromium: 102.0.5005.194
Node.js: 16.14.2 I don’t know where VSCode gets this. node -v shows 18.14.0
V8: 10.2.154.23-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No

==launch.json from app under test
{
"name": "LaunchDebugMainProcess",
"type": "node",
"request": "launch",

  "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
  "runtimeArgs":["--no-sandbox"  ],

  "cwd": "${workspaceRoot}",
  "program": "${workspaceRoot}/index.js",
  "args": [],
  "stopOnEntry": false,
  "sourceMaps": false,
  "outputCapture": "std",

  "preLaunchTask": ""
},

==note: index.js is part of Evolus.Pencil drawing app

==False Error node version should be ok; it is not OLD 
[Dbux] Dbux requires the following programs to be installed and available on your system in
order to run smoothly. Please make sure, you have all of them installed.
/ shell
found at "C:/WINDOWS/SYSTEM32/CMDEXE"
/ node
Installed but old. Version is 18.14.0 but we recommend 16.
/ npm
found at "C:/PROGRAM FILES/NODEJS/NPM.CMD"
FAILED: One or more system dependencies are not installed. Fix them, then try again.

@Domiii
Copy link
Owner

Domiii commented Feb 23, 2023

I am not sure what this has to do with Dbux?
Please close this request and open a new one that follows the bug reporting template.

@Domiii Domiii closed this as completed Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants