genouest / genouestaccountmanager

Account manager for core facility
GNU Affero General Public License v3.0
5 stars 8 forks source link

Update package.json - Update @angular-devkit/build-angular #440

Closed lecorguille closed 6 months ago

lecorguille commented 8 months ago

Should fix this : https://gitlab.com/ifb-elixirfr/ansible-roles/ansible-my/-/merge_requests/8#note_1760762561

There are some incompatibilities between the manager2/package.json and manager2/package-lock.json

At least about the @angular-devkit/build-angular

Thanks Julien and Thomas

mboudet commented 8 months ago

Hmm, I tried before, but I had to rollback (https://github.com/genouest/genouestaccountmanager/commit/d967872d820587ceaa15350d4c6fa17d47e9e7a9)

Might be doable, but it will take more than juste a package.json update.

mboudet commented 8 months ago

If the issue is the desync between package.json et package-lock.json, I may be able to rebuild package-lock.json instead. I only rollbacked package.json

mboudet commented 8 months ago

@lecorguille Should be fixed, but I built the package-lock.json with node 18. Tell me if that causes any issues.