Code Monkey home page Code Monkey logo

Comments (10)

MoOx avatar MoOx commented on August 26, 2024

It seems you didnt read enough the README https://github.com/kud/happy-plan#requirements

But I'll advise you to not use latest unstable feature that are subject to lots of changes since we are going to deliver hp as npm package.

On 26 mai 2013, at 11:22, Johan Ronsse [email protected] wrote:

I wanted to check out the themes functionaliy but it's a bit unclear, the docs on github homepage refer to a "happy" command now so I went on to install the binary in the repo (bin/happy)

Should add to docs how to install the happy bin
Should make happy installable via brew?
If i move the bin to my /usr/local/bin I have problems

wolfr3:happy-plan noone$ cp bin/happy /usr/local/bin/
wolfr3:happy-plan noone$ happy
-bash: /usr/local/bin/happy: Permission denied
wolfr3:happy-plan noone$ chmod +x /usr/local/bin/happy
wolfr3:happy-plan noone$ happy

module.js:340
throw err;
^
Error: Cannot find module 'celeri'
at Function.Module._resolveFilename (module.js:338:15)
(...)
is this about https://github.com/crcn/celeri ?


Reply to this email directly or view it on GitHub.

from happyplan.

kud avatar kud commented on August 26, 2024

@Wolfr Do a npm update or npm install in the root project, it will install celeri ;) Plus, do not move the bin:

Either you start with bin/happy when you're in the root project, either you add ./bin in your PATH.

from happyplan.

Wolfr avatar Wolfr commented on August 26, 2024

npm install gave this error https://gist.github.com/Wolfr/5656897
Just reporting

from happyplan.

kud avatar kud commented on August 26, 2024

Hmm : https://github.com/LearnBoost/node-canvas/wiki

from happyplan.

MoOx avatar MoOx commented on August 26, 2024

brew install pixman cairo ask me to install xquartz oO. Seems weird to have to install that just for celeri.
Maybe we should go back to commander & the way other do (command subcommand lauch command-subcommand )

from happyplan.

MoOx avatar MoOx commented on August 26, 2024

@kud Maybe we should just get rid of the local bin happyplan in favor of the Gruntfile. It seems grunt-cli is lauching directly the fist local Gruntfile it found & do require(Gruntfile).cli(). No bin here

https://github.com/gruntjs/grunt-cli/blob/master/bin/grunt#L41
https://github.com/gruntjs/grunt/blob/master/lib/grunt.js#L35

We should just use Grunt API to launch command instead of celeri or commander.

We need to go forward with this so I can move on for the #41

from happyplan.

MoOx avatar MoOx commented on August 26, 2024

Goto #51

from happyplan.

MoOx avatar MoOx commented on August 26, 2024

@Wolfr @kud https://npmjs.org/package/happyplan-cli will launch spawn grunt.
We won't use grunt directly because we need a specific order in task. happyplan run grunt under the hood but an happyplan project won't require anywmore a Gruntfile.js. More infos soon guys.

from happyplan.

kud avatar kud commented on August 26, 2024

Sounds good for me!

from happyplan.

Wolfr avatar Wolfr commented on August 26, 2024

Alright!

On Thu, May 30, 2013 at 9:32 AM, Erwann Mest [email protected]:

Sounds good for me!


Reply to this email directly or view it on GitHubhttps://github.com//issues/50#issuecomment-18665634
.

from happyplan.

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.