Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "tslib" leads to error (v0.8.0) #1

Closed
yperson opened this issue Aug 12, 2019 · 2 comments
Closed

Missing "tslib" leads to error (v0.8.0) #1

yperson opened this issue Aug 12, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@yperson
Copy link

yperson commented Aug 12, 2019

Hi,

it seems like version 0.8.0 introduced an issue when running k6-to-junit after installing it via npm. The tslib is not installed by default and therefore leads to an error preventing k6-to-junit from properly running.

I guess it should be added to the install process?

internal/modules/cjs/loader.js:613
    throw err;
    ^

Error: Cannot find module 'tslib'
Require stack:
- /usr/local/lib/node_modules/k6-to-junit/dist/command.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:610:15)
    at Function.Module._load (internal/modules/cjs/loader.js:526:27)
    at Module.require (internal/modules/cjs/loader.js:666:19)
    at require (internal/modules/cjs/helpers.js:16:16)
    at Object.<anonymous> (/usr/local/lib/node_modules/k6-to-junit/dist/command.js:4:17)
    at Module._compile (internal/modules/cjs/loader.js:759:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:770:10)
    at Module.load (internal/modules/cjs/loader.js:628:32)
    at Function.Module._load (internal/modules/cjs/loader.js:555:12)
    at Function.Module.runMain (internal/modules/cjs/loader.js:824:10)
write /dev/stdout: broken pipe
@Mattihew Mattihew added the bug Something isn't working label Oct 7, 2019
@Mattihew
Copy link
Owner

Mattihew commented Oct 7, 2019

Thanks, this is now fixed in 0.8.1

@Mattihew Mattihew closed this as completed Oct 7, 2019
@yperson
Copy link
Author

yperson commented Oct 7, 2019

Thanks, awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants