Replies: 1 comment
|
I have the same issue... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi All,
Likely something we've done wrong, but... we don't seem to be able to call Lightning CSS CLI from Windows / PowerShell 7.5 and PNPM 10.
We have both the lib and the cli installed (with use the lib in another script)
But when trying to call the cli via:
pnpm lightningcss --bundle <src> <dest>We receive the following error:
Inside node_modules.bin we can see the following files:
.. with lightningcss likely a pointer to the lightningcss-cli\lightningcss executable.
Is this scenario supported?
Thoughts or suggestions greatly appreciated.
All reactions