You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While making some tests with latest commits of Wegue and implementing new things linked to #322 I stumbled across something messed up since merge of #335 and the commit 1cf2cfa.
It seems like package-lock.json has been truncated and the last 11.000 lines are missing...
Due to the fact that it was regenerated with an older version of NPM (as stated in the docs) and that removing it completely and regenerating it from scratch adds some problems when running unit tests, I don't know which strategy would be the best to repair this or which one you'd prefer to follow...
Cheers,
Sébastien
The text was updated successfully, but these errors were encountered:
Hi team,
While making some tests with latest commits of
Wegue
and implementing new things linked to #322 I stumbled across something messed up since merge of #335 and the commit 1cf2cfa.It seems like
package-lock.json
has been truncated and the last 11.000 lines are missing...Due to the fact that it was regenerated with an older version of
NPM
(as stated in the docs) and that removing it completely and regenerating it from scratch adds some problems when running unit tests, I don't know which strategy would be the best to repair this or which one you'd prefer to follow...Cheers,
Sébastien
The text was updated successfully, but these errors were encountered: