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
Just tried playing around with the CLI but with no operation being used this is the output:
$ admiral
(node:5521) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'dependencies' of null
(node:5521) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
Ahhh interesting. admiral standalone should be enough to run the tests.
I believe this is coming from a downstream lib while trying to "load plugins". I should catch it and give clearer context as to what is happening. Does your project not contain a package.json?
May actually be interested in submitting an issue to the underlying lib to see why it relies on package.json rather than reading the node_modules directory. Perhaps just speed to avoid all of the I/O?
Just tried playing around with the CLI but with no operation being used this is the output:
The text was updated successfully, but these errors were encountered: