question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Something went wrong installing the "sharp" module

See original GitHub issue

I cant’t launch Gatsby on my new project _Something went wrong installing the “sharp” module

The specified procedure could not be found. \?\Q:\Work\www\ramen-contentful\node_modules\gatsby-plugin-manifest\node_modules\sharp\build\Release\sharp.node

I tried to delete my node module folder and reinstall, tried to install globally, tried to rebuild etc…

Have you ensured the platform and version of Node.js used for npm install is the same as the platform and version of Node.js used at runtime? Yes

If you’re (mis)using sudo npm install have you tried with the sudo npm install --unsafe-perm flag? yes

What is the complete output of running npm install --verbose sharp? Have you checked this output for useful error messages? No errors, only when i launch gatsby develop

What is the output of running npx envinfo --binaries --languages --system --utilities? System: OS: Windows 10 CPU: (4) x64 Intel® Core™ i5-4670K CPU @ 3.40GHz Memory: 3.68 GB / 11.94 GB Binaries: Node: 10.16.3 - H:\Programmes\nodjs\node.EXE Yarn: 1.17.3 - H:\Programmes\yarn\bin\yarn.CMD npm: 6.11.2 - C:\Users****\AppData\Roaming\npm\npm.CMD Languages: Bash: 4.4.12 - H:\Programmes\Git\bin\bash.EXE PHP: 7.1.9 - E:\Work\wamp64\bin\php\php7.1.9\php.EXE Ruby: 2.4.2 - H:\Programmes\Ruby24-x64\bin\ruby.EXE

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

16reactions
ptrkvskycommented, Sep 3, 2019

i finally found a way to manage this…

From the documentation. Trouble Shooting part : https://www.gatsbyjs.org/packages/gatsby-transformer-sharp/

npm install gatsby-plugin-sharp gatsby-plugin-manifest gatsby-remark-images-contentful gatsby-source-contentful gatsby-transformer-sharp gatsby-transformer-sqip

0reactions
lovellcommented, Feb 26, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Something went wrong installing the "sharp" module #24559
Had node 8 installed when I first noticed the error. Upgraded to 12, cleared npm cache npm cache clear and gatsby cache gatsby...
Read more >
10 Answers - 10 - Stack Overflow
Something went wrong installing the "sharp " module Cannot find module '../build/Release/sharp.node'. How can I fix this problem? react-native ...
Read more >
Something went wrong installing the "sharp" module (fix)
I was using Node version v14. 14.0 when I got the sharp module error and downgraded to several earlier versions without luck. Then...
Read more >
To reproduce - The freeCodeCamp Forum
Something went wrong installing the "sharp " module Cannot find module '../build/Release/sharp-linux-x64.node' on Ubuntu.
Read more >
Something went wrong installing the "sharp" module - Questions
Hi everyone, I always get the error below when I install framework7. I am using nodejs version v14.15.0. Here is the error I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found