Installing npm package is having and issue related with sharp node modules The 2019 Stack Overflow Developer Survey Results Are InNVM Command Not FoundProblem with Node.js installationnpm unresponsive after nodejs install on fresh Ubuntu 12.04.5Error with Node and GulpGetting read only file errors when using npn install jade for a node js projectUnable to get NPM to work on Ubuntu 16.04How to run Angular 2 apps with Node on Ubuntu?Installed node 9.0 but not npmError when updating npm : missing node-gyp moduleProblem with wikit, a command line tool to search wikipedia on linux
The difference between dialogue marks
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
What is the most effective way of iterating a std::vector and why?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
How to deal with fear of taking dependencies
Time travel alters history but people keep saying nothing's changed
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Why not take a picture of a closer black hole?
Is there a symbol for a right arrow with a square in the middle?
How to support a colleague who finds meetings extremely tiring?
When should I buy a clipper card after flying to OAK?
Does the shape of a die affect the probability of a number being rolled?
What is the accessibility of a package's `Private` context variables?
Why can Shazam fly?
What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?
What do hard-Brexiteers want with respect to the Irish border?
Shouldn't "much" here be used instead of "more"?
How to notate time signature switching consistently every measure
Is bread bad for ducks?
A poker game description that does not feel gimmicky
Write faster on AT24C32
"as much details as you can remember"
Origin of "cooter" meaning "vagina"
FPGA - DIY Programming
Installing npm package is having and issue related with sharp node modules
The 2019 Stack Overflow Developer Survey Results Are InNVM Command Not FoundProblem with Node.js installationnpm unresponsive after nodejs install on fresh Ubuntu 12.04.5Error with Node and GulpGetting read only file errors when using npn install jade for a node js projectUnable to get NPM to work on Ubuntu 16.04How to run Angular 2 apps with Node on Ubuntu?Installed node 9.0 but not npmError when updating npm : missing node-gyp moduleProblem with wikit, a command line tool to search wikipedia on linux
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to install a GitHub repo in my ubuntu(18.04) machine. Try to run the command npm install but it never succeeded and hung up with an error.
Followed guide for vue-storefront-api:
git clone https://github.com/DivanteLtd/vue-storefront-api.git vue-storefront-api
cd vue-storefront-api
npm install
docker-compose up
nodejs npm
add a comment |
I am trying to install a GitHub repo in my ubuntu(18.04) machine. Try to run the command npm install but it never succeeded and hung up with an error.
Followed guide for vue-storefront-api:
git clone https://github.com/DivanteLtd/vue-storefront-api.git vue-storefront-api
cd vue-storefront-api
npm install
docker-compose up
nodejs npm
add a comment |
I am trying to install a GitHub repo in my ubuntu(18.04) machine. Try to run the command npm install but it never succeeded and hung up with an error.
Followed guide for vue-storefront-api:
git clone https://github.com/DivanteLtd/vue-storefront-api.git vue-storefront-api
cd vue-storefront-api
npm install
docker-compose up
nodejs npm
I am trying to install a GitHub repo in my ubuntu(18.04) machine. Try to run the command npm install but it never succeeded and hung up with an error.
Followed guide for vue-storefront-api:
git clone https://github.com/DivanteLtd/vue-storefront-api.git vue-storefront-api
cd vue-storefront-api
npm install
docker-compose up
nodejs npm
nodejs npm
edited 2 days ago
N0rbert
25.2k853118
25.2k853118
asked 2 days ago
NinjaNinja
10912
10912
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The needed file glib-object.h is located in libglib2.0-dev package (see search results from packages.ubuntu.com).
Install it with
sudo apt-get install libglib2.0-dev
and then proceed.
Thanks for your answer. I installedlibglib2.0-devbut facing the same issue again. Do I have to set some environment path or is there any other way?
– Ninja
2 days ago
Usually it is not needed. What software are you trying to compile?
– N0rbert
2 days ago
I am trying to installvue-storefront-apiand its having me an issue.
– Ninja
2 days ago
locate glib-object.h | grep usrresults/usr/include/glib-2.0/glib-object.hthough
– Ninja
2 days ago
You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?
– N0rbert
2 days ago
|
show 2 more comments
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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%2faskubuntu.com%2fquestions%2f1132149%2finstalling-npm-package-is-having-and-issue-related-with-sharp-node-modules%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The needed file glib-object.h is located in libglib2.0-dev package (see search results from packages.ubuntu.com).
Install it with
sudo apt-get install libglib2.0-dev
and then proceed.
Thanks for your answer. I installedlibglib2.0-devbut facing the same issue again. Do I have to set some environment path or is there any other way?
– Ninja
2 days ago
Usually it is not needed. What software are you trying to compile?
– N0rbert
2 days ago
I am trying to installvue-storefront-apiand its having me an issue.
– Ninja
2 days ago
locate glib-object.h | grep usrresults/usr/include/glib-2.0/glib-object.hthough
– Ninja
2 days ago
You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?
– N0rbert
2 days ago
|
show 2 more comments
The needed file glib-object.h is located in libglib2.0-dev package (see search results from packages.ubuntu.com).
Install it with
sudo apt-get install libglib2.0-dev
and then proceed.
Thanks for your answer. I installedlibglib2.0-devbut facing the same issue again. Do I have to set some environment path or is there any other way?
– Ninja
2 days ago
Usually it is not needed. What software are you trying to compile?
– N0rbert
2 days ago
I am trying to installvue-storefront-apiand its having me an issue.
– Ninja
2 days ago
locate glib-object.h | grep usrresults/usr/include/glib-2.0/glib-object.hthough
– Ninja
2 days ago
You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?
– N0rbert
2 days ago
|
show 2 more comments
The needed file glib-object.h is located in libglib2.0-dev package (see search results from packages.ubuntu.com).
Install it with
sudo apt-get install libglib2.0-dev
and then proceed.
The needed file glib-object.h is located in libglib2.0-dev package (see search results from packages.ubuntu.com).
Install it with
sudo apt-get install libglib2.0-dev
and then proceed.
answered 2 days ago
N0rbertN0rbert
25.2k853118
25.2k853118
Thanks for your answer. I installedlibglib2.0-devbut facing the same issue again. Do I have to set some environment path or is there any other way?
– Ninja
2 days ago
Usually it is not needed. What software are you trying to compile?
– N0rbert
2 days ago
I am trying to installvue-storefront-apiand its having me an issue.
– Ninja
2 days ago
locate glib-object.h | grep usrresults/usr/include/glib-2.0/glib-object.hthough
– Ninja
2 days ago
You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?
– N0rbert
2 days ago
|
show 2 more comments
Thanks for your answer. I installedlibglib2.0-devbut facing the same issue again. Do I have to set some environment path or is there any other way?
– Ninja
2 days ago
Usually it is not needed. What software are you trying to compile?
– N0rbert
2 days ago
I am trying to installvue-storefront-apiand its having me an issue.
– Ninja
2 days ago
locate glib-object.h | grep usrresults/usr/include/glib-2.0/glib-object.hthough
– Ninja
2 days ago
You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?
– N0rbert
2 days ago
Thanks for your answer. I installed
libglib2.0-dev but facing the same issue again. Do I have to set some environment path or is there any other way?– Ninja
2 days ago
Thanks for your answer. I installed
libglib2.0-dev but facing the same issue again. Do I have to set some environment path or is there any other way?– Ninja
2 days ago
Usually it is not needed. What software are you trying to compile?
– N0rbert
2 days ago
Usually it is not needed. What software are you trying to compile?
– N0rbert
2 days ago
I am trying to install
vue-storefront-api and its having me an issue.– Ninja
2 days ago
I am trying to install
vue-storefront-api and its having me an issue.– Ninja
2 days ago
locate glib-object.h | grep usr results /usr/include/glib-2.0/glib-object.h though– Ninja
2 days ago
locate glib-object.h | grep usr results /usr/include/glib-2.0/glib-object.h though– Ninja
2 days ago
You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?
– N0rbert
2 days ago
You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?
– N0rbert
2 days ago
|
show 2 more comments
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1132149%2finstalling-npm-package-is-having-and-issue-related-with-sharp-node-modules%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