GithubHelp home page GithubHelp logo

Comments (9)

atmos avatar atmos commented on May 19, 2024

Which version? This should be getting installed for you.

from hubot.

leto avatar leto commented on May 19, 2024

Looks like 3bf1e04 fixes the README issue which ran me down this path.

from hubot.

modius avatar modius commented on May 19, 2024

Looks like this issue still happens if you install npm with brew.

npm install -g coffee-script let me continue with the hubot install instructions.

from hubot.

tombell avatar tombell commented on May 19, 2024

README was updated a couple of days ago to reflect this https://github.com/github/hubot#getting-your-own

from hubot.

modius avatar modius commented on May 19, 2024

Ah looks like I am a maniac. Ignore ;)

from hubot.

hadifarnoud avatar hadifarnoud commented on May 19, 2024

even after installing coffee-script, I still get env: coffee: No such file or directory error

from hubot.

tombell avatar tombell commented on May 19, 2024

You need to install coffee-script globally using npm install -g coffee-script.

from hubot.

hadifarnoud avatar hadifarnoud commented on May 19, 2024

I did install it globally. that didn't help.

in the end, I removed node.js (I installed it via Homebrew) and installed a fresh one via Node.js official installer.

not sure what was the problem. might have been my PATH or a symlink

from hubot.

parkr avatar parkr commented on May 19, 2024

Seeing some strange issues around this as well:

~$ npm install -g coffee-script
npm http GET https://registry.npmjs.org/coffee-script
npm http 304 https://registry.npmjs.org/coffee-script
npm ERR! tar.unpack untar error /Users/parker/.npm/coffee-script/1.7.1/package.tgz
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/usr/local/lib/node_modules/coffee-script/bin'
npm ERR! error rolling back  [email protected] { [Error: ENOTEMPTY, rmdir '/usr/local/lib/node_modules/coffee-script/bin']
npm ERR! error rolling back   errno: 53,
npm ERR! error rolling back   code: 'ENOTEMPTY',
npm ERR! error rolling back   path: '/usr/local/lib/node_modules/coffee-script/bin' }
npm ERR! Error: unexpected eof
npm ERR!     at decorate (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/fstream/lib/abstract.js:67:36)
npm ERR!     at Extract.Abstract.error (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/fstream/lib/abstract.js:61:12)
npm ERR!     at Extract._streamEnd (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/tar/lib/extract.js:75:22)
npm ERR!     at BlockStream.<anonymous> (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/tar/lib/parse.js:50:8)
npm ERR!     at BlockStream.EventEmitter.emit (events.js:92:17)
npm ERR!     at BlockStream._emitChunk (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/block-stream/block-stream.js:203:10)
npm ERR!     at BlockStream.resume (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/block-stream/block-stream.js:58:15)
npm ERR!     at Extract.Reader.resume (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/fstream/lib/reader.js:253:34)
npm ERR!     at Entry.<anonymous> (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/tar/lib/parse.js:256:8)
npm ERR!     at Entry.EventEmitter.emit (events.js:92:17)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Darwin 13.1.0
npm ERR! command "/usr/local/Cellar/node/0.10.26/bin/node" "/usr/local/bin/npm" "install" "-g" "coffee-script"
npm ERR! cwd /Users/parker
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! fstream_class Extract
npm ERR! fstream_stack Extract._streamEnd (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/tar/lib/extract.js:75:22)
npm ERR! fstream_stack BlockStream.<anonymous> (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/tar/lib/parse.js:50:8)
npm ERR! fstream_stack BlockStream.EventEmitter.emit (events.js:92:17)
npm ERR! fstream_stack BlockStream._emitChunk (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/block-stream/block-stream.js:203:10)
npm ERR! fstream_stack BlockStream.resume (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/block-stream/block-stream.js:58:15)
npm ERR! fstream_stack Extract.Reader.resume (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/fstream/lib/reader.js:253:34)
npm ERR! fstream_stack Entry.<anonymous> (/usr/local/Cellar/node/0.10.26/lib/node_modules/npm/node_modules/tar/lib/parse.js:256:8)
npm ERR! fstream_stack Entry.EventEmitter.emit (events.js:92:17)
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/parker/npm-debug.log
npm ERR! not ok code 0

from hubot.

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.