On 2/22/22 11:48 AM, Benoit Lacelle wrote:
> Just in case, the reference github tickets holds additional details
> (https://github.com/disney/meteor-base/pull/102#issuecomment-1047254127
> <https://github.com/disney/meteor-base/pull/102#issuecomment-1047254127>).
> I was unsure what best to provide in this report.
> 
> By fail, I mean 'hash npm' unexpectedly returns 'bash: hash: npm: not
> found' in given CircleCI environment, while in other environments (e.g.
> local MacOS), it returns (as expected) an empty output (as in both
> cases, 'npm' does succeeded resolving a path and execuring npm).

Then either it's not in $PATH or the `npm' found first in $PATH is not an
executable file.

I wonder if `type -a npm' right after the `hash npm' would show something
more.

-- 
``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