Getting Error while “compser install” in laravel project
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am new to laravel and i am stuck into the error from last few days, I had cloned laravel project from gitlab and want to run this on localhost i have php7.2, laravel 5.3,ubuntu 18.10 but when i tried to run "composer install" on terminal inside project directory i.e /var/www/html/project_name/ it generates an error while installation.
priyanka@desktop:/var/www/html/project_name$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 89 installs, 0 updates, 0 removals
- Installing aspose/cloud-sdk-php (1.1.1): Downloading (0%) Failed to download aspose/cloud-sdk-php from dist: The "https://codeload.github.com/asposeforcloud/Aspose_Cloud_SDK_For_PHP/legacy.zip/abf381316d109316f995d6a9f2c46d83357dd5a8" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
Installing aspose/cloud-sdk-php (1.1.1): Cloning abf381316d from cache
abf381316d109316f995d6a9f2c46d83357dd5a8 is gone (history was rewritten?)
[RuntimeException]
Failed to execute git checkout 'abf381316d109316f995d6a9f2c46d83357dd5a8' -
&& git reset --hard 'abf381316d109316f995d6a9f2c46d83357dd5a8' --
fatal: reference is not a tree: abf381316d109316f995d6a9f2c46d83357dd5a8
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] ...
I've tried the following solutions which i found from different sites
- composer update
- composer update --no-scripts
- composer install --no-scripts
- sudo apt install zip unzip php7.2-zip
- composer dump-autoload
enter image description here
laravel-5.3 ubuntu-18.04 php-7.2
|
show 5 more comments
I am new to laravel and i am stuck into the error from last few days, I had cloned laravel project from gitlab and want to run this on localhost i have php7.2, laravel 5.3,ubuntu 18.10 but when i tried to run "composer install" on terminal inside project directory i.e /var/www/html/project_name/ it generates an error while installation.
priyanka@desktop:/var/www/html/project_name$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 89 installs, 0 updates, 0 removals
- Installing aspose/cloud-sdk-php (1.1.1): Downloading (0%) Failed to download aspose/cloud-sdk-php from dist: The "https://codeload.github.com/asposeforcloud/Aspose_Cloud_SDK_For_PHP/legacy.zip/abf381316d109316f995d6a9f2c46d83357dd5a8" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
Installing aspose/cloud-sdk-php (1.1.1): Cloning abf381316d from cache
abf381316d109316f995d6a9f2c46d83357dd5a8 is gone (history was rewritten?)
[RuntimeException]
Failed to execute git checkout 'abf381316d109316f995d6a9f2c46d83357dd5a8' -
&& git reset --hard 'abf381316d109316f995d6a9f2c46d83357dd5a8' --
fatal: reference is not a tree: abf381316d109316f995d6a9f2c46d83357dd5a8
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] ...
I've tried the following solutions which i found from different sites
- composer update
- composer update --no-scripts
- composer install --no-scripts
- sudo apt install zip unzip php7.2-zip
- composer dump-autoload
enter image description here
laravel-5.3 ubuntu-18.04 php-7.2
try by doing "composer clear-cache" first.
– Deepanshu Goyal
Jan 3 at 7:37
Sir, also tried this but getting same error again.
– Priyanka Mehra
Jan 3 at 7:54
Please provide the text of error you are getting
– Deepanshu Goyal
Jan 7 at 10:27
Problem 1 - Installation request for aspose/cloud-laravel dev-master -> satisfiable by aspose/cloud-laravel[dev-master]. - aspose/cloud-laravel dev-master requires aspose/cloud-sdk-php ~1.1 -> no matching package found.
– Priyanka Mehra
Jan 7 at 10:31
I've used this command "composer require aspose/cloud-laravel " and get the above error
– Priyanka Mehra
Jan 7 at 10:32
|
show 5 more comments
I am new to laravel and i am stuck into the error from last few days, I had cloned laravel project from gitlab and want to run this on localhost i have php7.2, laravel 5.3,ubuntu 18.10 but when i tried to run "composer install" on terminal inside project directory i.e /var/www/html/project_name/ it generates an error while installation.
priyanka@desktop:/var/www/html/project_name$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 89 installs, 0 updates, 0 removals
- Installing aspose/cloud-sdk-php (1.1.1): Downloading (0%) Failed to download aspose/cloud-sdk-php from dist: The "https://codeload.github.com/asposeforcloud/Aspose_Cloud_SDK_For_PHP/legacy.zip/abf381316d109316f995d6a9f2c46d83357dd5a8" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
Installing aspose/cloud-sdk-php (1.1.1): Cloning abf381316d from cache
abf381316d109316f995d6a9f2c46d83357dd5a8 is gone (history was rewritten?)
[RuntimeException]
Failed to execute git checkout 'abf381316d109316f995d6a9f2c46d83357dd5a8' -
&& git reset --hard 'abf381316d109316f995d6a9f2c46d83357dd5a8' --
fatal: reference is not a tree: abf381316d109316f995d6a9f2c46d83357dd5a8
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] ...
I've tried the following solutions which i found from different sites
- composer update
- composer update --no-scripts
- composer install --no-scripts
- sudo apt install zip unzip php7.2-zip
- composer dump-autoload
enter image description here
laravel-5.3 ubuntu-18.04 php-7.2
I am new to laravel and i am stuck into the error from last few days, I had cloned laravel project from gitlab and want to run this on localhost i have php7.2, laravel 5.3,ubuntu 18.10 but when i tried to run "composer install" on terminal inside project directory i.e /var/www/html/project_name/ it generates an error while installation.
priyanka@desktop:/var/www/html/project_name$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 89 installs, 0 updates, 0 removals
- Installing aspose/cloud-sdk-php (1.1.1): Downloading (0%) Failed to download aspose/cloud-sdk-php from dist: The "https://codeload.github.com/asposeforcloud/Aspose_Cloud_SDK_For_PHP/legacy.zip/abf381316d109316f995d6a9f2c46d83357dd5a8" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
Installing aspose/cloud-sdk-php (1.1.1): Cloning abf381316d from cache
abf381316d109316f995d6a9f2c46d83357dd5a8 is gone (history was rewritten?)
[RuntimeException]
Failed to execute git checkout 'abf381316d109316f995d6a9f2c46d83357dd5a8' -
&& git reset --hard 'abf381316d109316f995d6a9f2c46d83357dd5a8' --
fatal: reference is not a tree: abf381316d109316f995d6a9f2c46d83357dd5a8
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] ...
I've tried the following solutions which i found from different sites
- composer update
- composer update --no-scripts
- composer install --no-scripts
- sudo apt install zip unzip php7.2-zip
- composer dump-autoload
enter image description here
laravel-5.3 ubuntu-18.04 php-7.2
laravel-5.3 ubuntu-18.04 php-7.2
edited Jan 3 at 5:23
Priyanka Mehra
asked Jan 3 at 5:16
Priyanka MehraPriyanka Mehra
23
23
try by doing "composer clear-cache" first.
– Deepanshu Goyal
Jan 3 at 7:37
Sir, also tried this but getting same error again.
– Priyanka Mehra
Jan 3 at 7:54
Please provide the text of error you are getting
– Deepanshu Goyal
Jan 7 at 10:27
Problem 1 - Installation request for aspose/cloud-laravel dev-master -> satisfiable by aspose/cloud-laravel[dev-master]. - aspose/cloud-laravel dev-master requires aspose/cloud-sdk-php ~1.1 -> no matching package found.
– Priyanka Mehra
Jan 7 at 10:31
I've used this command "composer require aspose/cloud-laravel " and get the above error
– Priyanka Mehra
Jan 7 at 10:32
|
show 5 more comments
try by doing "composer clear-cache" first.
– Deepanshu Goyal
Jan 3 at 7:37
Sir, also tried this but getting same error again.
– Priyanka Mehra
Jan 3 at 7:54
Please provide the text of error you are getting
– Deepanshu Goyal
Jan 7 at 10:27
Problem 1 - Installation request for aspose/cloud-laravel dev-master -> satisfiable by aspose/cloud-laravel[dev-master]. - aspose/cloud-laravel dev-master requires aspose/cloud-sdk-php ~1.1 -> no matching package found.
– Priyanka Mehra
Jan 7 at 10:31
I've used this command "composer require aspose/cloud-laravel " and get the above error
– Priyanka Mehra
Jan 7 at 10:32
try by doing "composer clear-cache" first.
– Deepanshu Goyal
Jan 3 at 7:37
try by doing "composer clear-cache" first.
– Deepanshu Goyal
Jan 3 at 7:37
Sir, also tried this but getting same error again.
– Priyanka Mehra
Jan 3 at 7:54
Sir, also tried this but getting same error again.
– Priyanka Mehra
Jan 3 at 7:54
Please provide the text of error you are getting
– Deepanshu Goyal
Jan 7 at 10:27
Please provide the text of error you are getting
– Deepanshu Goyal
Jan 7 at 10:27
Problem 1 - Installation request for aspose/cloud-laravel dev-master -> satisfiable by aspose/cloud-laravel[dev-master]. - aspose/cloud-laravel dev-master requires aspose/cloud-sdk-php ~1.1 -> no matching package found.
– Priyanka Mehra
Jan 7 at 10:31
Problem 1 - Installation request for aspose/cloud-laravel dev-master -> satisfiable by aspose/cloud-laravel[dev-master]. - aspose/cloud-laravel dev-master requires aspose/cloud-sdk-php ~1.1 -> no matching package found.
– Priyanka Mehra
Jan 7 at 10:31
I've used this command "composer require aspose/cloud-laravel " and get the above error
– Priyanka Mehra
Jan 7 at 10:32
I've used this command "composer require aspose/cloud-laravel " and get the above error
– Priyanka Mehra
Jan 7 at 10:32
|
show 5 more comments
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54016709%2fgetting-error-while-compser-install-in-laravel-project%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54016709%2fgetting-error-while-compser-install-in-laravel-project%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
try by doing "composer clear-cache" first.
– Deepanshu Goyal
Jan 3 at 7:37
Sir, also tried this but getting same error again.
– Priyanka Mehra
Jan 3 at 7:54
Please provide the text of error you are getting
– Deepanshu Goyal
Jan 7 at 10:27
Problem 1 - Installation request for aspose/cloud-laravel dev-master -> satisfiable by aspose/cloud-laravel[dev-master]. - aspose/cloud-laravel dev-master requires aspose/cloud-sdk-php ~1.1 -> no matching package found.
– Priyanka Mehra
Jan 7 at 10:31
I've used this command "composer require aspose/cloud-laravel " and get the above error
– Priyanka Mehra
Jan 7 at 10:32