pangolinjs / core

The Pangolin.js core that drives everything.
https://pangolinjs.org
Other
19 stars 3 forks source link

pangolin.config.js not loaded on Windows #109

Closed DuvanNR closed 2 years ago

DuvanNR commented 2 years ago

Currently I have tried to do some tests with pangolin.js but when using Windows OS the pangolin.config.js file doesn't work. On Linux OS it works perfectly.

The curious thing is that when compiling the project on windows, pangolin.js shows no errors.

Could you please help me understand this situation?

Greetings!

mvsde commented 2 years ago

Thank you for reporting this issue. I never really tested on Windows, so I didn’t catch this earlier.

I will investigate in the the next days. I don’t have to much spare time in the coming week, though, so I ask for your patience 🙂

DuvanNR commented 2 years ago

Thank you for reporting this issue. I never really tested on Windows, so I didn’t catch this earlier.

I will investigate in the the next days. I don’t have to much spare time in the coming week, though, so I ask for your patience 🙂

Thanks for your reply!!

mvsde commented 2 years ago

@DuvanNR I found the underlying issue that prevented the config file from being loaded on Windows. I'll create a fix release tomorrow.

mvsde commented 2 years ago

The issue is resolved in v6.1.2.

DuvanNR commented 2 years ago

The issue is resolved in v6.1.2.

Thank you so much!!!!