beginners-typescript-tutorial icon indicating copy to clipboard operation
beginners-typescript-tutorial copied to clipboard

make exercise script work on windows

Open zelinka-marek opened this issue 3 years ago • 0 comments

On Windows, the command prompt will choke when you set and use environment variables like SOLUTION=true, so to fix this I installed the cross-env package, which makes it so you can have a single command without worrying about compatibility issues on different operating systems.

zelinka-marek avatar Oct 19 '22 18:10 zelinka-marek