matej-rolko / travel-destinations

Travel Destinations project
2 stars 0 forks source link

Feat api destinations crud #15

Closed Adam0Schulz closed 2 weeks ago

Adam0Schulz commented 3 weeks ago

Oh and btw I can't run npm start and I think it's because the syntax of the underlying command is not compatible with windows terminal only linux and macos

bartbie commented 3 weeks ago

Oh and btw I can't run npm start and I think it's because the syntax of the underlying command is not compatible with windows terminal only linux and macos

use git bash, i've used POSIX-compatible syntax

bartbie commented 3 weeks ago

Oh and btw I can't run npm start and I think it's because the syntax of the underlying command is not compatible with windows terminal only linux and macos

use git bash, i've used POSIX-compatible syntax

I will add cross-env or something similar to fix the problem later