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?
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?