adapt_authoring icon indicating copy to clipboard operation
adapt_authoring copied to clipboard

FW v5.19.x doesn't seem to work with the AAT

Open simondate opened this issue 4 years ago • 3 comments

Expected Behaviour

I did a fresh install of the AAT and when I got to compile a course I got unspecified error message. I tried reinstalling it multiple times and other usual issue fixes like this and nothing happened.

It was only when I specified a non FW v5.19.X version (I tried 5.19.0 and 5.19.1) and tried 5.18.7 that worked.

Actual Behaviour

Steps to Reproduce

  1. Do a fresh install of the AAT
  2. Attempt to preview a course
  3. An error is thrown at the build stage

image

Versions

  • Authoring Tool Version: 0.10.5
  • Node.js Version: 12.22.1
  • Operating System: Debian Buster (Unix)

simondate avatar Apr 15 '22 16:04 simondate

I've just tested this in the v0.11.0 branch and I can't replicate the issue there, and it's working for me there. Can you give that a test if you get a chance and let me know if you're still seeing issues :)

taylortom avatar Apr 20 '22 13:04 taylortom

Hi @taylortom , I've tried with the latest 0.11.0 authoring tool and still getting issues with an AT I've upgraded to that version.

I'm not sure if there is an issue to do with the theme being named a random string and not it's correct name

image

EDIT - you get the same error with vanilla too

image

simondate avatar May 09 '22 18:05 simondate

image theme has invalid handlebars

oliverfoster avatar Jul 18 '22 11:07 oliverfoster

I think this error was caused as I was previously installing with sudo and it appears that was causing issues with npx. I have now changed the AAT to run without sudo (by chown-ing all the files) and I have been able to use later versions

simondate avatar Feb 18 '23 12:02 simondate