-
Notifications
You must be signed in to change notification settings - Fork 10
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 in Container fails with Error: Cannot find module '../lib/utils/unsupported.js' #28
Comments
This is an issue with node this is what I found on stack overflow: https://stackoverflow.com/questions/44363066/error-cannot-find-module-lib-utils-unsupported-js-while-using-ionic?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa |
Curiously, I've not hit this when building it on Appuio; not sure how that's possible, but do hit it on Minishift:
|
I'm not sure I understand to exactly what to set |
we tried to add this to
|
Duh! This ONLY happens with:
but not with:
and this is because the local dir was "dirty" and contained already downloaded
then it magically works! |
When building this project (as of dc9b703) in a container (S2I), then it fails:
that is including https://github.com/vorburger/minecraft-storeys-maker/pull/26 (but without that it would, most probably, just fail for nothing finding NPM at all).
One should be able to locally reproduce above like this, using WIP fabric8io-images/s2i#118, from my fork:
@edewit do you have any clue what the message above could be trying to tell us? Cauz I really don't... 😄 But this is not urgent or blocking, because I'll just try to progress on https://github.com/vorburger/minecraft-storeys-maker/issues/19 using an approach starting with the binary JAR, instead of full S2I from source build instead, because of this.
The text was updated successfully, but these errors were encountered: