You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this has been reported or if you are aware but the file cli.js is saved with windows line breaks which when executed on unix based hosts it's throwing an error like this env: node\r: No such file or directory
(command executed monocart merge monocart-report/index.json -c mr.config.js)
After I run this command dos2unix node_modules/monocart-reporter/lib/cli.js
Things start to work again, I can do this on my local machine without a problem but having to do this on pipelines or on every other dev env might be problematic.
The text was updated successfully, but these errors were encountered:
Hello, me again :)
Not sure if this has been reported or if you are aware but the file cli.js is saved with windows line breaks which when executed on unix based hosts it's throwing an error like this
env: node\r: No such file or directory
(command executed
monocart merge monocart-report/index.json -c mr.config.js
)Which is similar to this yarnpkg/yarn#8106
After I run this command
dos2unix node_modules/monocart-reporter/lib/cli.js
Things start to work again, I can do this on my local machine without a problem but having to do this on pipelines or on every other dev env might be problematic.
The text was updated successfully, but these errors were encountered: