boxen / puppet-nodejs

MIT License
15 stars 47 forks source link

Fish Compatibility #60

Closed ErinCall closed 7 years ago

ErinCall commented 8 years ago

Adds a Fish version of the env script.

Relies on boxen/puppet-boxen#138 (for the extension argument to env_script).

nodenv init - won't work properly with the latest released version of nodenv; you'll have to cd /opt/boxen/nodenv; and git fetch origin; and git reset --hard origin/master to get Fish compatibility from the HEAD of nodenv. Sorry, I didn't see a way to tell puppet to get HEAD rather than a tagged release.

ErinCall commented 8 years ago

The build error seems unrelated:

Error requesting <https://api.github.com/repos/boxen/puppet-autoconf/tarball/1.0.0>: 403 Forbidden (OpenURI::HTTPError)

jacobbednarz commented 7 years ago

Closing per notes in boxen/puppet-boxen#138 but happy to reopen if someone wants to do the work to fix this.