WebChimera.js icon indicating copy to clipboard operation
WebChimera.js copied to clipboard

Error: parse-filepath expects a string.

Open vjpr opened this issue 4 years ago • 0 comments

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.

vjpr avatar Nov 09 '21 13:11 vjpr