Edge impulse daemon showing error?

C:\Users\HP>npm install -g edge-impulse-cli
npm WARN deprecated @zeit/dockerignore@0.0.5: “@zeit/dockerignore” is no longer maintained
npm WARN deprecated figgy-pudding@3.5.2: This module is no longer supported.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request-promise@4.2.4: request-promise has been deprecated because it extends the now deprecated request packagke, see https//github.com/request/request/issues/3142
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https//github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https//github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https//github.com/visionmedia/debug/issues/797)
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https//v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.0: request has been deprecated, see https//github.com/request/request/issues/3142

I’m getting this error at the time of installation in windows

Hi @zainmfd,

These look like warnings and not errors, so you should be OK to ignore them for now. Does the edge-impulse-cli tool still work? Or is it not working?

If you run across errors where the tool does not work, I recommend checking out the following threads to help troubleshoot:

edge impulse cli is not getting installed, Also I tried different version of nodejs and it is ahowing same error like below.
edge-impulse-daemon
node:internal/modules/cjs/loader:1147
throw err;
^

Error: Cannot find module ‘C:\Users\HP\AppData\Roaming\npm\node_modules\edge-impulse-cli\build\cli\daemon.js’
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: ‘MODULE_NOT_FOUND’,
requireStack: []
}

Node.js v20.11.0
when i navigate to node_modules there is not any folder named edge-impulse-cli . also inside the npm i can see like below

Hi @zainmfd,

My guess is that you did not install additional tools when installing Node.js. Could you try uninstalling Node.js from your computer and reinstall it. Make sure you click the box to install the additional tools. Please refer to this thread for more details: Edge Impulse CLI request error - #9 by ErickGQ