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

Unable to build and run #16

Open
prem911 opened this issue Jun 3, 2014 · 4 comments
Open

Unable to build and run #16

prem911 opened this issue Jun 3, 2014 · 4 comments

Comments

@prem911
Copy link

prem911 commented Jun 3, 2014

npm install is throwing lot of errors.
I have visual studio 2008 and .net framework 3.5, yet the installation is not completing.
Any help?

@btply
Copy link
Owner

btply commented Jun 3, 2014

I'm hoping to post the latest version soon with new features and an updated package.json, please check back in a couple of days.

@Kinnardian
Copy link

Probably express 4

All the best,
Kinnard Hockenhull
Founder + CEO,
BitBox http://inbitbox.com


Electronic Mail is not secure, may not be read every day, and should not be
used for urgent or sensitive issues

On Tue, Jun 3, 2014 at 6:50 AM, Billy Topley notifications@github.com
wrote:

I'm hoping to post the latest version soon with new features and an
updated package.json, please check back in a couple of days.


Reply to this email directly or view it on GitHub
#16 (comment).

@antoniodimariano
Copy link

It could be an express version 4 issue. Try to use some previous version .
"dependencies": {
"express": "^3.5.1",
.....
}

@prem911
Copy link
Author

prem911 commented Jun 4, 2014

I get these errors

bson@0.2.5 install
C:\Work\nodejs\nodeshop-master\node_modules\connect-mongo\n
ode_modules\mongodb\node_modules\bson
(node-gyp rebuild 2> builderror.log) || (exit 0)

C:\Work\nodejs\nodeshop-master\node_modules\connect-mongo\node_modules\mongodb\n
ode_modules\bson>node
"C:\Work\nodejs\node_modules\npm\bin\node-gyp-bin....\n
ode_modules\node-gyp\bin\node-gyp.js" rebuild
VCBUILD : error : project file
'C:\Work\nodejs\nodeshop-master\node_modules\con
nect-mongo\node_modules\mongodb\node_modules\bson\build\bson.vcproj' was
not fo
und or not a valid project file.

kerberos@0.0.3 install
C:\Work\nodejs\nodeshop-master\node_modules\mongoose\no
de_modules\mongodb\node_modules\kerberos
(node-gyp rebuild 2> builderror.log) || (exit 0)

C:\Work\nodejs\nodeshop-master\node_modules\mongoose\node_modules\mongodb\node_m
odules\kerberos>node
"C:\Work\nodejs\node_modules\npm\bin\node-gyp-bin....\no
de_modules\node-gyp\bin\node-gyp.js" rebuild
VCBUILD : error Message:
VCBUILD : System error : -2147154687.

bson@0.2.8 install
C:\Work\nodejs\nodeshop-master\node_modules\mongoose\node_m
odules\mongodb\node_modules\bson
(node-gyp rebuild 2> builderror.log) || (exit 0)

C:\Work\nodejs\nodeshop-master\node_modules\mongoose\node_modules\mongodb\node_m
odules\bson>node
"C:\Work\nodejs\node_modules\npm\bin\node-gyp-bin....\node_m
odules\node-gyp\bin\node-gyp.js" rebuild
VCBUILD : error : project file
'C:\Work\nodejs\nodeshop-master\node_modules\mon
goose\node_modules\mongodb\node_modules\bson\build\bson.vcproj' was not
found o
r not a valid project file.

I have Visual Studio 2008 express and .net 3.5 too. Its trying to build
some Visual C project.

On Wed, Jun 4, 2014 at 1:32 AM, Antonio Di Mariano <notifications@github.com

wrote:

It could be an express version 4 issue. Try to use a fixed version .
"dependencies": {
"express": "^3.5.1",
.....
}


Reply to this email directly or view it on GitHub
#16 (comment).

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

4 participants