Coder Social home page Coder Social logo

aurora's Introduction

Frida

Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. Learn more at frida.re.

Two ways to install

1. Install from prebuilt binaries

This is the recommended way to get started. All you need to do is:

pip install frida-tools # CLI tools
pip install frida       # Python bindings
npm install frida       # Node.js bindings

You may also download pre-built binaries for various operating systems from Frida's releases page on GitHub.

2. Build your own binaries

Run:

make

You may also invoke ./configure first if you want to specify a --prefix, or any other options.

CLI tools

For running the Frida CLI tools, e.g. frida, frida-ls-devices, frida-ps, frida-kill, frida-trace, frida-discover, etc., you need a few packages:

pip install colorama prompt-toolkit pygments

Apple OSes

First make a trusted code-signing certificate. You can use the guide at https://sourceware.org/gdb/wiki/PermissionsDarwin in the sections “Create a certificate in the System Keychain” and “Trust the certificate for code signing”. You can use the name frida-cert instead of gdb-cert if you'd like.

Next export the name of the created certificate to relevant environment variables, and run make:

export MACOS_CERTID=frida-cert
export IOS_CERTID=frida-cert
export WATCHOS_CERTID=frida-cert
export TVOS_CERTID=frida-cert
make

To ensure that macOS accepts the newly created certificate, restart the taskgated daemon:

sudo killall taskgated

Learn more

Have a look at our documentation.

aurora's People

Contributors

oleavr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aurora's Issues

installation error

When installing npm facing following error

D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-l
ifecycle\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" r
ebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
contextify.cc
win_delay_load_hook.cc
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(12): error C2504: 'ObjectWrap': base class undefined [D:\program_files\tmp\aurora
node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(94): error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(94): error C2143: syntax error: missing ',' before '&' [D:\program_files\tmp\auror
a\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(109): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(109): error C2143: syntax error: missing ',' before '&' [D:\program_files\tmp\auro
ra\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(146): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(146): error C2143: syntax error: missing ',' before '&' [D:\program_files\tmp\auro
ra\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(167): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(167): error C2143: syntax error: missing ',' before '&' [D:\program_files\tmp\auro
ra\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(180): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(180): error C2143: syntax error: missing ',' before '&' [D:\program_files\tmp\auro
ra\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(189): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(189): error C2143: syntax error: missing ',' before '&' [D:\program_files\tmp\auro
ra\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(201): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(201): error C2143: syntax error: missing ',' before '&' [D:\program_files\tmp\auro
ra\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(212): error C4430: missing type specifier - int assumed. Note: C++ does not suppor
t default-int [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(212): error C2143: syntax error: missing ',' before '&' [D:\program_files\tmp\auro
ra\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(21): error C2248: 'v8::HandleScope::HandleScope': cannot access protected member d
eclared in class 'v8::HandleScope' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(22): error C2660: 'v8::PersistentBasev8::Object::New': function does not take 1
arguments [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(632): note: see declaration of 'v8::PersistentBasev8::Object::New' (compiling source file ..\src\contextify.cc)
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(26): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8::Context,v8::No
nCopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(27): error C2039: 'Clear': is not a member of 'v8::Persistent<v8::Context,v8::NonC
opyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(28): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8::Object,v8::Non
CopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Object
]
c:\users\dev.node-gyp\10.16.3\include\node\node.h(857): note: see declaration of 'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(29): error C2039: 'Clear': is not a member of 'v8::Persistent<v8::Object,v8::NonCo
pyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Object
]
c:\users\dev.node-gyp\10.16.3\include\node\node.h(857): note: see declaration of 'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(30): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8::Object,v8::Non
CopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Object
]
c:\users\dev.node-gyp\10.16.3\include\node\node.h(857): note: see declaration of 'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(31): error C2039: 'Clear': is not a member of 'v8::Persistent<v8::Object,v8::NonCo
pyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Object
]
c:\users\dev.node-gyp\10.16.3\include\node\node.h(857): note: see declaration of 'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(39): error C2653: 'ObjectWrap': is not a class or namespace name [D:\program_files
\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(41): error C2819: type 'v8::Persistent<v8::Context,v8::NonCopyablePersistentTraits
>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(41): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(41): error C2039: 'Global': is not a member of 'v8::Persistent<v8::Context,v8::Non
CopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(41): error C2660: 'v8::PersistentBasev8::Object::New': function does not take 1
arguments [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(632): note: see declaration of 'v8::PersistentBasev8::Object::New' (compiling source file ..\src\contextify.cc)
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(50): error C2248: 'v8::HandleScope::HandleScope': cannot access protected member d
eclared in class 'v8::HandleScope' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(51): error C2819: type 'v8::Persistent<v8::Function,v8::NonCopyablePersistentTrait
s>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Function
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(10): note: see declaration of 'v8::Persistent<v8::Function,v8::NonCopyablePersis
tentTraits>'
with
[
T=v8::Function
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(51): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(51): error C2039: 'NewInstance': is not a member of 'v8::Persistent<v8::Function,v
8::NonCopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Function
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(10): note: see declaration of 'v8::Persistent<v8::Function,v8::NonCopyablePersis
tentTraits>'
with
[
T=v8::Function
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(57): error C2039: 'Close': is not a member of 'v8::HandleScope' [D:\program_files
tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(61): error C2248: 'v8::HandleScope::HandleScope': cannot access protected member d
eclared in class 'v8::HandleScope' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(62): error C2660: 'v8::FunctionTemplate::New': function does not take 0 arguments
[D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(5644): note: see declaration of 'v8::FunctionTemplate::New' (compiling source file ..\src\contextify.cc)
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(64): error C2819: type 'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits<
T>>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Object
]
c:\users\dev.node-gyp\10.16.3\include\node\node.h(857): note: see declaration of 'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(64): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(64): error C2039: 'GetConstructorName': is not a member of 'v8::Persistent<v8::Obj
ect,v8::NonCopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Object
]
c:\users\dev.node-gyp\10.16.3\include\node\node.h(857): note: see declaration of 'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(66): error C2664: 'void v8::ObjectTemplate::SetNamedPropertyHandler(v8::NamedPrope
rtyGetterCallback,v8::NamedPropertySetterCallback,v8::NamedPropertyQueryCallback,v8::NamedPropertyDeleterCallback,v8::NamedPropertyEnumeratorCallback,v8::Localv8::Value)
': cannot convert argument 1 from 'v8::Localv8::Value (__cdecl *)(v8::Localv8::String,const int)' to 'v8::NamedPropertyGetterCallback' [D:\program_files\tmp\aurora\nod
e_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(71): note: None of the functions with this name in scope match the target type
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(72): error C2039: 'SetAccessCheckCallbacks': is not a member of 'v8::ObjectTemplat
e' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(5911): note: see declaration of 'v8::ObjectTemplate'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(74): error C2664: 'v8::Localv8::Context v8::Context::New(v8::Isolate *,v8::Exten
sionConfiguration *,v8::MaybeLocalv8::ObjectTemplate,v8::MaybeLocalv8::Value,v8::DeserializeInternalFieldsCallback)': cannot convert argument 2 from 'v8::Local<v8::Obj
ectTemplate>' to 'v8::ExtensionConfiguration *' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(74): note: No user-defined-conversion operator available that can perform this c
onversion, or the operator cannot be called
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(78): error C2248: 'v8::HandleScope::HandleScope': cannot access protected member d
eclared in class 'v8::HandleScope' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(79): error C2660: 'v8::FunctionTemplate::New': function does not take 0 arguments
[D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(5644): note: see declaration of 'v8::FunctionTemplate::New' (compiling source file ..\src\contextify.cc)
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(79): error C2660: 'v8::PersistentBase::New': function does not take 1 arguments
[D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase::New'
with
[
T=v8::FunctionTemplate
] (compiling source file ..\src\contextify.cc)
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(80): error C2819: type 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyablePersist
entTraits>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(80): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(80): error C2039: 'InstanceTemplate': is not a member of 'v8::Persistent<v8::Funct
ionTemplate,v8::NonCopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(81): error C2819: type 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyablePersist
entTraits>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(81): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(81): error C2039: 'GetFunction': is not a member of 'v8::Persistent<v8::FunctionTe
mplate,v8::NonCopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(81): error C2660: 'v8::PersistentBase::New': function does not take 1 arguments
[D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Function
]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase::New'
with
[
T=v8::Function
] (compiling source file ..\src\contextify.cc)
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(83): error C2664: 'v8::Localv8::FunctionTemplate v8::FunctionTemplate::New(v8::I
solate *,v8::FunctionCallback,v8::Localv8::Value,v8::Localv8::Signature,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Local<v8:
:Value> (_cdecl *)(const int)' to 'v8::Isolate *' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(83): note: There is no context in which this conversion is possible
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(83): error C2660: 'v8::PersistentBase::New': function does not take 1 arguments
[D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase::New'
with
[
T=v8::FunctionTemplate
] (compiling source file ..\src\contextify.cc)
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(84): error C2819: type 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyablePersist
entTraits>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(84): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(84): error C2039: 'InstanceTemplate': is not a member of 'v8::Persistent<v8::Funct
ionTemplate,v8::NonCopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(85): error C2819: type 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyablePersist
entTraits>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(85): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(85): error C2039: 'SetClassName': is not a member of 'v8::Persistent<v8::FunctionT
emplate,v8::NonCopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(85): error C2039: 'NewSymbol': is not a member of 'v8::String' [D:\program_files\t
mp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(85): error C3861: 'NewSymbol': identifier not found [D:\program_files\tmp\aurora\n
ode_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(87): error C2664: 'void node::NODE_SET_PROTOTYPE_METHOD(v8::Local<v8::FunctionTemp
late>,const char *,v8::FunctionCallback)': cannot convert argument 1 from 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyablePersistentTraits>' to 'v8::Local<v8::Funct
ionTemplate>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(87): note: No user-defined-conversion operator available that can perform this c
onversion, or the operator cannot be called
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(88): error C2664: 'void node::NODE_SET_PROTOTYPE_METHOD(v8::Local<v8::FunctionTemp
late>,const char *,v8::FunctionCallback)': cannot convert argument 1 from 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyablePersistentTraits>' to 'v8::Local<v8::Funct
ionTemplate>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(88): note: No user-defined-conversion operator available that can perform this c
onversion, or the operator cannot be called
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(90): error C2039: 'NewSymbol': is not a member of 'v8::String' [D:\program_files\t
mp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(90): error C3861: 'NewSymbol': identifier not found [D:\program_files\tmp\aurora\n
ode_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(90): error C2819: type 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyablePersist
entTraits>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(90): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(90): error C2039: 'GetFunction': is not a member of 'v8::Persistent<v8::FunctionTe
mplate,v8::NonCopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(95): error C2248: 'v8::HandleScope::HandleScope': cannot access protected member d
eclared in class 'v8::HandleScope' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(96): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node

modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(97): error C2039: 'New': is not a member of 'v8::String' [D:\program_files\tmp\aur
ora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(97): error C2664: 'v8::Localv8::Value ContextifyContext::New(const int)': cannot
convert argument 1 from 'const char [66]' to 'const int' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(97): note: There is no context in which this conversion is possible
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(98): error C3861: 'ThrowException': identifier not found [D:\program_files\tmp\aur
ora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(100): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(101): error C2039: 'New': is not a member of 'v8::String' [D:\program_files\tmp\au
rora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(101): error C2664: 'v8::Localv8::Value ContextifyContext::New(const int)': canno
t convert argument 1 from 'const char [61]' to 'const int' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(101): note: There is no context in which this conversion is possible
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(102): error C3861: 'ThrowException': identifier not found [D:\program_files\tmp\au
rora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(104): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(104): error C2512: 'ContextifyContext::ContextifyContext': no appropriate default
constructor available [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(105): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(106): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(110): error C2248: 'v8::HandleScope::HandleScope': cannot access protected member
declared in class 'v8::HandleScope' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(111): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(112): error C2039: 'New': is not a member of 'v8::String' [D:\program_files\tmp\au
rora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(112): error C2664: 'v8::Localv8::Value ContextifyContext::New(const int)': canno
t convert argument 1 from 'const char [39]' to 'const int' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(112): note: There is no context in which this conversion is possible
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(113): error C3861: 'ThrowException': identifier not found [D:\program_files\tmp\au
rora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(115): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(116): error C2039: 'New': is not a member of 'v8::String' [D:\program_files\tmp\au
rora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(116): error C2664: 'v8::Localv8::Value ContextifyContext::New(const int)': canno
t convert argument 1 from 'const char [40]' to 'const int' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(116): note: There is no context in which this conversion is possible
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(117): error C3861: 'ThrowException': identifier not found [D:\program_files\tmp\au
rora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(119): error C2653: 'ObjectWrap': is not a class or namespace name [D:\program_file
s\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(119): error C2065: 'Unwrap': undeclared identifier [D:\program_files\tmp\aurora\no
de_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(119): error C2275: 'ContextifyContext': illegal use of this type as an expression
[D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(119): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(121): error C2819: type 'v8::Persistent<v8::Context,v8::NonCopyablePersistentTrait
s>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(121): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(121): error C2039: 'Enter': is not a member of 'v8::Persistent<v8::Context,v8::Non
CopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(122): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(123): error C2512: 'v8::TryCatch': no appropriate default constructor available [D
:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(8529): note: see declaration of 'v8::TryCatch' (compiling source file ..\src\contextify.cc)
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(125): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(126): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(131): error C2819: type 'v8::Persistent<v8::Context,v8::NonCopyablePersistentTrait
s>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(131): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(131): error C2039: 'Exit': is not a member of 'v8::Persistent<v8::Context,v8::NonC
opyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(135): error C2819: type 'v8::Persistent<v8::Context,v8::NonCopyablePersistentTrait
s>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(135): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(135): error C2039: 'Exit': is not a member of 'v8::Persistent<v8::Context,v8::NonC
opyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(14): note: see declaration of 'v8::Persistent<v8::Context,v8::NonCopyablePersist
entTraits>'
with
[
T=v8::Context
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(139): error C2039: 'Close': is not a member of 'v8::HandleScope' [D:\program_files
\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(134): warning C4996: 'v8::Script::Run': was declared deprecated [D:\program_files
tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(1271): note: see declaration of 'v8::Script::Run'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(143): error C2819: type 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyablePersis
tentTraits>' does not have an overloaded member 'operator ->' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(143): note: did you intend to use '.' instead?
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(143): error C2039: 'HasInstance': is not a member of 'v8::Persistent<v8::FunctionT
emplate,v8::NonCopyablePersistentTraits>' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(9): note: see declaration of 'v8::Persistent<v8::FunctionTemplate,v8::NonCopyabl
ePersistentTraits>'
with
[
T=v8::FunctionTemplate
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(147): error C2248: 'v8::HandleScope::HandleScope': cannot access protected member
declared in class 'v8::HandleScope' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(148): error C2653: 'ObjectWrap': is not a class or namespace name [D:\program_file
s\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(148): error C2065: 'Unwrap': undeclared identifier [D:\program_files\tmp\aurora\no
de_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(148): error C2275: 'ContextifyContext': illegal use of this type as an expression
[D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(148): error C2065: 'args': undeclared identifier [D:\program_files\tmp\aurora\node
_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(149): error C2440: 'return': cannot convert from 'v8::Persistent<v8::Object,v8::No
nCopyablePersistentTraits>' to 'v8::Localv8::Value' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Object
]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(149): note: No constructor could take the source type, or constructor overload r
esolution was ambiguous
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(168): error C2248: 'v8::HandleScope::HandleScope': cannot access protected member
declared in class 'v8::HandleScope' [D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
c:\users\dev.node-gyp\10.16.3\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(169): error C2065: 'accessInfo': undeclared identifier [D:\program_files\tmp\auror
a\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
d:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\src\contextify.cc(169): fatal error C1003: error count exceeds 100; stopping compilation [D:\program
_files\tmp\aurora\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:198:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd D:\program_files\tmp\aurora\node_modules\jsdom\node_modules\contextify
gyp ERR! node -v v10.16.3
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm WARN [email protected] license should be a valid SPDX license expression
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\jsdom\node_modules\contextify):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] install: node-gyp rebuild
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

added 386 packages from 278 contributors in 31.651s

D:\program_files\tmp\aurora>dir
Volume in drive D has no label.
Volume Serial Number is 1AF8-D630

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.