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.