10 Replies
At the bottom ^
Similar issue: https://github.com/parcel-bundler/lightningcss/issues/386
I'm running the latest LTS node (18.13.0) in my actions
GitHub
possible to use in stackblitz? · Issue #386 · parcel-bundler/lightn...
When running in stackblitz, I get this error when importing lightningcss: Error: Cannot find module '../lightningcss.linux-x64-gnu.node' Require stack: - /home/projects/node-n6my9w/...
This is while running plasmo build btw, local dev server works fine
Local build works too, so much be something about actions
hmmm that's weird....
which version of plasmo is this btw?
lightningcss is already upstream on parcel so that's really weird for it to cause error :-?....
that error indicates the linux build is missing...
Unfortunately I made a lot of updates all at once, so I can't say for certain that this is plasmo, but I went from 62 to 63
If you want I can downgrade and see if that fixes it
yeah 63 is the one that we moved to lightningcss
what runtime is your action running in?
i.e, what type of action runner is it - linux/mac/windwos?
Can you try switching to a MAC environment?
@nahtnam has reached level 9. GG!
Lemme try, just in the middle of something, I'll get back to you soon
No idea what happened but it just works now?
weird...
I reverted to 0.62 so my build would pass, opened a pr to upgrade back to 63 and it passed
merged it in and it works
¯\_(ツ)_/¯
Maybe some bad caching