spacedrive icon indicating copy to clipboard operation
spacedrive copied to clipboard

Fix issue with Node 23

Open fogodev opened this issue 1 year ago • 2 comments

I was having issues trying to launch spacedrive in dev mode due to updating my Node to version 23. So I tried to fix it, changing the desktop app to use ES Modules instead of CommonJS.

I'm not too sure as TS isn't much my thing, so this PR needs a proper reviewing from some TS guys.

fogodev avatar Nov 16 '24 18:11 fogodev

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
spacedrive-landing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 16, 2024 7:03pm
spacedrive-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 16, 2024 7:03pm

vercel[bot] avatar Nov 16 '24 18:11 vercel[bot]

We have a nvmrc, though — we should update this to 23 if it’s supported everywhere or you should use a node version manager (like fnm, which I use) to automatically switch to the correct Node version https://github.com/spacedriveapp/spacedrive/blob/main/.nvmrc

iLynxcat avatar Nov 17 '24 03:11 iLynxcat