You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/02/02 22:17:35 UTC

[jira] [Commented] (THRIFT-2940) Allow installing Thrift from git as NPM module by providing package.json in top level directory

    [ https://issues.apache.org/jira/browse/THRIFT-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14301943#comment-14301943 ] 

Hudson commented on THRIFT-2940:
--------------------------------

FAILURE: Integrated in Thrift #1441 (See [https://builds.apache.org/job/Thrift/1441/])
THRIFT-2940 nodejs: move package.json to root folder (roger: rev 1abd746b9cda67bf7a3f6d246c4181dcac515308)
* lib/nodejs/package.json
* package.json


> Allow installing Thrift from git as NPM module by providing package.json in top level directory
> -----------------------------------------------------------------------------------------------
>
>                 Key: THRIFT-2940
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2940
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Node.js - Library
>            Reporter: Radoslaw Gruchalski
>            Assignee: Roger Meier
>
> Allow installing thirft from git as NPM module by providing package.json in top level directory. Currently, result is similar to:
> {noformat}
> drone:gossiperl-client-js rad$ npm install
> npm WARN excluding symbolic link tutorial/erl/client.sh -> server.sh
> npm ERR! Error: ENOENT, open '/var/folders/gd/jkx3kmg53gj85lwjslf79n6m0000gn/T/npm-36445-mmwd9VRJ/1421011402511-0.04021586640737951/package/package.json'
> npm ERR! If you need help, you may report this log at:
> npm ERR!     <http://github.com/isaacs/npm/issues>
> npm ERR! or email it to:
> npm ERR!     <np...@googlegroups.com>
> npm ERR! System Darwin 14.0.0
> npm ERR! command "node" "/usr/local/bin/npm" "install"
> npm ERR! cwd /Users/rad/dev/my/gossiperl-client-js
> npm ERR! node -v v0.10.22
> npm ERR! npm -v 1.3.14
> npm ERR! path /var/folders/gd/jkx3kmg53gj85lwjslf79n6m0000gn/T/npm-36445-mmwd9VRJ/1421011402511-0.04021586640737951/package/package.json
> npm ERR! code ENOENT
> npm ERR! errno 34
> npm ERR!
> npm ERR! Additional logging details can be found in:
> npm ERR!     /Users/rad/dev/my/gossiperl-client-js/npm-debug.log
> npm ERR! not ok code 0
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Re: [jira] [Commented] (THRIFT-2940) Allow installing Thrift from git as NPM module by providing package.json in top level directory

Posted by Henrique Mendonça <hm...@gmail.com>.
hm... "make dist" fails on jenkins after this
any ideas?

On 3 February 2015 at 08:17, Hudson (JIRA) <ji...@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/THRIFT-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14301943#comment-14301943
> ]
>
> Hudson commented on THRIFT-2940:
> --------------------------------
>
> FAILURE: Integrated in Thrift #1441 (See [
> https://builds.apache.org/job/Thrift/1441/])
> THRIFT-2940 nodejs: move package.json to root folder (roger: rev
> 1abd746b9cda67bf7a3f6d246c4181dcac515308)
> * lib/nodejs/package.json
> * package.json
>
>
> > Allow installing Thrift from git as NPM module by providing package.json
> in top level directory
> >
> -----------------------------------------------------------------------------------------------
> >
> >                 Key: THRIFT-2940
> >                 URL: https://issues.apache.org/jira/browse/THRIFT-2940
> >             Project: Thrift
> >          Issue Type: Improvement
> >          Components: Node.js - Library
> >            Reporter: Radoslaw Gruchalski
> >            Assignee: Roger Meier
> >
> > Allow installing thirft from git as NPM module by providing package.json
> in top level directory. Currently, result is similar to:
> > {noformat}
> > drone:gossiperl-client-js rad$ npm install
> > npm WARN excluding symbolic link tutorial/erl/client.sh -> server.sh
> > npm ERR! Error: ENOENT, open
> '/var/folders/gd/jkx3kmg53gj85lwjslf79n6m0000gn/T/npm-36445-mmwd9VRJ/1421011402511-0.04021586640737951/package/package.json'
> > npm ERR! If you need help, you may report this log at:
> > npm ERR!     <http://github.com/isaacs/npm/issues>
> > npm ERR! or email it to:
> > npm ERR!     <np...@googlegroups.com>
> > npm ERR! System Darwin 14.0.0
> > npm ERR! command "node" "/usr/local/bin/npm" "install"
> > npm ERR! cwd /Users/rad/dev/my/gossiperl-client-js
> > npm ERR! node -v v0.10.22
> > npm ERR! npm -v 1.3.14
> > npm ERR! path
> /var/folders/gd/jkx3kmg53gj85lwjslf79n6m0000gn/T/npm-36445-mmwd9VRJ/1421011402511-0.04021586640737951/package/package.json
> > npm ERR! code ENOENT
> > npm ERR! errno 34
> > npm ERR!
> > npm ERR! Additional logging details can be found in:
> > npm ERR!     /Users/rad/dev/my/gossiperl-client-js/npm-debug.log
> > npm ERR! not ok code 0
> > {noformat}
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>