Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rxjs): bump rxjs to 6.6.7 && adding import 'rxjs/add/observable/of' #618

Closed
wants to merge 7 commits into from
Closed

Conversation

shlomodaari
Copy link

@spinnakerbot
Copy link

The following commits need their title changed:

  • b6cf8dc: fix(rxjs) import 'rxjs/add/observable/of'

Please format your commit title into the form:

<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check

This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.

@jasonmcintosh jasonmcintosh changed the title fix(rxjs) bump rxjs to 6.6.7 && adding import 'rxjs/add/observable/of' fix(rxjs): bump rxjs to 6.6.7 && adding import 'rxjs/add/observable/of' May 17, 2023
@shlomodaari
Copy link
Author

The error message indicates that your Yarn lockfile needs to be updated, but you ran the yarn command with the --frozen-lockfile flag.

The --frozen-lockfile flag is used to strictly enforce using the existing lockfile without making any changes or updates. If your lockfile needs to be updated due to changes in the package.json file or other dependencies, running yarn with --frozen-lockfile will result in an error.

@shlomodaari
Copy link
Author

@mattgogerly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants