On 2/22/22 2:51 PM, Benoit Lacelle wrote:
> Thanks Chet, but I'm lost. What's next step?
> 
> I do not reproduce the issue either on my local macos. But I do in a
> CircleCI VM:
> 

> / # bash
> 
> bash-5.1# type -a npm
> bash: type: npm: not found

If it's supposed to be in /usr/local/bin/npm, I guess do the same thing I
did in the one I started:

ls -l /usr/local/bin/npm

and if it's a symlink

ls -l <symlink target>

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to