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
Running Windows 10 with node version 18.8.0 (I updated to try and fix this problem, this occurred on 16.17.0 too), first encountered this while trying to create a new svelte app using https://github.com/sveltejs/kit.
I've tried versions 0.14.5, 0.15.6, and 0.14.17, and all three of them fail when running npm install esbuild@[version] or installing the version bundled with svelte using npm install. All I did was follow the instructions for sveltekit https://kit.svelte.dev/docs/introduction#getting-started. Here's the last lines in the debug log:
The node executable is not in your path, which is very strange since you are installing a package meant for node. Think I might be able to work around this on esbuild's end, which I will try in the next version of esbuild. But if that doesn't work, you may need to fix this problem on your end. I don't know too much about Windows so unfortunately I'm not sure what you'd need to fix here.
Running Windows 10 with node version 18.8.0 (I updated to try and fix this problem, this occurred on 16.17.0 too), first encountered this while trying to create a new svelte app using https://github.com/sveltejs/kit.
I've tried versions 0.14.5, 0.15.6, and 0.14.17, and all three of them fail when running
npm install esbuild@[version]
or installing the version bundled with svelte usingnpm install
. All I did was follow the instructions for sveltekit https://kit.svelte.dev/docs/introduction#getting-started. Here's the last lines in the debug log:The text was updated successfully, but these errors were encountered: