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
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
The text was updated successfully, but these errors were encountered:
Describe the Bug
When using npm 7.24.2 and above (8.5.3) on Windows,
npm ci
/npm install
produces the following errorTo Reproduce
Run
npm ci
ornpm install
with npm v7.24.2+Expected Behavior
npm ci
/npm install
commands complete successfullyActual Behavior
npm fails with the following error
Environment
Additional Context
When using npm v7.3.0,
npm ci
/npm install
commands complete successfullyThe text was updated successfully, but these errors were encountered: