EESC-LabRoM/rosweb

Local deploy

Opened this issue · 2 comments

When I try to load rosweb using apache, I get a lot of missing files, probably because .ts files need to be compiled, am I right?

Hi @mescarra, you are right, .ts files must be compiled and they generate a .js file that is included in ROSWeb index.html page.
You can find the instructions to compile the project here: https://github.com/EESC-LabRoM/rosweb/blob/master/CONTRIBUTING.md

Hope it can help you. Please let me know if everything went fine.

Cheers

I've attempted the steps of the local deploy. I received the following error:

ReferenceError: primordials is not defined 
    at fs.js:45:5

I've tried the corrections steps here:
syncfusion/ej2-typescript-seed#5

as well as here:
https://ourcodeworld.com/articles/read/1188/how-to-solve-gulp-exception-reference-error-primordials-is-not-defined-error

to update the requirement for graceful-fs.

Any help or things to try are appreciated.
Thanks!