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

Could not resolve re-formality/ppx #90

Closed
kivi opened this issue Oct 28, 2020 · 4 comments · Fixed by #91
Closed

Could not resolve re-formality/ppx #90

kivi opened this issue Oct 28, 2020 · 4 comments · Fixed by #91

Comments

@kivi
Copy link

kivi commented Oct 28, 2020

I am on Windows 10 and I am trying to update old re-formality to the latest one.

  "name": "re-formality",
  "version": "4.0.0-beta.7",

When I do: bsb -make-world I get:

Could not resolve  re-formality/ppx in C:\Users\myuser\projectname
Fatal error: exception Failure("re-formality/ppx not found when resolving ppx-flags")
@alex35mil
Copy link
Member

Hi, it would require this change to be applied to this repo. Will do this within next couple of days.

@ashutheone
Copy link

ashutheone commented Nov 3, 2020

Hi @alexfedoseev
We faced a similar problem with 4.0.0-beta.9 version when we were trying to build in a node alpine Docker container image. We update the alpine linux version for our container and then we added the latest version of compatible GNU C library version. We ended up making following changes in our Dockerfile which solved this problem for us.

FROM node:12-alpine
RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-2.30-r0.apk
RUN apk add glibc-2.30-r0.apk

@kivi You can try to do the same for your dev environment. Hope it helps you.

@alex35mil
Copy link
Member

I hope it was fixed for windows users in the latest release I did yesterday. (@kivi Please, let me know) But apparently it broke something on Linux. Not sure why though. @ashutheone can you open another issue? I can't promise I will solve it immediately but at least it will be on my radar.

@kivi
Copy link
Author

kivi commented Nov 3, 2020

works now on windows.
Version: ^4.0.0-beta.9

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 a pull request may close this issue.

3 participants