We are getting errors like
Uncaught TypeError: angular.module(...).provider(...).info is not a function
in the JS console when trying to deposit a new entry with the invenio-deposit module.
We are JS newbies, but it seems like these kind of errors tend to be related to a clash of angular versions (?).
We are getting errors like
Uncaught TypeError: angular.module(...).provider(...).info is not a function
in the JS console when trying to deposit a new entry with theinvenio-deposit
module.We are JS newbies, but it seems like these kind of errors tend to be related to a clash of angular versions (?).
In the invenio installation using docker, I get:
This is because the angular version is completely fixed here: https://github.com/inveniosoftware/invenio-records-js/blob/147bfa3795595984c254927321c89df22b454d30/package.json#L14-L16
Note: this This also concerns
invenio-search-js