You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NSubram3
The cp command doesn't work on Windows machine by default.
So you have to remove the postinstall line from package.json for it to work on Windows
requests-debugger/package.json
Line 16 in 9666cee
After the npm install command gets completed, the below error is occurring while running the post install script in package.json file.
I'm using windows 10 machine. Tried to change 'cp' in the command to 'copy' but then I got 'syntax incorrect' as the error msg.
The text was updated successfully, but these errors were encountered: