-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Buga problem that needs fixinga problem that needs fixing
Description
- Visit nodejs.org and click the big green install button
- npm commands now require sudo so appium's reset.sh script will fail
Should the reset.sh
script be updated to work with the nodejs package or is there a better way to install nodejs without using sudo?
npm install .
if [ $? -gt 0 ]; then
echo "install failed. trying again with sudo."
sudo npm install .
fi
Metadata
Metadata
Assignees
Labels
Buga problem that needs fixinga problem that needs fixing