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
Basically the import in testing/test-utils/src/lib/utils/logging.ts being import type { Logger } from '@poppinss/cliui';
It's going to break when the package-lock.json is updated, since, currently it's installing the 6.4.1, but when it installs the 6.4.2, where the sourcemaps are not generated anymore, it will complain about the module relation.
What happened?
See Issue in the @poppins repository
Basically the import in
testing/test-utils/src/lib/utils/logging.ts
beingimport type { Logger } from '@poppinss/cliui';
It's going to break when the package-lock.json is updated, since, currently it's installing the 6.4.1, but when it installs the 6.4.2, where the sourcemaps are not generated anymore, it will complain about the module relation.
A fix can be fixing the package version.
What would you expect to happen?
No response
What steps did you take?
See poppinss/cliui#21
Code PushUp package version
No response
What operation system are you on?
Linux
Node version
No response
Relevant log output
The text was updated successfully, but these errors were encountered: