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;








1















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.
enter image description here



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









share|improve this question






























    1















    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.
    enter image description here



    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









    share|improve this question


























      1












      1








      1








      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.
      enter image description here



      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









      share|improve this question
















      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.
      enter image description here



      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      N0rbert

      25.2k853118




      25.2k853118










      asked 2 days ago









      NinjaNinja

      10912




      10912




















          1 Answer
          1






          active

          oldest

          votes


















          1














          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.






          share|improve this answer























          • 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











          • 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











          • You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?

            – N0rbert
            2 days ago












          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
          );



          );













          draft saved

          draft discarded


















          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









          1














          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.






          share|improve this answer























          • 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











          • 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











          • You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?

            – N0rbert
            2 days ago
















          1














          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.






          share|improve this answer























          • 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











          • 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











          • You are compiling thing from here github.com/DivanteLtd/vue-storefront-api ? Are you using Docker?

            – N0rbert
            2 days ago














          1












          1








          1







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 days ago









          N0rbertN0rbert

          25.2k853118




          25.2k853118












          • 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











          • 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











          • 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











          • 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











          • 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

















          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


















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

          How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

          Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü