I noticed that initializing a new nodeenv was failing. When I ran with --verbose, I saw that this was because the npm install script is asking
This script will find and eliminate any shims, symbolic
links, and other cruft that was installed by npm 0.x.
Is this OK? enter 'yes' or 'no'
and nodenv wasn't answering. The user can manually enter yes, but piping yes | nodeenv ... doesn't work.
I noticed that initializing a new nodeenv was failing. When I ran with
--verbose, I saw that this was because the npm install script is askingand nodenv wasn't answering. The user can manually enter
yes, but pipingyes | nodeenv ...doesn't work.