nickmerwin / node-coveralls

lcov posting to coveralls.io
Other
1.07k stars 258 forks source link

Sudo: npm: command not found #325

Closed Blubagoo closed 2 years ago

Blubagoo commented 2 years ago

I am trying to get coveralls into our pipeline, and one thing I keep running into, is this error

sudo: npm: command not found

This is just after using the "upload" command

- coveralls/upload:
      path_to_lcov: '../coverage/lcov.info'