Any plans to add support for Yarn in runkit? https://www.sitepoint.com/yarn-vs-npm/
I’m not sure if I understand your question. As I understand it, the whole point of Runkit is abstracting away from the module installation so we can just use require()
without npm
or yarn
. How Runkit installs the modules is just an implementation detail that we don’t have to worry about.
Am I missing something?