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
I also need something similar. I am building a CLI where I need to use the tool. I understand that I can export the JSON to a file then read the file from my app. However, more convenient would be if I could import the module in my code.
such as import sth or require sth to use this module?there is an error when use const JCG = require("./src/runner.js");
The text was updated successfully, but these errors were encountered: