Hi @Boris , thanks for the reply. Yes I can confirm I am using v20 of Node and v10 of NPM. I do not have any errors during NPM install or build.
I am also getting lots of errors in Coherent about the atlas app missing dependencies - is this to be expected?
I can see in the MSFS console that the app is being registered, and I can see in Coherent that the TemplateApp is being registered, installed and the constructor called. But it always fails at the set() call.
Could you uninstall the SDK samples, manually remove the EFB folder in Samples/DevmodeProjects, reinstall the latest version of the sdk samples (0.10.1), and let us know if it’s better?
Im trying the EFB sample atm, following closely the docu for it on how to load and build the project in the sim.
That would be:
copy sample folder to my workspace
load project, before going into a flight
build the project
This already brings up the first error. The asset and output paths seem to be wrong, it cant find the dist folder in the folder specified (TemplateApp\dist).
Looking at your pic in docu, you have simply “packageSources” in the source. Doing this also briings multiple errors of malformed json files.
Im not experienced enough to figure this out myself, i just know, folling the docu wont work.
Thanks for help, would be appreciated ^^
1.0 SDK*
This is what i get if i do it like you have in the docu picture.