abetomo commented on issue #36025:
URL: https://github.com/apache/arrow/issues/36025#issuecomment-1586383128
I ran the same command as reported and got the following error.
```
$ cd js
$ npm install
$ node node_modules/gulp-cli/bin/gulp.js bundle:webpack
[22:55:43] Using gulpfile ~/work/arrow/js/gulpfile.js
[22:55:43] Starting 'bundle:webpack'...
[22:55:44] 'bundle:webpack' errored after 1.08 s
[22:55:44] Error in plugin "webpack-stream"
Message:
Module not found: Error: Can't resolve 'apache-arrow' in
'/home/xxx/work/arrow/js/test/bundle'
```
So I ran `./node_modules/.bin/gulp build:apache-arrow` command additionally.
I could not reproduce the failure.
```
$ cd js
$ npm install
$ ./node_modules/.bin/gulp build:apache-arrow
$ node node_modules/gulp-cli/bin/gulp.js bundle:webpack
[23:04:30] Using gulpfile ~/work/arrow/js/gulpfile.js
[23:04:30] Starting 'bundle:webpack'...
[23:04:46] field-bundle.js: 13.93 kB (gzipped: 3.58 kB)
[23:04:46] makeTable-bundle.js: 69.61 kB (gzipped: 17 kB)
[23:04:46] makeVector-bundle.js: 55.97 kB (gzipped: 13.84 kB)
[23:04:46] schema-bundle.js: 13.93 kB (gzipped: 3.58 kB)
[23:04:46] table-bundle.js: 67.96 kB (gzipped: 16.67 kB)
[23:04:46] tableFromArrays-bundle.js: 86.06 kB (gzipped: 21.33 kB)
[23:04:46] tableFromIPC-bundle.js: 160.54 kB (gzipped: 35.81 kB)
[23:04:46] vector-bundle.js: 50.84 kB (gzipped: 13.07 kB)
[23:04:46] vectorFromArray-bundle.js: 77.64 kB (gzipped: 19.18 kB)
[23:04:46] Finished 'bundle:webpack' after 17 s
```
@kou Different node version?
```
# My Environment
$ node -v
v18.15.0
$ npm -v
9.7.1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]