Windows 10: Node-GYP error while installing npm/sharp












0















I'm trying to install an NPM package, Sharp, but get the following error:



> sharp@0.21.3 install C:UsersapixeDocuments!XGeolanode_modulessharp
> (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)

info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.7.0/libvips-8.7.0-win32-x64.tar.gz
ERR! sharp zlib: Cannot read property 'length' of null
info sharp Attempting to build from source via node-gyp but this may fail due to the above error
info sharp Please see https://sharp.pixelplumbing.com/page/install for required dependencies

C:UsersapixeDocuments!XGeolanode_modulessharp>if not defined npm_config_node_gyp (node "C:Program Filesnodejsnode_modulesnpmbinnode-gyp-bin\....node_modulesnode-gypbinnode-gyp.js" rebuild ) else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:UsersapixeDocuments!XGeolanode_modulessharpbuildlibvips-cpp.vcxproj(20,3): error MSB4019: The imported proje
ct "C:Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and th
at the file exists on disk.
gyp ERR! build error
gyp ERR! stack Error: `C:WindowsMicrosoft.NETFrameworkv4.0.30319msbuild.exe` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gyplibbuild.js:258:23)
gyp ERR! stack at emitTwo (events.js:135:13)
gyp ERR! stack at ChildProcess.emit (events.js:224:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:UsersapixeDocuments!XGeolanode_modulessharp
gyp ERR! node -v v9.0.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sharp@0.21.3 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sharp@0.21.3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:UsersapixeAppDataRoamingnpm-cache_logs2019-02-12T22_07_00_879Z-debug.log




Here's the log at C:UsersapixeAppDataRoamingnpm-cache_logs2019-02-12T22_07_00_879Z-debug.log: Hastebin





OS: Windows 10, 64 bit



Node.JS: 9.0.0 (64 bit)



NPM: 5.5.1










share|improve this question























  • For what it's worth. I had the same error message on Ubuntu 16 with node v4. Upgraded to node v11 and it worked.

    – GijsjanB
    Feb 13 at 12:41











  • @GijsjanB Interesting, for me, Node v11 breaks the core of my app, which my be related to the library I work with, not sure though

    – APixel Visuals
    Feb 13 at 13:19
















0















I'm trying to install an NPM package, Sharp, but get the following error:



> sharp@0.21.3 install C:UsersapixeDocuments!XGeolanode_modulessharp
> (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)

info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.7.0/libvips-8.7.0-win32-x64.tar.gz
ERR! sharp zlib: Cannot read property 'length' of null
info sharp Attempting to build from source via node-gyp but this may fail due to the above error
info sharp Please see https://sharp.pixelplumbing.com/page/install for required dependencies

C:UsersapixeDocuments!XGeolanode_modulessharp>if not defined npm_config_node_gyp (node "C:Program Filesnodejsnode_modulesnpmbinnode-gyp-bin\....node_modulesnode-gypbinnode-gyp.js" rebuild ) else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:UsersapixeDocuments!XGeolanode_modulessharpbuildlibvips-cpp.vcxproj(20,3): error MSB4019: The imported proje
ct "C:Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and th
at the file exists on disk.
gyp ERR! build error
gyp ERR! stack Error: `C:WindowsMicrosoft.NETFrameworkv4.0.30319msbuild.exe` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gyplibbuild.js:258:23)
gyp ERR! stack at emitTwo (events.js:135:13)
gyp ERR! stack at ChildProcess.emit (events.js:224:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:UsersapixeDocuments!XGeolanode_modulessharp
gyp ERR! node -v v9.0.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sharp@0.21.3 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sharp@0.21.3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:UsersapixeAppDataRoamingnpm-cache_logs2019-02-12T22_07_00_879Z-debug.log




Here's the log at C:UsersapixeAppDataRoamingnpm-cache_logs2019-02-12T22_07_00_879Z-debug.log: Hastebin





OS: Windows 10, 64 bit



Node.JS: 9.0.0 (64 bit)



NPM: 5.5.1










share|improve this question























  • For what it's worth. I had the same error message on Ubuntu 16 with node v4. Upgraded to node v11 and it worked.

    – GijsjanB
    Feb 13 at 12:41











  • @GijsjanB Interesting, for me, Node v11 breaks the core of my app, which my be related to the library I work with, not sure though

    – APixel Visuals
    Feb 13 at 13:19














0












0








0








I'm trying to install an NPM package, Sharp, but get the following error:



> sharp@0.21.3 install C:UsersapixeDocuments!XGeolanode_modulessharp
> (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)

info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.7.0/libvips-8.7.0-win32-x64.tar.gz
ERR! sharp zlib: Cannot read property 'length' of null
info sharp Attempting to build from source via node-gyp but this may fail due to the above error
info sharp Please see https://sharp.pixelplumbing.com/page/install for required dependencies

C:UsersapixeDocuments!XGeolanode_modulessharp>if not defined npm_config_node_gyp (node "C:Program Filesnodejsnode_modulesnpmbinnode-gyp-bin\....node_modulesnode-gypbinnode-gyp.js" rebuild ) else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:UsersapixeDocuments!XGeolanode_modulessharpbuildlibvips-cpp.vcxproj(20,3): error MSB4019: The imported proje
ct "C:Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and th
at the file exists on disk.
gyp ERR! build error
gyp ERR! stack Error: `C:WindowsMicrosoft.NETFrameworkv4.0.30319msbuild.exe` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gyplibbuild.js:258:23)
gyp ERR! stack at emitTwo (events.js:135:13)
gyp ERR! stack at ChildProcess.emit (events.js:224:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:UsersapixeDocuments!XGeolanode_modulessharp
gyp ERR! node -v v9.0.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sharp@0.21.3 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sharp@0.21.3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:UsersapixeAppDataRoamingnpm-cache_logs2019-02-12T22_07_00_879Z-debug.log




Here's the log at C:UsersapixeAppDataRoamingnpm-cache_logs2019-02-12T22_07_00_879Z-debug.log: Hastebin





OS: Windows 10, 64 bit



Node.JS: 9.0.0 (64 bit)



NPM: 5.5.1










share|improve this question














I'm trying to install an NPM package, Sharp, but get the following error:



> sharp@0.21.3 install C:UsersapixeDocuments!XGeolanode_modulessharp
> (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)

info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.7.0/libvips-8.7.0-win32-x64.tar.gz
ERR! sharp zlib: Cannot read property 'length' of null
info sharp Attempting to build from source via node-gyp but this may fail due to the above error
info sharp Please see https://sharp.pixelplumbing.com/page/install for required dependencies

C:UsersapixeDocuments!XGeolanode_modulessharp>if not defined npm_config_node_gyp (node "C:Program Filesnodejsnode_modulesnpmbinnode-gyp-bin\....node_modulesnode-gypbinnode-gyp.js" rebuild ) else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:UsersapixeDocuments!XGeolanode_modulessharpbuildlibvips-cpp.vcxproj(20,3): error MSB4019: The imported proje
ct "C:Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and th
at the file exists on disk.
gyp ERR! build error
gyp ERR! stack Error: `C:WindowsMicrosoft.NETFrameworkv4.0.30319msbuild.exe` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gyplibbuild.js:258:23)
gyp ERR! stack at emitTwo (events.js:135:13)
gyp ERR! stack at ChildProcess.emit (events.js:224:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:UsersapixeDocuments!XGeolanode_modulessharp
gyp ERR! node -v v9.0.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sharp@0.21.3 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sharp@0.21.3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:UsersapixeAppDataRoamingnpm-cache_logs2019-02-12T22_07_00_879Z-debug.log




Here's the log at C:UsersapixeAppDataRoamingnpm-cache_logs2019-02-12T22_07_00_879Z-debug.log: Hastebin





OS: Windows 10, 64 bit



Node.JS: 9.0.0 (64 bit)



NPM: 5.5.1







windows-10 node.js






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 12 at 22:20









APixel VisualsAPixel Visuals

1012




1012













  • For what it's worth. I had the same error message on Ubuntu 16 with node v4. Upgraded to node v11 and it worked.

    – GijsjanB
    Feb 13 at 12:41











  • @GijsjanB Interesting, for me, Node v11 breaks the core of my app, which my be related to the library I work with, not sure though

    – APixel Visuals
    Feb 13 at 13:19



















  • For what it's worth. I had the same error message on Ubuntu 16 with node v4. Upgraded to node v11 and it worked.

    – GijsjanB
    Feb 13 at 12:41











  • @GijsjanB Interesting, for me, Node v11 breaks the core of my app, which my be related to the library I work with, not sure though

    – APixel Visuals
    Feb 13 at 13:19

















For what it's worth. I had the same error message on Ubuntu 16 with node v4. Upgraded to node v11 and it worked.

– GijsjanB
Feb 13 at 12:41





For what it's worth. I had the same error message on Ubuntu 16 with node v4. Upgraded to node v11 and it worked.

– GijsjanB
Feb 13 at 12:41













@GijsjanB Interesting, for me, Node v11 breaks the core of my app, which my be related to the library I work with, not sure though

– APixel Visuals
Feb 13 at 13:19





@GijsjanB Interesting, for me, Node v11 breaks the core of my app, which my be related to the library I work with, not sure though

– APixel Visuals
Feb 13 at 13:19










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1405037%2fwindows-10-node-gyp-error-while-installing-npm-sharp%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
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • 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%2fsuperuser.com%2fquestions%2f1405037%2fwindows-10-node-gyp-error-while-installing-npm-sharp%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

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕