I have installed ConsoleNinja extention in VSCode.
In powershell terminal, i run index.js file using node index.js I get the output of my index.js file but don’t see console.log message values I am supposed to see.
In the status bar I can see ConsoleNinja icon with the following message:

also I get the following in ConsoleNinja log file:
20:49:53.483 WARN host No clients connected
20:49:54.076 info buildHook-11924 allowed tools: vite, angular, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, live-server-extension, live-preview-extension, node
20:49:54.076 info buildHook-11924 running tools: live-preview-extension
20:49:54.083 info buildHook-11924 installing fs interceptor
20:49:54.082 info host client connected: buildHook { address: ‘127.0.0.1’, family: ‘IPv4’, port: 59380 }
20:49:54.131 info buildHook-11924 file processed (stat): 2 log points, error handler: false, network logging handler: false
20:49:54.140 info buildHook-11924 file processed (stat): 1 log points, error handler: false, network logging handler: false
20:49:54.158 info buildHook-11924 file processed (stat): 0 log points, error handler: false, network logging handler: false
20:49:54.198 info buildHook-11924 file processed (stat): 0 log points, error handler: false, network logging handler: false
20:49:54.231 info buildHook-11924 file processed (stat): 0 log points, error handler: false, network logging handler: false
20:49:54.246 info buildHook-11924 file processed (stat): 0 log points, error handler: false, network logging handler: false
20:49:54.250 info buildHook-11924 allowed tools: vite, angular, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, live-server-extension, live-preview-extension, node
20:49:54.250 info buildHook-11924 running tools: live-preview-extension
Also from the terminal running this command gives an error:
npx console-ninja run index.js
npx : File C:Program Filesnodejsnpx.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see
At line:1 char:1
- npx console-ninja run index.js
ConsoleNinja Settings in VSCode:
