I am trying to use this below command in my jenkins pipeline:
sh 'carthage bootstrap --platform iOS"\",tvOS'
When i try to add that, I am getting this error below:
then I get this error instead:
internal/modules/cjs/loader.js:979
throw err;
^
Error: Cannot find module 'cmnd'
Require stack:
Please login or Register to submit your answer