Closed danielbankhead closed 2 days ago
Investigation notes:
npm link
command, found here:
ENOENT: no such file or directory, lstat '/h/.npm-global'
issue [example]ENOTDIR: not a directory, lstat '/h/.npm-global/lib'
npm i -g npm@10
works - even reinstalling the exact same version fixes the problem
Investigate the need for
npm i -g npm@10
in:.kokoro/pre-samples-test.sh
)Once determined, remove the
.kokoro/pre-samples-test.sh
file.