olmozavala / particleviz

Software to generate visualizations of large number of particles from Lagrangian output.
MIT License
10 stars 6 forks source link

windows does not recognize --prefix #10

Closed philippemiron closed 2 years ago

philippemiron commented 2 years ago

I was able to reproduce #9 in a VM and found out that there is a bug the --prefix parameter of npm (https://github.com/npm/cli/issues/1290) on Windows. I modified the startup script to change directory instead.

philippemiron commented 2 years ago

There is still an issue, the webapp now hangs at: cpx './data/**/*.{txt,bin,zip,json}' ./public --watch and never starts. I'm not sure what is the issue now.