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
{{ message }}
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
On windows, after 'npm install' has completed, the very last postinstall command for protractor fails on windows. It looks like the other commands are prefixed with 'node' but this one is not which results in the following error:
'.' is not recognized as an internal or external command, operable program or batch file.
On windows, after 'npm install' has completed, the very last postinstall command for protractor fails on windows. It looks like the other commands are prefixed with 'node' but this one is not which results in the following error:
The command:
A quick workaround is to simply run the same command but prefixed with 'node' which worked. e.g:
The text was updated successfully, but these errors were encountered: