upgrading to express 3rc2
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: Angelo Chen <angelochen...@gmail.com>
Date: Sat, 4 Aug 2012 00:11:10 -0700 (PDT)
Local: Sat, Aug 4 2012 3:11 am
Subject: upgrading to express 3rc2
Hi,
my version is:
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.0.0beta2",
then in the project directory, I did a :
npm update
it still 3.0beta2, how to upgrade to the latest version? Thanks,
angelo
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Ryan Schmidt <google-2...@ryandesign.com>
Date: Sat, 4 Aug 2012 02:17:29 -0500
Local: Sat, Aug 4 2012 3:17 am
Subject: Re: [Express-js] upgrading to express 3rc2
On Aug 4, 2012, at 02:11, Angelo Chen <angelochen...@gmail.com> wrote:
> my version is:
> "name": "express",
> "description": "Sinatra inspired web development framework",
> "version": "3.0.0beta2",
> then in the project directory, I did a :
> npm update
> it still 3.0beta2, how to upgrade to the latest version? Thanks,
What does your package.json say about express?
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Angelo Chen <angelochen...@gmail.com>
Date: Sat, 4 Aug 2012 00:34:57 -0700 (PDT)
Local: Sat, Aug 4 2012 3:34 am
Subject: Re: upgrading to express 3rc2
it says : "version": "3.0.0beta2",
I'd like to bring express to the latest version.
On Aug 4, 3:17 pm, Ryan Schmidt <google-2...@ryandesign.com> wrote:
> On Aug 4, 2012, at 02:11, Angelo Chen <angelochen ...@gmail.com> wrote:
> > my version is:
> > "name": "express",
> > "description": "Sinatra inspired web development framework",
> > "version": "3.0.0beta2",
> > then in the project directory, I did a :
> > npm update
> > it still 3.0beta2, how to upgrade to the latest version? Thanks,
> What does your package.json say about express?
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Ryan Schmidt <google-2...@ryandesign.com>
Date: Sat, 4 Aug 2012 03:16:49 -0500
Local: Sat, Aug 4 2012 4:16 am
Subject: Re: [Express-js] Re: upgrading to express 3rc2
On Aug 4, 2012, at 02:34, Angelo Chen <angelochen...@gmail.com> wrote:
> it says : "version": "3.0.0beta2",
> I'd like to bring express to the latest version.
If your package.json says 3.0.0beta2, and you want 3.0.0rc2, then change your package.json so it says 3.0.0rc2 instead of 3.0.0beta2…
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Angelo Chen <angelochen...@gmail.com>
Date: Sat, 4 Aug 2012 01:32:23 -0700 (PDT)
Local: Sat, Aug 4 2012 4:32 am
Subject: Re: upgrading to express 3rc2
that works, thanks.
On Aug 4, 4:16 pm, Ryan Schmidt <google-2...@ryandesign.com> wrote:
> On Aug 4, 2012, at 02:34, Angelo Chen <angelochen ...@gmail.com> wrote:
> > it says : "version": "3.0.0beta2",
> > I'd like to bring express to the latest version.
> If your package.json says 3.0.0beta2, and you want 3.0.0rc2, then change your package.json so it says 3.0.0rc2 instead of 3.0.0beta2…
You must Sign in before you can post messages.
You do not have the permission required to post.
|
|
|