You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm currently looking for solutions to acheive frontend only stuff without the need of npm/node at all. I've seen swc to do all the js compiling (tough the rust cli is still wip) grass to do scss compiling, still wip too. So my question is could volt be a total replacement to npm without the need to install node at all on my system ?
Thank you
The text was updated successfully, but these errors were encountered:
So if I understood correctly under the hood volt will still require nodejs to be installed on the system and will hook to it while haveing clever caching/simlink features to be more performant than npm/yarn etc ?
That's correct. Volt will be dependent on NodeJS, however we might offer a simple way to install it through the CLI itself. (maybe a y/n prompt to install NodeJS)
Hello,
I'm currently looking for solutions to acheive frontend only stuff without the need of npm/node at all. I've seen swc to do all the js compiling (tough the rust cli is still wip) grass to do scss compiling, still wip too. So my question is could volt be a total replacement to npm without the need to install node at all on my system ?
Thank you
The text was updated successfully, but these errors were encountered: