Skip to content

Installation fail because of lwip@0.0.9 error. #187

Description

OS: Windows 7 64bits
Node Ver: 6.2.2
npm ver: 3.9.5

When I try to install/build YLT it fails because of:

npm ERR! lwip@0.0.9 install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lwip@0.0.9 install script 'node-gyp rebuild'.

Tried to install only lwip package but it fails with the same error.
I checked for something similar in lwip repo and turned out there is such kind of an issue.
https://github.com/EyalAr/lwip

After more verbose and detailed observation there is this error:

"...\node_modules\lwip\build\lwip_decoder.vcxproj" (default target) (2) ->
(Desktop_PlatformPrepareForBuild target) ->
C:\Program Files x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [..\node_modules\lwip\build\lwip_decoder.vcxproj]

The supported version of the OS for this SDK are Win 8.1 , Win 10 , Win 2012. I get error when I try to install it under Win 7. Investigating the log but nothing so far. I'm using company laptop but in general we have admin rights. Still not sure if permission problem or platform one.

Anyone had the same issue?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions