0

after looking at some tutorials I tried to run node-debug

node-debug node_modules/@aws-sdk/client-s3
node-debug: command not found

I installed npm i debug,but that is other module. How to run node debugging from the console?

1

1 Answer 1

0

The node-debug command was provided by the node-inspector package, which has been deprecated. For debugging Node.js applications, the built-in Node.js debugger or modern tools like Chrome DevTools are now recommended.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.