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

Error installing #104

Open
cowlicks opened this issue Aug 17, 2020 · 3 comments
Open

Error installing #104

cowlicks opened this issue Aug 17, 2020 · 3 comments

Comments

@cowlicks
Copy link

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported

> llvm-node@2.1.0 install /home/my-name/git/tmp/node_modules/llvm-node
> cmake-js compile

info TOOL Using Unix Makefiles generator.
info CMD CONFIGURE
info RUN cmake "/home/my-name/git/tmp/node_modules/llvm-node" --no-warn-unused-cli -G"Unix Makefiles" -DCMAKE_JS_VERSION="4.0.1" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_LIBRARY_OUTPUT_DIRECTORY="/home/my-name/git/tmp/node_modules/llvm-node/build/Release" -DCMAKE_JS_INC="/home/my-name/.cmake-js/node-x64/v14.8.0/include/node" -DNODE_RUNTIME="node" -DNODE_RUNTIMEVERSION="14.8.0" -DNODE_ARCH="x64"
Not searching for unused variables given on the command line.
-- The C compiler identification is GNU 10.1.0
-- The CXX compiler identification is GNU 10.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found LLVM 10.0.1
-- Using LLVMConfig.cmake in: /usr/lib64/cmake/llvm
-- Configuring done
-- Generating done
-- Build files have been written to: /home/my-name/git/tmp/node_modules/llvm-node/build
info CMD BUILD
info RUN cmake --build "/home/my-name/git/tmp/node_modules/llvm-node/build" --config Release
Scanning dependencies of target llvm-node
[  2%] Building CXX object CMakeFiles/llvm-node.dir/src/bitcode/bitcode-writer.cc.o
In file included from /home/my-name/git/tmp/node_modules/llvm-node/src/bitcode/bitcode-writer.cc:7:
/home/my-name/git/tmp/node_modules/llvm-node/src/bitcode/bitcode-writer.h:8:10: fatal error: nan.h: No such file or directory
    8 | #include <nan.h>
      |          ^~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/llvm-node.dir/build.make:82: CMakeFiles/llvm-node.dir/src/bitcode/bitcode-writer.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/llvm-node.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
info REP Build has been failed, trying to do a full rebuild.
info CMD CLEAN
info RUN cmake -E remove_directory "/home/my-name/git/tmp/node_modules/llvm-node/build"
info CMD CONFIGURE
info RUN cmake "/home/my-name/git/tmp/node_modules/llvm-node" --no-warn-unused-cli -G"Unix Makefiles" -DCMAKE_JS_VERSION="4.0.1" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_LIBRARY_OUTPUT_DIRECTORY="/home/my-name/git/tmp/node_modules/llvm-node/build/Release" -DCMAKE_JS_INC="/home/my-name/.cmake-js/node-x64/v14.8.0/include/node" -DNODE_RUNTIME="node" -DNODE_RUNTIMEVERSION="14.8.0" -DNODE_ARCH="x64"
Not searching for unused variables given on the command line.
-- The C compiler identification is GNU 10.1.0
-- The CXX compiler identification is GNU 10.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found LLVM 10.0.1
-- Using LLVMConfig.cmake in: /usr/lib64/cmake/llvm
-- Configuring done
-- Generating done
-- Build files have been written to: /home/my-name/git/tmp/node_modules/llvm-node/build
info CMD BUILD
info RUN cmake --build "/home/my-name/git/tmp/node_modules/llvm-node/build" --config Release
Scanning dependencies of target llvm-node
[  2%] Building CXX object CMakeFiles/llvm-node.dir/src/bitcode/bitcode-writer.cc.o
In file included from /home/my-name/git/tmp/node_modules/llvm-node/src/bitcode/bitcode-writer.cc:7:
/home/my-name/git/tmp/node_modules/llvm-node/src/bitcode/bitcode-writer.h:8:10: fatal error: nan.h: No such file or directory
    8 | #include <nan.h>
      |          ^~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/llvm-node.dir/build.make:82: CMakeFiles/llvm-node.dir/src/bitcode/bitcode-writer.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/llvm-node.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
ERR! OMG Process terminated: 2
npm WARN enoent ENOENT: no such file or directory, open '/home/my-name/git/tmp/package.json'
npm WARN tmp No description
npm WARN tmp No repository field.
npm WARN tmp No README data
npm WARN tmp No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! llvm-node@2.1.0 install: `cmake-js compile`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the llvm-node@2.1.0 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!     /home/my-name/.npm/_logs/2020-08-17T19_36_09_385Z-debug.log
@vihanb
Copy link
Contributor

vihanb commented Aug 18, 2020

I have a debugging guide for some ways to resolve this error:

https://github.com/vsl-lang/VSL/wiki/Installation#source-build-i-get-nanh-no-such-file-or-directory

You should be able to get some mileage with those

@ChocolateLoverRaj
Copy link

I have a similar error. I tried using the link above, but it didn't help.

.../node_modules/llvm-node install$ cmake-js compile
.../node_modules/llvm-node install: [
.../node_modules/llvm-node install:   'C:\\Program Files (x86)\\Nodist\\v-x64\\16.13.0\\node.exe',
.../node_modules/llvm-node install:   'C:\\Users\\rajas\\Documents\\GitHub\\ezc\\node_modules\\.pnpm\\llvm-node@3.0.0\\node_modules\\cmake-js\\bin\\cmake-js',
.../node_modules/llvm-node install:   'compile'
.../node_modules/llvm-node install: ]
.../node_modules/llvm-node install: info TOOL Using Visual Studio 17 2022 generator.
.../node_modules/llvm-node install: info CMD BUILD
.../node_modules/llvm-node install: info RUN [
.../node_modules/llvm-node install: info RUN   'cmake',
.../node_modules/llvm-node install: info RUN   '--build',
.../node_modules/llvm-node install: info RUN   'C:\\Users\\rajas\\Documents\\GitHub\\ezc\\node_modules\\.pnpm\\llvm-node@3.0.0\\node_modules\\llvm-node\\build',
.../node_modules/llvm-node install: info RUN   '--config',
.../node_modules/llvm-node install: info RUN   'Release'
.../node_modules/llvm-node install: info RUN ]
.../node_modules/llvm-node install: Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET Framework
.../node_modules/llvm-node install: Copyright (C) Microsoft Corporation. All rights reserved.
.../node_modules/llvm-node install:   bitcode-writer.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\bitcode\bitcode-writer.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/Support/raw_ostream.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   bitcode.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\bitcode\bitcode.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   config.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\config\config.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   llvm-config.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\config\llvm-config.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   alloca-inst.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\alloca-inst.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   argument.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\argument.cc(6,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   array-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\array-type.h(9,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   atomic-rmw-inst.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\atomic-rmw-inst.cc(1,10): fatal error C1083: Cannot open include file: 'llvm/IR/Instructions.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   attribute.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\attribute.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/Attributes.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   basic-block.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\basic-block.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/InstrTypes.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   call-inst.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\call-inst.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   calling-conv.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\calling-conv.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-array.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-array.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-data-array.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-data-array.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-fp.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-fp.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-int.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-int.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-pointer-null.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-pointer-null.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-struct.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-struct.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/Function.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   data-layout.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\../util/string.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   Generating Code...
.../node_modules/llvm-node install:   Compiling...
.../node_modules/llvm-node install:   function-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\function-type.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   function.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\function.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   global-variable.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\global-variable.cc(2,10): fatal error C1083: Cannot open include file: 'llvm/IR/GlobalValue.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   integer-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\integer-type.h(6,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   ir-builder.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\ir-builder.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   ir.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\ir.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   linkage-types.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\linkage-types.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   llvm-context.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\llvm-context.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   module.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\module.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/Support/raw_ostream.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   phi-node.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\phi-node.h(8,9): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   pointer-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\pointer-type.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   struct-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\struct-type.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\type.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/DerivedTypes.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   undef-value.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\undef-value.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   unnamed-addr.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\unnamed-addr.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   value.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\value.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/Function.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   verifier.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\verifier.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/Support/raw_ostream.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   visibility-types.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\visibility-types.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/GlobalValue.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   llvm-node.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\llvm-node.cc(1,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   atomic-ordering.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\support\atomic-ordering.cc(1,10): fatal error C1083: Cannot open include file: 'llvm/Support/AtomicOrdering.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   Generating Code...
.../node_modules/llvm-node install:   Compiling...
.../node_modules/llvm-node install:   support.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\support\support.cc(1,10): fatal error C1083: Cannot open include file: 'llvm/Support/TargetSelect.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   target-registry.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\support\../util/string.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   target-machine.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\target\target-machine.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   string.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\util\string.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   Generating Code...
.../node_modules/llvm-node install: info REP Build has been failed, trying to do a full rebuild.
.../node_modules/llvm-node install: info CMD CLEAN
.../node_modules/llvm-node install: info RUN [
.../node_modules/llvm-node install: info RUN   'cmake',
.../node_modules/llvm-node install: info RUN   '-E',
.../node_modules/llvm-node install: info RUN   'remove_directory',
.../node_modules/llvm-node install: info RUN   'C:\\Users\\rajas\\Documents\\GitHub\\ezc\\node_modules\\.pnpm\\llvm-node@3.0.0\\node_modules\\llvm-node\\build'
.../node_modules/llvm-node install: info RUN ]
.../node_modules/llvm-node install: info CMD CONFIGURE
.../node_modules/llvm-node install: info RUN [
.../node_modules/llvm-node install: info RUN   'cmake',
.../node_modules/llvm-node install: info RUN   'C:\\Users\\rajas\\Documents\\GitHub\\ezc\\node_modules\\.pnpm\\llvm-node@3.0.0\\node_modules\\llvm-node',
.../node_modules/llvm-node install: info RUN   '--no-warn-unused-cli',
.../node_modules/llvm-node install: info RUN   '-G',
.../node_modules/llvm-node install: info RUN   'Visual Studio 17 2022',
.../node_modules/llvm-node install: info RUN   '-DCMAKE_JS_VERSION=6.3.0',
.../node_modules/llvm-node install: info RUN   '-DCMAKE_BUILD_TYPE=Release',
.../node_modules/llvm-node install: info RUN   '-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\\Users\\rajas\\Documents\\GitHub\\ezc\\node_modules\\.pnpm\\llvm-node@3.0.0\\node_modules\\llvm-node\\build',
.../node_modules/llvm-node install: info RUN   '-DCMAKE_JS_INC=C:\\Users\\rajas\\.cmake-js\\node-x64\\v16.13.0\\include\\node',
.../node_modules/llvm-node install: info RUN   '-DCMAKE_JS_SRC=C:/Users/rajas/Documents/GitHub/ezc/node_modules/.pnpm/cmake-js@6.3.0/node_modules/cmake-js/lib/cpp/win_delay_load_hook.cc',
.../node_modules/llvm-node install: info RUN   '-DNODE_RUNTIME=node',
.../node_modules/llvm-node install: info RUN   '-DNODE_RUNTIMEVERSION=16.13.0',
.../node_modules/llvm-node install: info RUN   '-DNODE_ARCH=x64',
.../node_modules/llvm-node install: info RUN   '-DCMAKE_JS_LIB=C:\\Users\\rajas\\.cmake-js\\node-x64\\v16.13.0\\win-x64\\node.lib',
.../node_modules/llvm-node install: info RUN   '-DCMAKE_SHARED_LINKER_FLAGS=/DELAYLOAD:NODE.EXE'
.../node_modules/llvm-node install: info RUN ]
.../node_modules/llvm-node install: Not searching for unused variables given on the command line.
.../node_modules/llvm-node install: -- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19044.
.../node_modules/llvm-node install: -- The C compiler identification is MSVC 19.30.30706.0
.../node_modules/llvm-node install: -- The CXX compiler identification is MSVC 19.30.30706.0
.../node_modules/llvm-node install: -- Detecting C compiler ABI info
.../node_modules/llvm-node install: -- Detecting C compiler ABI info - done
.../node_modules/llvm-node install: -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
.../node_modules/llvm-node install: -- Detecting C compile features
.../node_modules/llvm-node install: -- Detecting C compile features - done
.../node_modules/llvm-node install: -- Detecting CXX compiler ABI info
.../node_modules/llvm-node install: -- Detecting CXX compiler ABI info - done
.../node_modules/llvm-node install: -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
.../node_modules/llvm-node install: -- Detecting CXX compile features
.../node_modules/llvm-node install: -- Detecting CXX compile features - done
.../node_modules/llvm-node install: -- Found LLVM 
.../node_modules/llvm-node install: -- Using LLVMConfig.cmake in: C:/llvm/llvm/cmake/modules
.../node_modules/llvm-node install: -- Configuring done
.../node_modules/llvm-node install: -- Generating done
.../node_modules/llvm-node install: -- Build files have been written to: C:/Users/rajas/Documents/GitHub/ezc/node_modules/.pnpm/llvm-node@3.0.0/node_modules/llvm-node/build
.../node_modules/llvm-node install: info CMD BUILD
.../node_modules/llvm-node install: info RUN [
.../node_modules/llvm-node install: info RUN   'cmake',
.../node_modules/llvm-node install: info RUN   '--build',
.../node_modules/llvm-node install: info RUN   'C:\\Users\\rajas\\Documents\\GitHub\\ezc\\node_modules\\.pnpm\\llvm-node@3.0.0\\node_modules\\llvm-node\\build',
.../node_modules/llvm-node install: info RUN   '--config',
.../node_modules/llvm-node install: info RUN   'Release'
.../node_modules/llvm-node install: info RUN ]
.../node_modules/llvm-node install: Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET Framework
.../node_modules/llvm-node install: Copyright (C) Microsoft Corporation. All rights reserved.
.../node_modules/llvm-node install:   Checking Build System
.../node_modules/llvm-node install:   Building Custom Rule C:/Users/rajas/Documents/GitHub/ezc/node_modules/.pnpm/llvm-node@3.0.0/node_modules/llvm-node/CMakeLists.txt
.../node_modules/llvm-node install:   bitcode-writer.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\bitcode\bitcode-writer.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/Support/raw_ostream.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   bitcode.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\bitcode\bitcode.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   config.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\config\config.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   llvm-config.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\config\llvm-config.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   alloca-inst.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\alloca-inst.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   argument.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\argument.cc(6,10): fatal error C1083: Cannot open include file: 'llvm/Config/llvm-config.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   array-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\array-type.h(9,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   atomic-rmw-inst.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\atomic-rmw-inst.cc(1,10): fatal error C1083: Cannot open include file: 'llvm/IR/Instructions.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   attribute.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\attribute.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/Attributes.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   basic-block.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\basic-block.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/InstrTypes.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   call-inst.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\call-inst.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   calling-conv.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\calling-conv.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-array.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-array.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-data-array.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-data-array.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-fp.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-fp.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-int.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-int.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-pointer-null.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-pointer-null.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant-struct.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant-struct.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   constant.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\constant.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/Function.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   data-layout.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\../util/string.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   Generating Code...
.../node_modules/llvm-node install:   Compiling...
.../node_modules/llvm-node install:   function-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\function-type.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   function.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\function.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   global-variable.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\global-variable.cc(2,10): fatal error C1083: Cannot open include file: 'llvm/IR/GlobalValue.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   integer-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\integer-type.h(6,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   ir-builder.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\ir-builder.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   ir.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\ir.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   linkage-types.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\linkage-types.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   llvm-context.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\llvm-context.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   module.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\module.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/Support/raw_ostream.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   phi-node.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\phi-node.h(8,9): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   pointer-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\pointer-type.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   struct-type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\struct-type.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   type.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\type.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/DerivedTypes.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   undef-value.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\undef-value.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   unnamed-addr.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\unnamed-addr.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   value.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\value.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/Function.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   verifier.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\verifier.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/Support/raw_ostream.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   visibility-types.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\ir\visibility-types.cc(5,10): fatal error C1083: Cannot open include file: 'llvm/IR/GlobalValue.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   llvm-node.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\llvm-node.cc(1,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   atomic-ordering.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\support\atomic-ordering.cc(1,10): fatal error C1083: Cannot open include file: 'llvm/Support/AtomicOrdering.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   Generating Code...
.../node_modules/llvm-node install:   Compiling...
.../node_modules/llvm-node install:   support.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\support\support.cc(1,10): fatal error C1083: Cannot open include file: 'llvm/Support/TargetSelect.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   target-registry.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\support\../util/string.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   target-machine.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\target\target-machine.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   string.cc
.../node_modules/llvm-node install: C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\src\util\string.h(8,10): fatal error C1083: Cannot open include file: 'nan.h': No such file or directory [C:\Users\rajas\Documents\GitHub\ezc\node_modules\.pnpm\llvm-node@3.0.0\node_modules\llvm-node\build\llvm-node.vcxproj]
.../node_modules/llvm-node install:   Generating Code...
.../node_modules/llvm-node install: ERR! OMG Process terminated: 1
.../node_modules/llvm-node install: Failed
 ELIFECYCLE  Command failed with exit code 1.

@lancejpollard
Copy link

Yeah I am getting a similar error.

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