[OP Stack Deployment] Is it possible to compile optimism monorepo on Windows 10? #72
-
Issue DescriptionIs it possible to compile optimism monorepo on Windows 10? I'm just trying to create my rollup based on OP Stack and am having problems with the monorepo build. I suspect it's because of Windows. Here are the logs: https://pastebin.com/Z4eg4HC0 . Can you please tell me what is wrong? Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Yeah this feels like a Windows specific problem. I'd recommend using Windows Subsystem for Linux, so you can just try these things in a linux environment. It'll make your life easier. Here's a tutorial I found from Microsoft: https://learn.microsoft.com/en-us/windows/wsl/install |
Beta Was this translation helpful? Give feedback.
-
Hey @Sergio-prog, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
Hey @Sergio-prog, in the future can you please post logs directly into the thread? Unknown links can be risky.
However, the problem you're seeing here is the process is being killed because of an out of memory (OOM) error. You'll need to allocate more memory to the machine you're building the software on.