rosweb icon indicating copy to clipboard operation
rosweb copied to clipboard

Local deploy

Open mescarra opened this issue 7 years ago • 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?

mescarra avatar May 31 '18 14:05 mescarra

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

marcoarruda avatar Jul 12 '18 18:07 marcoarruda

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: https://github.com/syncfusion/ej2-typescript-seed/issues/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!

jaguardo avatar Dec 07 '20 16:12 jaguardo