Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install fails on windows #3

Open
gabrielgiordan opened this issue Feb 7, 2016 · 5 comments
Open

npm install fails on windows #3

gabrielgiordan opened this issue Feb 7, 2016 · 5 comments

Comments

@gabrielgiordan
Copy link

..\src\mmap.cc(7): fatal error C1083: Cannot open include file: 'sys/mman.h': No such f
ile or directory [C:\Users\...\node_modules\mmap.js\build\mmap.vcxpro
j]

I'm using the last version of node and npm on a Windows 10 machine

@indutny
Copy link
Owner

indutny commented Feb 7, 2016

Sorry, but there is no Windows support right now. If you are interested in helping with this, I can give lots of hints and links on this ;)

@dimichgh
Copy link

dimichgh commented May 9, 2016

I am trying to port this module to windows (https://github.com/dimichgh/mmap.js), but hit this problem: nodejs/node#6369

@lucari93
Copy link

The nodejs issue is solved. I've created a version working also on Windows (thanks also to @dimichgh answer and fork) on my fork: https://github.com/lucari93/mmap.js .
Are you interested in a pull request?

@indutny
Copy link
Owner

indutny commented Nov 17, 2017

@lucari93 absolutely!

@lucari93
Copy link

Ok! I've done the pull request: #10
Let me know when you update the package also on npm.
Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants