-
Notifications
You must be signed in to change notification settings - Fork 307
app-scripts 1.2.0 build on Linux fails #838
Comments
It doesn't do anything with any command for me, I've tried |
Hmm. Can you try again in 1.2.1? Thanks, |
With Now the output log shows the following and then stalls from more than 10 mins.:
|
same here with linux and 1.2.1 |
With |
Reverting to 1.1.4 definitely resolved the issue for me, which is consistent with the guys above. Also experiencing no ouptut, Ubuntu 16.04.2, Node v7 |
Why is it looking for source files? |
Looks like its b4c287a In linux we can only use max. 1 arg here, the '=' sign in it makes it just hang here instead of returning an error. |
@jorrit-wehelp, Wanna do a PR and remove that code? Thanks, |
Linux only accept one argument in a shebang, so everything after the /usr/bin/env is seen as one argument. For setting this node option, see npm/npm#12238 Resolve ionic-team#838
still hanging at the same spot |
same here with linux and 1.2.2 |
It's fixed in Thanks, |
Short description of the problem:
Build fails when using app-scripts version 1.2.0 on Linux. Output shows a stalled build for more than 10 mins. without any output log. On macOS build is ok.
What behavior are you expecting?
Not stalled build.
Steps to reproduce:
Which @ionic/app-scripts version are you using?
1.2.0
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Tested with Linux inside Docker container with the following configuration:
The text was updated successfully, but these errors were encountered: