adapt_authoring icon indicating copy to clipboard operation
adapt_authoring copied to clipboard

Export build error using latest framework release

Open dancgray opened this issue 2 years ago • 1 comments

Expected Behaviour

Should be able to build a FW v5.22.3 course exported from the authoring tool.

Actual Behaviour

grunt build or dev fails with the following error

`Error: ENOENT: no such file or directory, open '.browserslistrc'

Warning: Task "javascript:compile" failed. Use --force to continue.`

Export REGEX is excluding all hidden file here.

Steps to Reproduce

  1. Install FW v5.22.3 in the authoring tool
  2. export a course
  3. run npm install and build the course locally

Versions

  • Authoring Tool Version: master or release/v0.11.0 branch
  • Framework Version: v5.22.3
  • Node.js Version: v14.19.3

dancgray avatar Aug 25 '22 09:08 dancgray

Yeah just come up against this one, seems we've always ignored all . files due to a default value in the zipping module we use

taylortom avatar Sep 07 '22 10:09 taylortom