You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im currently seeing if I can use this module in my project, so I am going to run the tests and try some stuff out. While installing, I saw this error message:
> [email protected] install E:\cloud.ingwie.io\Work\Git\worker.js\node_modules\shmmap
> node-gyp rebuild
E:\cloud.ingwie.io\Work\Git\worker.js\node_modules\shmmap>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Die Projekte in dieser Projektmappe werden nacheinander erstellt. Um eine parallele Erstellung zu ermöglichen, müssen Sie den Schalter "-m" hinzufügen.
memory.cpp
win_delay_load_hook.cc
E:\cloud.ingwie.io\Work\Git\worker.js\node_modules\shmmap\src\memory.cpp(6,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "sys/mman.h": No such file or directory [E:\cloud.ingwie.io\Work\
Git\worker.js\node_modules\shmmap\build\shmmap.vcxproj]
Sorry for all the german ^^; But essentially, the error stems from building [email protected] where the following compile error occurs: "sys/mman.h": No such file or directory . Now, I know this is not related to this project directly, but maybe something you'd want to take a look at if it effectively breaks the dependency or not.
Kind regards,
Ingwie
The text was updated successfully, but these errors were encountered:
Im currently seeing if I can use this module in my project, so I am going to run the tests and try some stuff out. While installing, I saw this error message:
Sorry for all the german ^^; But essentially, the error stems from building
[email protected]
where the following compile error occurs:"sys/mman.h": No such file or directory
. Now, I know this is not related to this project directly, but maybe something you'd want to take a look at if it effectively breaks the dependency or not.Kind regards,
Ingwie
The text was updated successfully, but these errors were encountered: