Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Trying to ru tests of derbyjs
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tyler Renelle  
View profile  
 More options Nov 8 2012, 12:21 pm
From: Tyler Renelle <tylerrene...@gmail.com>
Date: Thu, 8 Nov 2012 12:21:03 -0500
Local: Thurs, Nov 8 2012 12:21 pm
Subject: Re: Trying to ru tests of derbyjs

`npm install` in racer should work. Make sure you're in
node_modules/derby/node_modules/racer. The reason is mocha is installed as
a devDependency, not a dependency (package.json) - and those are only
installed when you're directly in that folder running `npm install`.
devDependencies are for when you're actually developing that module, so you
need test modules (mocha & expect.js), compilers (coffeescript), etc.
Derby's Makefile just piggy-backs off Racer's devDependencies - if that's
still giving you hell, you can just replace
"./node_modules/racer/node_modules/mocha/bin/mocha" in Derby's package.json
to "./node_modules/mocha/bin/mocha"

On Thu, Nov 8, 2012 at 7:03 AM, Juzer Ali <er.juzer...@gmail.com> wrote:
> I didn't know racer and derby are so tightly coupled. I did npm install
> in racer, still no luck.

> On Thu, Nov 8, 2012 at 2:11 PM, Carl-Johan Blomqvist <
> carljohan.blomqv...@gmail.com> wrote:

>> Juzer, have you tried running 'npm install' inside your racer folder?

> --
> Regards,
> Juzer Ali
> --
> http://about.me/juzerali


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.