Skip to content

Error while updating parse server to 2.3.1 #3310

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

Closed
manishsangwan opened this issue Jan 3, 2017 · 3 comments
Closed

Error while updating parse server to 2.3.1 #3310

manishsangwan opened this issue Jan 3, 2017 · 3 comments

Comments

@manishsangwan
Copy link

I am moving from version 2.2.24 to 2.3.1 I get following error while updating. i get node-pre-gyp ERR

npm WARN deprecated [email protected]: Please use 2.2.16 or higher due to a regression in updateOne/Many upsertedId return value

> [email protected] install /opt/upkeep/node_modules/bcrypt
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download: https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.1/bcrypt_lib-v1.0.1-node-v48-linux-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v48 ABI) (falling back to source compile with node-gyp) 
make: Entering directory `/opt/upkeep/node_modules/bcrypt/build'
  CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
  CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
  CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
  SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
  COPY Release/bcrypt_lib.node
  COPY /opt/upkeep/node_modules/bcrypt/lib/binding/bcrypt_lib.node
  TOUCH Release/obj.target/action_after_build.stamp
make: Leaving directory `/opt/upkeep/node_modules/bcrypt/build'
- [email protected] node_modules/pkginfo

I am using amazon ec2 instance with ubuntu 14.04 os. node version is 6.2.2
What is cause of these errors? Do i need to install some system package manually. How can i remove these warnings and errors?

@bohemima
Copy link
Contributor

bohemima commented Jan 3, 2017

(falling back to source compile with node-gyp)

Everything should run as normal, bcrypt was compiled successfully according to the log.

@jeveloper
Copy link
Contributor

Ideally mongoDb lib should get an update, it has issues with NodeJS 5,6,7

@hramos
Copy link
Contributor

hramos commented Feb 10, 2017

Hey, thanks for reporting this issue.

Can you please add all the info specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.

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