Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ./postinstall.sh #22

Open
mrvincenzo opened this issue Mar 10, 2022 · 4 comments
Open
Labels
bug Something isn't working

Comments

@mrvincenzo
Copy link

Describe the Bug
When using npm 7.24.2 and above (8.5.3) on Windows, npm ci/npm install produces the following error

npm ERR! path C:\Users\some_user\some_project\node_modules\detox-recorder
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ./[postinstall.sh](https://postinstall.sh/)
npm ERR! '.' is not recognized as an internal or external command,
npm ERR! operable program or batch file.

To Reproduce
Run npm ci or npm install with npm v7.24.2+

Expected Behavior
npm ci / npm install commands complete successfully

Actual Behavior
npm fails with the following error

npm ERR! path C:\Users\some_user\some_project\node_modules\detox-recorder
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ./postinstall.sh
npm ERR! '.' is not recognized as an internal or external command,
npm ERR! operable program or batch file.

Environment

  • Windows 10
  • Detox Recorder 1.0.151

Additional Context
When using npm v7.3.0, npm ci / npm install commands complete successfully

@mrvincenzo mrvincenzo added the bug Something isn't working label Mar 10, 2022
@mckjs
Copy link

mckjs commented Jun 16, 2022

Hi

will this issue be fix soon?

@salman-ar-sar
Copy link

salman-ar-sar commented Aug 1, 2022

Is detox recorder working on Windows? I am able to install fine using yarn. But it doesn't seem to work.

@mrvincenzo
Copy link
Author

🤷🏻‍♂️ I've dealt with installations issues only. I never actually used it. They guys that use it, use it on MacOS.

@salman-ar-sar
Copy link

🤷🏻‍♂️ I've dealt with installations issues only. I never actually used it. They guys that use it, use it on MacOS.

Okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants