Open lewismc opened 4 years ago
I agree Carlos 😀
At the surface of it, itdoesn’t look as bad as I thought it would be though. The first issue I’m going to look into are the Registration and login popup boxes which are not currently popping up!
Everything now at least installs properly. That is to say npm install
and gulp install --base=/ont/ --dest=DEST
Bootstrap issue is described in https://stackoverflow.com/questions/52370286/npm-compilation-error-module-not-found-bootstrap-theme-css
For the first time I've read the upgrading from AngularJS to Angular documentation... and this is pretty intimidating. It appears the guidance is to create a hybrid app (running both frameworks in parallel) before finally dropping support for the former. This is a huge undertaking and as I am not a JS developer this is beyond my capability.
Likewise @carueda writing the new app Quasar/Vue is also a pretty huge undertaking at this stage... I'm thinking that we should do a Capstone project to move this forward. This is a chunk of work...
Right, if upgrading just to a newer version of AngularJS is such a challenge, even worse to Angular, which is a different beast.
About the bootstrap css stuff, I would have to look closer ... but in any case, all of that manual preparation for the minified version that was required back then when this was implemented is by now so old fashioned ... definitely better to think about a revamped version with a modern framework like Vue. Again my opinion and preference due to very happy experience with Vue in general (and Quasar for the UI framework per se). We could discuss about possible Vue components that could incrementally be added to the "orrui" prototype...
Hi @carueda for a bit of fun I went ahead and mass updated each dependency in the package.json file. Of course this breaks quite a bit. Namely,
It looks like the
fatal error: 'errno.h' file not found
is a local environment error on my part.This looks more serious. The output is not verbose enough for me to decipher what is wrong.
I was able to launch
gulp dev
however the login and account creation windows no longer display properly.I wonder if you can try the same and report out your results?