We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 install parse-server --save
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 install parse-community/parse-server.git#master
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.
npm install parse-server --save and npm install parse-community/parse-server.git#master
Parse server should install successfully.
Errors
Server
The text was updated successfully, but these errors were encountered:
See npm current outage: https://status.npmjs.org
Sorry, something went wrong.
No branches or pull requests
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,I even tried,
npm install parse-community/parse-server.git#master
but it's also failing and giving following error: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
Logs/Trace
The text was updated successfully, but these errors were encountered: