I am building a RunKit to showcase and present the library I’m building, Configue. I start by requiring the library, but I get the following error:
Error: Cannot find module ‘yargs’
Should we have yargs?
We should have every package on npm. Sometimes this error is caused by a typo in your require path, but if you think we are actually missing this package, please confirm below and we’ll do our best to fix it as soon as possible!
Yargs being a dependency of my library.
When I try to import the yargs
module directly things are working well.
Here is a link to the runkit:
-RunKit
Note that so far I am using a release candidate of my application that is publicated to npm.
I reported the bug. What more could I do to try to solve this?
Thanks for any help
Adrien