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

ignore file: and link: dependencies #38

Closed
rtbo opened this issue Jul 14, 2020 · 2 comments
Closed

ignore file: and link: dependencies #38

rtbo opened this issue Jul 14, 2020 · 2 comments

Comments

@rtbo
Copy link

rtbo commented Jul 14, 2020

Description

When project uses local dependencies, such as

"dependencies": {
    "my-library": "link:./../my-library"
}

syncpack will fail with message:

Error: Failed to find highest version of link:./../my-library

Suggested Solution

This kind of dependency should be simply ignored.
This also applies to file:, https: and git repos.

@JamieMason
Copy link
Owner

hey @rtbo thanks for your patience, it's been a busy few weeks. This is a good point and I agree with you, a fix for this should be reasonably straightforward and would be a good fit.

@JamieMason
Copy link
Owner

Released in 5.5.6

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

No branches or pull requests

2 participants