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
I suggest to remove all carets (^) from package.json dependencies to pin all dependencies to their exact version and avoid these kinds of errors in the future.
The text was updated successfully, but these errors were encountered:
On a freshly cloned repo, after
$ npm install
, when I run$ npm run build:modules
I get these errors:After diving a bit on google, I've found this issue on typescript. It is related with TS 2.4.1 and RxJS 5.4.1 (latest).
After removing the carets from the next dependencies:
Everything is back to normal.
I suggest to remove all carets (^) from package.json dependencies to pin all dependencies to their exact version and avoid these kinds of errors in the future.
The text was updated successfully, but these errors were encountered: