You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2019/11/12 10:58:00 UTC

[jira] [Updated] (ARROW-7114) [JS][CI] NodeJS build fails on Github Actions Windows node

     [ https://issues.apache.org/jira/browse/ARROW-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs updated ARROW-7114:
-----------------------------------
    Description: 
I had an attempt to install [cross-env|https://github.com/apache/arrow/blob/master/.github/workflows/js.yml#L108] as suggested by  but I guess it requires a bit more work.

{code:java}
> NODE_NO_WARNINGS=1 gulp build
# 'NODE_NO_WARNINGS' is not recognized as an internal or external command,
# operable program or batch file.
# npm ERR! code ELIFECYCLE
# npm ERR! errno 1
# npm ERR! apache-arrow@1.0.0-SNAPSHOT build: `NODE_NO_WARNINGS=1 gulp build`
# npm ERR! Exit status 1
# npm ERR!
# npm ERR! Failed at the apache-arrow@1.0.0-SNAPSHOT build script.
# npm ERR! This is probably not a problem with npm. There is likely additional logging output above. {code}

  was:
I had an attempt to install [cross-env|https://github.com/apache/arrow/blob/master/.github/workflows/js.yml#L108] as suggested by [~paultaylor] but I guess it requires a bit more work.

{code:java}
> NODE_NO_WARNINGS=1 gulp build
# 'NODE_NO_WARNINGS' is not recognized as an internal or external command,
# operable program or batch file.
# npm ERR! code ELIFECYCLE
# npm ERR! errno 1
# npm ERR! apache-arrow@1.0.0-SNAPSHOT build: `NODE_NO_WARNINGS=1 gulp build`
# npm ERR! Exit status 1
# npm ERR!
# npm ERR! Failed at the apache-arrow@1.0.0-SNAPSHOT build script.
# npm ERR! This is probably not a problem with npm. There is likely additional logging output above. {code}


> [JS][CI] NodeJS build fails on Github Actions Windows node
> ----------------------------------------------------------
>
>                 Key: ARROW-7114
>                 URL: https://issues.apache.org/jira/browse/ARROW-7114
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Continuous Integration, JavaScript
>            Reporter: Krisztian Szucs
>            Priority: Major
>             Fix For: 1.0.0
>
>
> I had an attempt to install [cross-env|https://github.com/apache/arrow/blob/master/.github/workflows/js.yml#L108] as suggested by  but I guess it requires a bit more work.
> {code:java}
> > NODE_NO_WARNINGS=1 gulp build
> # 'NODE_NO_WARNINGS' is not recognized as an internal or external command,
> # operable program or batch file.
> # npm ERR! code ELIFECYCLE
> # npm ERR! errno 1
> # npm ERR! apache-arrow@1.0.0-SNAPSHOT build: `NODE_NO_WARNINGS=1 gulp build`
> # npm ERR! Exit status 1
> # npm ERR!
> # npm ERR! Failed at the apache-arrow@1.0.0-SNAPSHOT build script.
> # npm ERR! This is probably not a problem with npm. There is likely additional logging output above. {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)