Brian Hulette created ARROW-2223: ------------------------------------ Summary: [JS] installing umd release throws an error Key: ARROW-2223 URL: https://issues.apache.org/jira/browse/ARROW-2223 Project: Apache Arrow Issue Type: Bug Components: JavaScript Reporter: Brian Hulette Assignee: Paul Taylor
{code:sh} $ npm install @apache-arrow/es5-umd npm WARN airspace-summary@1.0.0 No repository field. npm ERR! path /home/ubuntu/working_dir/airspace-summary/node_modules/@apache-arrow/es5-umd/bin/arrow2csv.js npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall chmod npm ERR! enoent ENOENT: no such file or directory, chmod '/home/ubuntu/working_dir/airspace-summary/node_modules/@apache-arrow/es5-umd/bin/arrow2csv.js' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /home/ubuntu/.npm/_logs/2018-02-26T21_22_42_518Z-debug.log {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)