Jump to content

Linux Software on Windows

Hello there, so I've been trying to make a Linux node project work on a windows operating system instead of linux and I've been getting this error message, I've looked it up and asked a few friends and no one has any clue.

 

The error: .node-gyp\10.13.0\x64\node.lib : fatal error LNK1127: library is corrupt

 

This is the error I get after I run the command "npm i"

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, Matthew Hoff said:

Hello there, so I've been trying to make a Linux node project work on a windows operating system instead of linux and I've been getting this error message, I've looked it up and asked a few friends and no one has any clue.

 

The error: .node-gyp\10.13.0\x64\node.lib : fatal error LNK1127: library is corrupt

 

This is the error I get after I run the command "npm i"

Sounds like you should reinstall Node.

Sig under construction.

Link to comment
Share on other sites

Link to post
Share on other sites

Right I'll try that, also I'm getting this message 

Error: `gyp` failed with exit code: 1

Link to comment
Share on other sites

Link to post
Share on other sites

22 minutes ago, Tedster said:

Sounds like you should reinstall Node.

Right I'll try that, also I'm getting this message 

Error: `gyp` failed with exit code: 1

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×