hoodiehq-archive/local-tld-lib

Cannot install "improper use of sudo password"

Closed this issue · 1 comments

I got the following error message, hence my password is correct.

> local-tld@3.0.5 postinstall /usr/local/lib/node_modules/local-tld
> ./bin/local-tld-setup

++ pwd
+ PWD=/usr/local/lib/node_modules/local-tld
++ dirname ./bin/local-tld-setup
+ MY_PATH=./bin
++ cd ./bin
++ pwd
+ MY_PATH=/usr/local/lib/node_modules/local-tld/bin
+ ETC=/usr/local/lib/node_modules/local-tld/bin/../etc
++ npm root -g
+ NODE_ROOT=/usr/local/lib/node_modules
+ sed -e 's,{{NODE_ROOT}},/usr/local/lib/node_modules,' /usr/local/lib/node_modules/local-tld/bin/../etc/ie.hood.local-tld-service.plist.tpl
++ id -u
+ '[' 4294967294 -eq 0 ']'
+ SUDO=sudo
+ sudo mkdir -p /etc/resolver

WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.

Now I'm asked for my password for three times and every time it fails (but password is correct). After that the installation ends unsuccessfully.

Is this really needed to test hoodie?

EDIT:
Sorry, this seems to be the wrong repo? The real repo is "github.com/hoodiehq/local-tld"?

Seems to be connected with hoodiehq-archive/local-tld#10