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

build broken due to ecstatic? #208

Closed
alberanid opened this issue May 3, 2019 · 3 comments
Closed

build broken due to ecstatic? #208

alberanid opened this issue May 3, 2019 · 3 comments

Comments

@alberanid
Copy link

We are building forms 1.3.0 on a Yocto environment, and the dependency tree ends up including ecstatic ~0.4.5, which was removed from the npm repository, few days ago.

Is forms 1.3.0 broken for everyone? Any idea how to fix this?

Thanks!

@ljharb
Copy link
Collaborator

ljharb commented May 3, 2019

It seems like it's coming in from testling which is a dev dep - why are you "building" forms and not using it from npm? It's just JS.

@ljharb ljharb closed this as completed in b95988a May 3, 2019
@alberanid
Copy link
Author

@ljharb that's correct, I already opened an issue for testling: tape-testing/testling#118

We are building it because Yocto ( https://www.yoctoproject.org/ ) is a framework to build complete Linux distributions, so everything is built from the upstream sources plus patches, if needed.

I guess we'll find a way to remove the dependency, on Monday.

Thanks for your help.

@ljharb
Copy link
Collaborator

ljharb commented May 3, 2019

@alberanid since it's a dev dep, you should be running npm install --production so it's not installed in the first place, thereby bypassing this issue (and probably massively shrinking the size of your distribution)

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

No branches or pull requests

2 participants