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
Expected behavior should be prompting for sudo password.
Actual behavior is that it gets struck on the terminal at the following without prompting for password
⠧ Installing packages with npm
The text was updated successfully, but these errors were encountered:
When i create a custom plugin and add sudo commands in the postinstall script of package.json, the prompt does not work.
Example,
Create a custom plugin and add the following inside
_package.json
In the
postinstall.sh
file, add the followingExpected behavior should be prompting for sudo password.
Actual behavior is that it gets struck on the terminal at the following without prompting for password
The text was updated successfully, but these errors were encountered: