LoLip_p
LoLip_p
RRailway
Created by LoLip_p on 9/22/2023 in #✋|help
I can't load playwright.
for those who had the same problem. here is my solution: you need to create a nixpacks.toml file and write into it:
[phases.playwright]
dependsOn = ['install']
cmds = ['playwright install']

[phases.playwrightdeps]
dependsOn = ['install']
cmds = ['playwright install-deps']
[phases.playwright]
dependsOn = ['install']
cmds = ['playwright install']

[phases.playwrightdeps]
dependsOn = ['install']
cmds = ['playwright install-deps']
28 replies
RRailway
Created by LoLip_p on 9/22/2023 in #✋|help
I can't load playwright.
Yes! I succeeded. Thanks again😅
28 replies
RRailway
Created by LoLip_p on 9/22/2023 in #✋|help
I can't load playwright.
thank you very much! I'll go try it
28 replies
RRailway
Created by LoLip_p on 9/22/2023 in #✋|help
I can't load playwright.
👉 👈
28 replies