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
The postinstall npm run webdriver-update fails on my production system. What does this do? The system works without it. After googling a bit it is related to testing and protractor but since I use the --production flag, these dev packages will not be installed.
best regards,
Christophe
The text was updated successfully, but these errors were encountered:
This fixed the issue for me by checking to see if the NODE_ENV is not equal to 'production' and if so, it exits. Otherwise in non-production environments it executes the script as per normal.
Hi,
The postinstall
npm run webdriver-update
fails on my production system. What does this do? The system works without it. After googling a bit it is related to testing and protractor but since I use the --production flag, these dev packages will not be installed.best regards,
Christophe
The text was updated successfully, but these errors were encountered: