Hey fellow Adapters!
When exporting source code from the AT you get a folder structure and files that almost match what you get when you download the framework.
But not exactly the same.
For instance, the folder "node_modules" is missing completely, including all its files, which means that I can't run any Grunt commands.
Is there a way to reshape the AT-output so that I can edit it, like it was created in the framework to begin with?
We are trying to take a AT-created course and implement the Course Localisation feature and thought exporting the source code would do the trick.
But with no luck so far.
I have tried copy/paste the "node_module" folder and its files into the AT-exported course, which made it possible to run “grunt build” and “grunt server” and the course runs as it should, it seems.
But running "grunt translate:export --format=csv" gives the following error:
Running "_parseSchemaFiles" task
Warning: Cannot read property 'properties' of undefined Use --force to continue.
Aborted due to warnings.
Any help, much appreciated!
Thanks