Giter Club home page Giter Club logo

Comments (7)

cliftonc avatar cliftonc commented on June 21, 2024

Not sure - does it work if you manually install hooks? If so, I'll add it as an explicit dependency.

from calipso.

KnowledgeGarden avatar KnowledgeGarden commented on June 21, 2024

Not sure either. What got calipso to finally work was to remove it
entirely and do a fresh install. Now it seems to work fine. No clue
what was going on. Probably less calipso, more me.

On Sun, Jun 5, 2011 at 11:56 PM, cliftonc
[email protected]
wrote:

Not sure - does it work if you manually install hooks?  If so, I'll add it as an explicit dependency.

Reply to this email directly or view it on GitHub:
#42 (comment)

from calipso.

cliftonc avatar cliftonc commented on June 21, 2024

Cool, glad you got it working!

from calipso.

bowmanb avatar bowmanb commented on June 21, 2024

I ran into this by installing node from Ubuntu repositories and trying to 'npm install' calipso. This failed.

After downloading node from their website and compiling node and running 'npm install' on the same calipso instance, I got this error. As KnowledgeGarden mentioned, a clean install fixed the issue.

from calipso.

flowforever avatar flowforever commented on June 21, 2024

I met this issue again , can anyone tell me , where can I download the hooks module ?

from calipso.

cliftonc avatar cliftonc commented on June 21, 2024

It's a bug in npm (i think - I haven't had time to dig into it), but basically an 'npm install -d' will install all the first level dependencies of calipso, but not the dependencies of the dependencies ...

It's a pain in the a*, but this is basically:

cd node_modules/mongoose
npm install -d

You have to do this for the other modules that have dependencies (hook.io, winston, connect-form etc.).

If there is a better way would be great to know what it is ...

from calipso.

flowforever avatar flowforever commented on June 21, 2024

Thanks for your reply very much.

I have downloaded hooks.js https://github.com/bnoguchi/hooks-js file ,
then copy it to the 'node_modules' directory , it works very well now .

mongoose is really excellent , I love it very much .
在 2011-11-14 下午9:12,"Clifton Cunningham" <
[email protected]

写道:

It's a bug in npm (i think - I haven't had time to dig into it), but
basically an 'npm install -d' will install all the first level dependencies
of calipso, but not the dependencies of the dependencies ...

It's a pain in the a*, but this is basically:

cd node_modules/mongoose
npm install -d

You have to do this for the other modules that have dependencies (hook.io,
winston, connect-form etc.).

If there is a better way would be great to know what it is ...


Reply to this email directly or view it on GitHub:
#42 (comment)

from calipso.

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.