Closed moaxcp closed 3 years ago
When adding rux-tree I got an error
rux-tree
This relative module was not found: * ../rux-utils/data.js in ./node_modules/@astrouxds/rux-tree/rux-tree.js
To fix this I had to add rux-utils to my package.json. This should not be needed. rux-tree should declare rux-utils in its package.json.
rux-utils
A fix for this has been merged into our staging branch and will available in the next upcoming release. Thanks for bringing this up!
When adding
rux-tree
I got an errorTo fix this I had to add
rux-utils
to my package.json. This should not be needed.rux-tree
should declarerux-utils
in its package.json.