I recently installed NVM on a linux machine with the intention of using it to upgrade node. Now I am seeing some errors when a new terminal is first launched.
node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by node) nvm is not compatible with the npm config "prefix" option: currently set to ""Run `npm config delete prefix` or `nvm use --delete-prefix v7.9.0 --silent` to unset it. There are two issues here: 1. Node is requiring `GLIBCXX_3.4.18' but cannot find it. 2. npm config "prefix" option is not compatible with NVM These errors were not occurring before I installed NVM. Thanks, Steve -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/6925c482-8e23-4c2a-8782-307b3dac7088%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
