arrowhead-f / client-nodejs

Arrowhead Framework Client Skeletons in NodeJS
0 stars 2 forks source link

Multi OS syntax #2

Closed SebCanet closed 3 years ago

SebCanet commented 3 years ago

The code respects the UNIX syntax, I cannot launch nodemon on Windows. Discussion: https://shapeshed.com/writing-cross-platform-node/

Many thanks.

SebCanet commented 3 years ago

It seems that you just need to add cross-env as dependency: https://www.npmjs.com/package/cross-env And change all scripts by adding at the beginning "cross-env" like explained in usage. Still testing on...

tsvetlin commented 3 years ago

Resolved by #3