WebChimera.js
WebChimera.js copied to clipboard
Error: parse-filepath expects a string.
Error: parse-filepath expects a string.
if (parsePath(manifest.main).extname === '.html') {
if (!process.env.WCJS_RUNTIME && !inf.runtime) runtime = 'nw';
}
manifest.main might not exist if user is using ESM.