Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing the unstable version mongoose (master) with npm #2011

Closed
noducks opened this issue Apr 8, 2014 · 0 comments
Closed

Problem installing the unstable version mongoose (master) with npm #2011

noducks opened this issue Apr 8, 2014 · 0 comments

Comments

@noducks
Copy link

noducks commented Apr 8, 2014

Was hoping to install the unstable version of mongoose to get the recently added text search score sorting feature.

Usually I would use something like this:

npm install https://github.com/LearnBoost/mongoose.git

but the url this points to redirects to the mongoose github webpage.

<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>

Then I tried the method in the mongoose docs for installing the unstable version. https://github.com/LearnBoost/mongoose/wiki/Development-(unstable)-branch-details

npm install mongoose@unstable

But I get a list of the versions up till "3.8.8" which doesn't include all the changes that master has. I can just clone it and copy it in to my project, was just interested to know what the npm recommended way to install "master" is? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants