@saimanojchowdaryuppalapati4753

postman  similar  client in vscode is called thunder client

@vaibhavkumawat5802

i am getting error ,cannot access'__WEBPACK_DEFAULT_IMPORT__" before initialization,what can be the cause of this.

@ichchhagupta4868

How can I edit a JS file from my windows command line? Like you did "vim scaler.js" to create and edit the scaler.js file, and "node scaler" to run it, in my windows machine, node scaler works perfectly to run the file, but to create a js file, I used "type NUL < scaler.js>", as "vim" I suppose doesn't work on windows but I can't any command to edit the file from the command line.