Why is npm clean-install
and package-lock.json
needed to succesfully build the annotation detail view
#138
Labels
bug
Something isn't working
When building textannoviz in a docker container without a clean install and package-lock.json from our host machines, 'span buttons' around annotations lose their react-aria attributes, preventing the annotation detail modal from appearing.
What is different between npm
i
andci
, why do we need the package-lock.json to properly install the react-aria components?The text was updated successfully, but these errors were encountered: