floryst / CustomVolViewTemplate

1 stars 1 forks source link

setup commands don't work on windows #7

Open jadh4v opened 3 months ago

jadh4v commented 3 months ago

Initial setup commands as noted in the README fail on windows in both git-bash and windows terminal. Possible fix is to look at how os-specific paths are being handled in the template scripts. Might be worth looking into lungair-web-application if it was fixed there.

npm install && npmr run setup-project
npm ERR! code UNKNOWN
npm ERR! syscall mkdir
npm ERR! path C:\Users\shreeraj.jadhav\AppData\Local\npm-cache\_cacache\index-v5\0e\e7
npm ERR! errno -4094
npm ERR! UNKNOWN: unknown error, mkdir 'C:\Users\shreeraj.jadhav\AppData\Local\npm-cache\_cacache\index-v5\0e\e7'
floryst commented 3 months ago

I'll look into this once I get it set up on a windows machine.

floryst commented 2 months ago

8 should help fix this issue