Search posts, tags, users, and pages
Alem Tuzlak
Preface Bun V1 has just been released, and it's on fire! ๐ฅ The overwhelming number of articles written about it, along with the buzz on Twitter, clearly indicate its current popularity. The benchmarks are extraordinary, and it outperforms, well, eve...
Steve Fan
Try not to use the /mnt/c path as it is actually a 9P IPC to Windows filesystem. This is not optimal for huge file operations like node_modules creation. Instead, cd to~ and see for a day and night difference
/mnt/c
~
S Thank you for pointing this out, many people wrote about this and I went ahead and updated the article accordingly
Steve Fan
Try not to use the
/mnt/cpath as it is actually a 9P IPC to Windows filesystem. This is not optimal for huge file operations like node_modules creation. Instead, cd to~and see for a day and night difference