It's a weird issue and not sure if this is something specific to my local npm
or something else. Whenever I run npm init electron-vue-next
, it shows an error env: node\r: No such file or directory
. The issue occurs with the Yarn as well yarn create electron-vue-next
.
However, on a different machine, it works fine npm init electron-vue-next
. My local Node version is v15.12.0
.
Any idea what's causing the issue?