Hi, I'm wondering if someone here can help me.
I've been handed some source files for an Adapt Framework course that was developed by an external company and tasked with making a few changes to it. However whenever I try to build the course, I get hit with a fatal error stating...
Running "javascript:compile" (javascript) task
Fatal error: Error: ENOENT: no such file or directory, open '/Users/milesp/Documents/Adapt Framework/hla_m01/src/templates.js'
In module tree:
core/js/app
Templates.js is indeed missing from the file path, although I didn't think that a templates.js file should be at that location. I'm aware that a templates.js file is created after the course is built but didn't think it existed beforehand.
It's also worth noting that when I compare the core/js/app.js file to an app.js file from a newly created course I can see that there are some additions to the leading require[ ] block, 'templates' being one of them. Beyond that I have no idea what the missing file should be doing or what the additional files within the require block mean.
So I'm unsure where the mistake lies. Did the external company not provide all the source files or have I set up the development environment wrong? I'm a bit lost on this one, any help would be greatly appreciated.