Not able to rum daemon to install 33 ble on windows

C:\Users\DELL>edge-impulse-daemon
node:internal/modules/cjs/loader:936
throw err;
^

Error: Cannot find module ‘C:\Users\DELL\AppData\Roaming\npm\node_modules\edge-impulse-cli\build\cli\daemon.js’
←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←[39m
←[90m at Function.Module._load (node:internal/modules/cjs/loader:778:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m
←[90m at node:internal/main/run_main_module:17:47←[39m {
code: ←[32m’MODULE_NOT_FOUND’←[39m,
requireStack: []
}

Hi @rashiagarwal,

It looks like the CLI is not correcly installed. Can you list files in the C:\Users\DELL\AppData\Roaming\npm\node_modules\edge-impulse-cli\build\cli\ directory to check if you have the daemon.js file?

I would recommend reinstalling the CLI using:

npm uninstall -g edge-impulse-cli
npm install -g edge-impulse-cli --force

If you encounter any issue during the npm install, please add the logs here.

Thanks,
Aurelien

Thanks a lot! That wasn’t working so I installed visual studio with desktop development in C++ and it started working.
Thanks again!