Git Product home page Git Product logo

fun's People

Contributors

kenjitakahashi avatar marcuswestin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fun's Issues

npm install

npm install fun errs.

npm ERR! error installing [email protected] Error: version not found: 0.1.10 : require/0.1.10
npm ERR! error installing [email protected]     at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/request.js:177:16)
npm ERR! error installing [email protected]     at IncomingMessage.emit (events.js:81:20)
npm ERR! error installing [email protected]     at HTTPParser.onMessageComplete (http.js:133:23)
npm ERR! error installing [email protected]     at Socket.ondata (http.js:1227:22)
npm ERR! error installing [email protected]     at Socket._onReadable (net.js:683:27)
npm ERR! error installing [email protected]     at IOWatcher.onReadable [as callback] (net.js:177:10)
npm ERR! Error: version not found: 0.1.10 : require/0.1.10
npm ERR!     at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/request.js:177:16)
npm ERR!     at IncomingMessage.emit (events.js:81:20)
npm ERR!     at HTTPParser.onMessageComplete (http.js:133:23)
npm ERR!     at Socket.ondata (http.js:1227:22)
npm ERR!     at Socket._onReadable (net.js:683:27)
npm ERR!     at IOWatcher.onReadable [as callback] (net.js:177:10)
npm ERR! Report this *entire* log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <[email protected]>
npm ERR! 
npm ERR! System Linux 2.6.38-10-generic
npm ERR! command "node" "/usr/local/bin/npm" "-g" "install" "fun"
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/kzh/npm-debug.log
npm not ok

NPM install error - require version 0.1.10 not found

Hey. Fun looks amazing and I'd like to play with it - I'm writing a little 100-user server/client node.js app right now for my PhD and experiencing the pain of managing state everywhere and lots of little incidental complexity. I went to my term and told it to:

$ sudo npm install fun -g

and it told me:

npm http GET https://registry.npmjs.org/fun
npm http 200 https://registry.npmjs.org/fun
npm http GET https://registry.npmjs.org/fun/-/fun-0.2.4.tgz
npm http 200 https://registry.npmjs.org/fun/-/fun-0.2.4.tgz
npm http GET https://registry.npmjs.org/optimist/0.1.6
npm http GET https://registry.npmjs.org/fin/0.2.14
npm http GET https://registry.npmjs.org/require/0.1.10
npm http GET https://registry.npmjs.org/nodeunit/0.5.1
npm http GET https://registry.npmjs.org/std/0.1.11
npm http 200 https://registry.npmjs.org/fin/0.2.14
npm http GET https://registry.npmjs.org/fin/-/fin-0.2.14.tgz
npm http 200 https://registry.npmjs.org/optimist/0.1.6
npm http GET https://registry.npmjs.org/optimist/-/optimist-0.1.6.tgz
npm http 200 https://registry.npmjs.org/std/0.1.11
npm http 404 https://registry.npmjs.org/require/0.1.10
npm ERR! error installing [email protected]
npm http GET https://registry.npmjs.org/std/-/std-0.1.11.tgz

npm ERR! Error: version not found: 0.1.10 : require/0.1.10
npm ERR! at Request._callback (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/request.js:182:12)
npm ERR! at Request.callback (/usr/local/lib/node_modules/npm/node_modules/request/main.js:109:22)
npm ERR! at Request. (/usr/local/lib/node_modules/npm/node_modules/request/main.js:481:18)

npm ERR! at Request.emit (events.js:67:17)
npm ERR! at IncomingMessage. (/usr/local/lib/node_modules/npm/node_modules/request/main.js:442:16)
npm ERR! at IncomingMessage.emit (events.js:88:20)
npm ERR! at HTTPParser.onMessageComplete (http.js:137:23)
npm ERR! at CleartextStream.ondata (http.js:1147:24)
npm ERR! at CleartextStream._push (tls.js:367:27)
npm ERR! at SecurePair.cycle (tls.js:688:20)
npm ERR! You may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]
npm ERR!
npm ERR! System Darwin 11.3.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "fun" "-g"
npm ERR! cwd /Users/mk
npm ERR! node -v v0.6.10
npm ERR! npm -v 1.1.0-3
npm ERR! message version not found: 0.1.10 : require/0.1.10
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/mk/npm-debug.log
npm not ok

Maybe you just have to change the version number of require you depend on?

Best,
Marius

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.