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

npm install parse-server not working! #5067

Closed
thobhanifreddy opened this issue Sep 20, 2018 · 1 comment
Closed

npm install parse-server not working! #5067

thobhanifreddy opened this issue Sep 20, 2018 · 1 comment

Comments

@thobhanifreddy
Copy link

thobhanifreddy commented Sep 20, 2018

Issue Description

I am trying to install parser sever in my express app, but it's failing with error.

When I run npm install parse-server --save, after few minutes it gives me following error,

npm ERR! code E500

npm ERR! 500 Internal Server Error: @parse/s3-files-adapter@1.2.1

I even tried, npm install parse-community/parse-server.git#master but it's also failing and giving following error:

npm ERR! prepareGitDep npm ERR! code E500
npm ERR! prepareGitDep npm ERR! 500 Internal Server Error: @parse/minami@1.0.0
npm ERR! prepareGitDep 
npm ERR! prepareGitDep npm ERR! A complete log of this run can be found in:
npm ERR! prepareGitDep npm ERR!     /Users/freddythobhani/.npm/_logs/2018-09-19T23_47_01_321Z-debug.log
npm ERR! prepareGitDep 
npm ERR! code ENOPACKAGEJSON
npm ERR! package.json Non-registry package missing package.json: github:parse-community/parse-server#master.
npm ERR! package.json npm can't find a package.json file in your current directory.

Steps to reproduce

npm install parse-server --save
and
npm install parse-community/parse-server.git#master

Expected Results

Parse server should install successfully.

Actual Outcome

Errors

Environment Setup

  • Server

    • Operating System: macOS High Sierra 10.13.6
    • node version: 8.9.0
    • npm version: 6.4.1

Logs/Trace

@flovilmart
Copy link
Contributor

See npm current outage: https://status.npmjs.org

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