adapt-security / adapt-authoring

A server-based user interface for authoring eLearning courses using the Adapt framework.
http://adaptlearning.org
10 stars 5 forks source link

Look into local development workflow #598

Open taylortom opened 1 year ago

taylortom commented 1 year ago

We're currently using npm's workspaces feature which works in a lot of cases, but falls over when trying to resolve some nested dependencies.

Modules which don't work with workspaces:

chris-steele commented 5 months ago

I'm wondering if issues with certain packages will be resolved when we action #493

Example issue At the moment adapt-authoring-browserslist is a dependency of adapt-authoring-framework, but the former specifies the latter as a peer dependency. This is incorrect usage.