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

Add explicit dep on lit as workaround for npm file: dep issue #7

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

AndrewJakubowicz
Copy link
Contributor

@AndrewJakubowicz AndrewJakubowicz commented Apr 15, 2022

Works around issue #6 temporarily.

NPM doesn't support installing transient dependencies through file: deps, so we need to explicitly declare the dependency on Lit.

Once npm/cli#4745 is merged and supported in npm, we can remove this workaround.

I missed this when manually testing because the file: dep uses symlinks, causing my manual test to work. Once merged I tested through a Github install and it failed.

@AndrewJakubowicz AndrewJakubowicz merged commit bf70867 into main Apr 15, 2022
@AndrewJakubowicz AndrewJakubowicz deleted the workaround-npm-deps branch April 15, 2022 18:31
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.

2 participants