Scarbon icon indicating copy to clipboard operation
Scarbon copied to clipboard

Cannot find module 'playwright'

Open ghost opened this issue 4 years ago • 3 comments

(node:762) UnhandledPromiseRejectionWarning: Error: Cannot find module 'playwright'
Require stack:
- /home/runner/miwa-main-api/node_modules/shiki-renderer-svg/dist/index.js
- /home/runner/miwa-main-api/node_modules/scarbon/index.js
- /home/runner/miwa-main-api/src/routes/canvas/code.js
- /home/runner/miwa-main-api/src/routes/canvas/index.js
- /home/runner/miwa-main-api/src/routes/index.js
- /home/runner/miwa-main-api/src/index.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:885:15)
    at Function.Module._load (internal/modules/cjs/loader.js:730:27)
    at Module.require (internal/modules/cjs/loader.js:957:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at measureMonospaceTypeface (/home/runner/miwa-main-api/node_modules/shiki-renderer-svg/dist/index.js:61:28)
    at getSVGRenderer (/home/runner/miwa-main-api/node_modules/shiki-renderer-svg/dist/index.js:89:31)
    at /home/runner/miwa-main-api/node_modules/scarbon/index.js:88:9
    at Object.theme.then (/home/runner/miwa-main-api/node_modules/scarbon/index.js:335:32)
    at new module.exports (/home/runner/miwa-main-api/node_modules/scarbon/index.js:80:24)
    at /home/runner/miwa-main-api/src/routes/canvas/code.js:31:24

ghost avatar Aug 08 '21 07:08 ghost

tried yarn add playwright but then it gives the following error when I am reading a .java file.

image

is there any issue with prettier ?

ni3mumbaikar avatar Oct 09 '22 09:10 ni3mumbaikar

hi, i have not been able to work on this project recently, so sorry for the issues

this error does look like its from prettier, as far as i know prettier does not support formatting java files, does disabling prettier with {formatter: {disabled: true}} help with this

i'm not exactly sure why i added prettier to this so i may try and rewrite this and remove prettier all together

Commandtechno avatar Oct 09 '22 21:10 Commandtechno

np @Commandtechno 👍 , I also tried disabling prettier but then the formatting got disturbed even with the formatted string.

available alternative : unofficial-carbon-now-sh

ni3mumbaikar avatar Oct 10 '22 04:10 ni3mumbaikar