2

At the top of my Travis job for macOS, under "Worker Information" I get

nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local"
Run `npm config delete prefix` or `nvm use --delete-prefix v10.10.0 --silent` to unset it.

What are the implications of this (e.g. can I simply ignore) and where in my travis.yml should I run the suggested command?

Note that I do not see this warning for my Linux jobs in the same project.

orome
  • 45,163
  • 57
  • 202
  • 418
  • [This](https://stackoverflow.com/questions/34718528/nvm-is-not-compatible-with-the-npm-config-prefix-option) describes the warning in more detail, but it's not clear to me how to use that information in this context. – orome Oct 14 '18 at 16:08

0 Answers0