[
https://issues.apache.org/jira/browse/ARROW-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-7114.
---------------------------------
Fix Version/s: 5.0.0
Resolution: Fixed
Issue resolved by pull request 10153
[https://github.com/apache/arrow/pull/10153]
> [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
> Assignee: Dominik Moritz
> Priority: Major
> Labels: pull-request-available
> Fix For: 5.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> I had an attempt to install
> [cross-env|https://github.com/apache/arrow/blob/master/.github/workflows/js.yml#L108]
> as suggested by [~paul.e.taylor] 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! [email protected] build: `NODE_NO_WARNINGS=1 gulp build`
> # npm ERR! Exit status 1
> # npm ERR!
> # npm ERR! Failed at the [email protected] 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)