NestJS project fails to run on Windows but works on macOS

51 Views Asked by At

I am attempting to run my small NestJS backend project on Windows, but I encountered an issue. This same project works normally on macOS

[email protected] start:dev nest start --watch

/mnt/c/Users/anasm/OneDrive/Bureau/freecodcamp/node_modules/.bin/nest: 1: XSym: not found /mnt/c/Users/anasm/OneDrive/Bureau/freecodcamp/node_modules/.bin/nest: 2: 0026: not found /mnt/c/Users/anasm/OneDrive/Bureau/freecodcamp/node_modules/.bin/nest: 3: a7cc6068f8580a6e1bc7323401b10630: not found /mnt/c/Users/anasm/OneDrive/Bureau/freecodcamp/node_modules/.bin/nest: 4: ../@nestjs/cli/bin/nest.js: not found

0

There are 0 best solutions below