John Pywtorak

Results 57 comments of John Pywtorak

@nipunn1313 The github pipeline is using npm v8.x and npm is now v9.x. I have not tested with v8.x, but suspect the prefix may work in v8. It appears to...

@nipunn1313 thanks. In a git bash shell the next step of `just rush install` has the following error for me; However this is node v20 not v18 as git bash...

Same here for me, as soon as I turned `StringMode` on the issue popped up, which essentially does what is indicated here. I find that mode pointless regardless of how...

As a data point I ran into similar with electron-builder and now with deno. For elextron-builder I used `asar.upacked` which essentially put a node_modules and native within. Seems like deno...

I was able to solve this for now by deleting the `.vite` directory prior to launch. This appears to be debug / dev only.

Thanks @icflorescu for reference to anyone who comes to this, I was also using `deno` with something like `deno task npm:vite`.