|
"postinstall": "npm run copyhooks" |
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.