Code Monkey home page Code Monkey logo

Comments (9)

RobertoUa avatar RobertoUa commented on May 19, 2024

I use iojs 1.8.1

from upterm.

RobertoUa avatar RobertoUa commented on May 19, 2024
> [email protected] install /Users/roberto/workspace/black-screen/node_modules/pty.js
> node-gyp rebuild

gyp ERR! configure error
gyp ERR! stack Error: 404 status code downloading tarball
gyp ERR! stack     at Request.<anonymous> (/Users/roberto/.nvm/versions/io.js/v1.8.1/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:246:14)
gyp ERR! stack     at emitOne (events.js:82:20)
gyp ERR! stack     at Request.emit (events.js:166:7)
gyp ERR! stack     at Request.onRequestResponse (/Users/roberto/.nvm/versions/io.js/v1.8.1/lib/node_modules/npm/node_modules/request/request.js:1156:10)
gyp ERR! stack     at emitOne (events.js:77:13)
gyp ERR! stack     at ClientRequest.emit (events.js:166:7)
gyp ERR! stack     at HTTPParser.parserOnIncomingClient (_http_client.js:412:21)
gyp ERR! stack     at HTTPParser.parserOnHeadersComplete (_http_common.js:88:23)
gyp ERR! stack     at TLSSocket.socketOnData (_http_client.js:302:20)
gyp ERR! stack     at emitOne (events.js:77:13)
gyp ERR! System Darwin 14.3.0
gyp ERR! command "/Users/roberto/.nvm/versions/io.js/v1.8.1/bin/iojs" "/Users/roberto/.nvm/versions/io.js/v1.8.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/roberto/workspace/black-screen/node_modules/pty.js
gyp ERR! node -v v1.8.1
gyp ERR! node-gyp -v v1.0.3
gyp ERR! not ok
npm ERR! Darwin 14.3.0
npm ERR! argv "/Users/roberto/.nvm/versions/io.js/v1.8.1/bin/iojs" "/Users/roberto/.nvm/versions/io.js/v1.8.1/bin/npm" "install" "pty.js"
npm ERR! node v1.8.1
npm ERR! npm  v2.8.3
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the pty.js package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls pty.js
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/roberto/workspace/black-screen/npm-debug.log

npm ERR! Darwin 14.3.0
npm ERR! argv "/Users/roberto/.nvm/versions/io.js/v1.8.1/bin/iojs" "/Users/roberto/.nvm/versions/io.js/v1.8.1/bin/npm" "run" "install-native"
npm ERR! node v1.8.1
npm ERR! npm  v2.8.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install-native: `npm_config_disturl=https://atom.io/download/electron npm_config_target=0.23.0 npm_config_arch=x64 HOME=~/.electron-gyp npm install 'pty.js'`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install-native script 'npm_config_disturl=https://atom.io/download/electron npm_config_target=0.23.0 npm_config_arch=x64 HOME=~/.electron-gyp npm install 'pty.js''.
npm ERR! This is most likely a problem with the black-screen package,```

from upterm.

vlad-shatskyi avatar vlad-shatskyi commented on May 19, 2024

@RobertoUa could you pull and try again, please?

from upterm.

RobertoUa avatar RobertoUa commented on May 19, 2024
gyp ERR! configure error
gyp ERR! stack Error: 404 status code downloading tarball
gyp ERR! stack     at Request.<anonymous> (/Users/roberto/.nvm/versions/io.js/v1.8.1/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:246:14)
gyp ERR! stack     at emitOne (events.js:82:20)
gyp ERR! stack     at Request.emit (events.js:166:7)
gyp ERR! stack     at Request.onRequestResponse (/Users/roberto/.nvm/versions/io.js/v1.8.1/lib/node_modules/npm/node_modules/request/request.js:1156:10)
gyp ERR! stack     at emitOne (events.js:77:13)
gyp ERR! stack     at ClientRequest.emit (events.js:166:7)
gyp ERR! stack     at HTTPParser.parserOnIncomingClient (_http_client.js:412:21)
gyp ERR! stack     at HTTPParser.parserOnHeadersComplete (_http_common.js:88:23)
gyp ERR! stack     at TLSSocket.socketOnData (_http_client.js:302:20)
gyp ERR! stack     at emitOne (events.js:77:13)
gyp ERR! System Darwin 14.4.0
gyp ERR! command "/Users/roberto/.nvm/versions/io.js/v1.8.1/bin/iojs" "/Users/roberto/.nvm/versions/io.js/v1.8.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/roberto/workspace/black-screen/node_modules/pty.js
gyp ERR! node -v v1.8.1
gyp ERR! node-gyp -v v1.0.3
gyp ERR! not ok
npm ERR! Darwin 14.4.0
npm ERR! argv "/Users/roberto/.nvm/versions/io.js/v1.8.1/bin/iojs" "/Users/roberto/.nvm/versions/io.js/v1.8.1/bin/npm" "install" "pty.js"
npm ERR! node v1.8.1
npm ERR! npm  v2.8.3
npm ERR! code ELIFECYCLE

npm ERR! pty.js@0.2.7-1 install: `node-gyp rebuild`
npm ERR! Exit status 1

from upterm.

vlad-shatskyi avatar vlad-shatskyi commented on May 19, 2024

@RobertoUa, what commands did you run? It should be

git pull
npm run install-all

from upterm.

RobertoUa avatar RobertoUa commented on May 19, 2024

yes

from upterm.

aCarpenter avatar aCarpenter commented on May 19, 2024

I hate to reopen this issue but I'm having a similar problem:
`npm ERR! node v0.10.9
npm ERR! npm v2.7.3

npm ERR! missing script: install-all
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues`

I just pulled, and I'm in the root of the cloned repo. Is there some dependency I'm missing?

from upterm.

RobertoUa avatar RobertoUa commented on May 19, 2024

Can you please update node to the latest version?

from upterm.

vlad-shatskyi avatar vlad-shatskyi commented on May 19, 2024

@aCarpenter, also, you need to use npm install instead of npm run install-all with the latest version.

from upterm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.