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

Can't install gatsby-remark-images Windows #16666

Closed
8ctopotamus opened this issue Aug 15, 2019 · 1 comment
Closed

Can't install gatsby-remark-images Windows #16666

8ctopotamus opened this issue Aug 15, 2019 · 1 comment

Comments

@8ctopotamus
Copy link

8ctopotamus commented Aug 15, 2019

I get a huge error when trying to npm install gatsby-remark-images on Windows 10, node v12.4.0 and cannot start up my project to develop.

I have tried the various suggestions on Using Gatsby on Windows (Re-install VS Studio 2015 common tools, deleting libvips, Windows Subsystem for Linux, etc), but I can't seem to get around this issue.

$ npm install gatsby-remark-images

> sharp@0.20.2 install c:\Users\username\Desktop\gatsby-test\node_modules\sharp
> (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)

info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.6.1/libvips-8.6.1-win32-x64.tar.gz
info sharp Creating c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\Release
info sharp Copying DLLs from c:\Users\username\Desktop\gatsby-test\node_modules\sharp\vendor\lib to c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\Release
prebuild-install WARN install No prebuilt binaries found (target=12.4.0 runtime=node arch=x64 platform=win32)

c:\Users\username\Desktop\gatsby-test\node_modules\sharp>if not defined npm_config_node_gyp (node "C:\Users\username\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\username\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  VError.cpp
  VInterpolate.cpp
  VImage.cpp
  win_delay_load_hook.cc
     Creating library c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\Release\libvips-cpp.lib and object c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\Release\libvips-cpp.exp
  libvips-cpp.vcxproj -> c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\Release\\libvips-cpp.dll
  libvips-cpp.vcxproj -> c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\Release\libvips-cpp.pdb (Full PDB)
  common.cc
  metadata.cc
  stats.cc
  operations.cc
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2525): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\metadata.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2563): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\metadata.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2525): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\stats.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *
' to 'v8::Local<v8::Context>' (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\metadata.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2563): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\stats.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2228: left of '.As' must have class/struct/union (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *
' to 'v8::Local<v8::Context>' (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\stats.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2228: left of '.As' must have class/struct/union (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\b
uild\sharp.vcxproj]
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\metadata.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\common.cc)c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char
 *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\stats.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2525): note: see dec
  laration of 'v8::Value::ToBoolean' (compiling source file ..\src\common.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\stats.cc)c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file
 ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\stats.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2563): note: see declaration of 'v8::Value::BooleanValue' (compiling source fi
  le ..\src\common.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\stats.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\
src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\stats.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3368): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\stats.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\stats.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::Ne
w(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj
]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or construct
  or overload resolution was ambiguous (compiling source file ..\src\common.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\metadata.cc)c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source f
ile ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\metadata.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3416): note: see declaration of 'v8::Object::Get' (compiling source file ..
  \src\stats.cc)

c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2228: left of '.As' must have class/struct/union (compiling source file ..\src\common.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3368): note: see declaration of 'v8::Object::Set' (compi
ling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\common.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\m
etadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8:
:Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\stats.cc)

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\metadata.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\stats.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': w
as declared deprecated (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3416): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\metadata.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(563): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndepen
  dent' (compiling source file ..\src\stats.cc)

c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\stats.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\stats.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\metadata.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\metadata.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\bui
ld\sharp.vcxproj]
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\common.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(563): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\metadata.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\common.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::
Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\metadata.cc)

  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\metadata.cc)
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\common.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\common.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2525): note: see declaration of 'v8::Value::ToBoolean' (compiling source fi
le ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\common.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated
   (compiling source file ..\src\operations.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\common.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2563): note: see declaration of 'v8::Value::BooleanValue' (compiling source
 file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3368): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\common.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *
' to 'v8::Local<v8::Context>' (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\operations.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\common.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\common.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2228: left of '.As' must have class/struct/union (c
ompiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\common.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src
  \operations.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\operations.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\incl
ude\node\v8.h(3416): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\operations.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\operations.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\operations.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3368): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\operations.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\operations.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v
8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\common.cc)

  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\common.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\operations.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent':
 was declared deprecated (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3416): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\operations.cc)

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(563): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\common.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\operations.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\operations.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\common.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\common.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\stats.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(563): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent'
 (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\operations.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\operations.cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\operations.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\s
tats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\s
  tats.cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\s
rc\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'v8::Object': illegal use of this type as 
an expression (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'v8::Object' (compiling source file ..\src\stats.cc)

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'v8::Object' (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\meta
  data.cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'obj': undeclared identifier (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'obj': undeclared identifier (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'std::string': illegal use of this type a
s an expression (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sh
arp.vcxproj]


  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'std::string' (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'std::string' (compiling source file ..\src\operations.cc)

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'v8::Object' (compiling source file ..\src\metadata.cc)
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'obj': undeclared identifier (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\
operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]


  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\stats.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\operations
  .cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'std::string' (compiling source file ..\src\metadata.cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'v8::Object': illegal use of this type as an
 expression (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2039: 'Handle': is not a member of 'v8' (co
mpiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'v8::Object' (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]


  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'v8::Object' (compiling source file ..\src\operations.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\metadata
  .cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'obj': undeclared identifier (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'obj': undeclared identifier (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'std::string': illegal use of this type a
s an expression (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sh
arp.vcxproj]


  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'std::string' (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'v8::Object' (compiling source file ..\src\metadata.cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'std::string' (compiling source fil
e ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'obj': undeclared identifier (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'std::string': illegal use of this type as an expression (com
piling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]


  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'v8::Object' (compiling source file ..\src\stats.cc)
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'std::string' (compiling source file ..\src\metadata.cc)
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'obj': undeclared identifier (compili
ng source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'v8::Object' (compiling source f
ile ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'Handle': undeclared identifier (compilin
g source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'std::string' (compiling source file ..\src\stats.cc)
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'obj': undeclared identifier (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2146: syntax error: missing ')' before identi
fier 'attr' (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'v8::Object' (compiling source file ..\src\metadata.cc)
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2143: syntax error: missing ';' before '{' (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'std::string': illegal use of this type as an expression (com
piling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'obj': undeclared identifier (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'std::string' (compiling source file ..\src\operations
.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2447: '{': missing function header (old-style formal list?) (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'std::string': illegal use of this type as
 an expression (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'std::string' (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\stats
  .cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2143: syntax error: missing ';' before '{' (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2447: '{': missing function header (old-style fo
rmal list?) (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): note: see declaration of 'v8::Object' (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2143: syntax error: missing ';' before '{' (compiling source file ..\src\meta
  data.cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'obj': undeclared identifier (compiling source file ..\src\stats.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2447: '{': missing function header (old-style formal list?) (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2062: type 'int' unexpected (compiling source file ..\src\stats.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source fi
le ..\src\operations.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): note: see declaration of 'v8::Object' (compiling source file ..\src\operatio
ns.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\stats.cc(167): error C2873: 'AttrTo': symbol cannot be used in a using-declaration [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): note: see declaration of 'v8::Object' (compiling source file ..\src\metadata.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'obj': undeclared identifier (compiling source file ..\src\operation
  s.cc)

..\src\stats.cc(177): error C2027: use of undefined type 'StatsBaton'c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'obj': undeclared identifier (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2062: type 'int' unexpected (compiling source file ..\src\operations.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\stats.h(46): note: see declaration of 'StatsBaton' [c:\Users\username\Desktop\gatsby-test\node_module
s\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2062: type 'int' unexpected (compiling source file ..\src\metadata.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\stats.cc(177): error C2065: 'AttrAs': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\stats.cc(177): error C2275: 'v8::Object': illegal use of this type as an expression [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\stats.cc(177): note: see declaration of 'v8::Object'..\src\metadata.cc(195): error C2027: use of undefined type 'MetadataBaton'

..\src\operations.cc(36): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\stats.cc(177): error C2065: 'buffersToPersist': undeclared identifierc:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\common.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\metadata.h(23)
: note: see declaration of 'MetadataBaton' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]


..\src\stats.cc(177): error C3861: 'CreateInputDescriptor': identifier not foundc:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxpro
j]
..\src\metadata.cc(195): error C2065: 'AttrAs': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

..\src\stats.cc(178): error C2027: use of undefined type 'StatsBaton'c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

..\src\metadata.cc(195): error C2275: 'v8::Object': illegal use of this type as an expressionc:\users\username\desktop\gatsby-test\node_modules\sharp\src\stats.h(46): note: see declaration of 'StatsBaton'c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'v8::Object': illegal
 use of this type as an expression (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]


  ..\src\metadata.cc(195): note: see declaration of 'v8::Object'..\src\stats.cc(178): error C2065: 'AttrTo': undeclared identifierc:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'v8::Object' (compiling source file ..\src\common.cc)

..\src\metadata.cc(195): error C2065: 'buffersToPersist': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

..\src\stats.cc(178): error C2062: type 'bool' unexpected [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'obj': undeclared identifier (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\metadata.cc(195): error C3861: 'CreateInputDescriptor': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(45): error C3861: 'AlphaComposite': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\stats.cc(188): error C2065: 'counterQueue': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\metadata.cc(205): error C2065: 'counterQueue': undeclared identifierc:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\
sharp\build\sharp.vcxproj]

..\src\operations.cc(47): error C3861: 'HasAlpha': identifier not foundc:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'std::string' (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

..\src\operations.cc(49): error C3861: 'Is16Bit': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(101): error C2873: 'CalculateCrop': symbol cannot be used in a using-declaration [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  pipeline.cc
  sharp.cc
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\common.cc)..\src\operations.cc(102): error C2873: 'HasAlpha': symbol cannot be used in a using-declaration [c:\Users\username\Desktop\gatsby-test\node_modules\sh
arp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\common.cc)
..\src\operations.cc(103): error C2873: 'MaximumImageAlpha': symbol cannot be used in a using-declaration [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(105): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\common.cc)..\src\operations.cc(110): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\shar
p\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'v8::Object' (compiling source file ..\src\common.cc)..\src\operations.cc(122): error C2065: 'left': undeclared identifier

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'obj': undeclared identifier (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(122): error C2065: 'top': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(122): error C3861: 'CalculateCrop': identifier not foundc:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_module
s\sharp\build\sharp.vcxproj]

..\src\operations.cc(125): error C2065: 'left': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'std::string' (compiling source file ..\src\common.cc)
..\src\operations.cc(125): error C2065: 'top': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(143): error C3861: 'MaximumImageAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(144): error C3861: 'MaximumImageAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\common.cc)..\src\operations.cc(172): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\shar
p\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'v8::Object' (compiling source file ..\src\common.cc)
..\src\operations.cc(207): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'obj': undeclared identifier (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(223): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\common.cc)..\src\operations.cc(319): error C2873: 'MaximumImageAlpha': symbol cannot be used in a using-declaration [c:\Users\username\Des
ktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'std::string' (compiling source file ..\src\common.cc)
..\src\operations.cc(331): error C3861: 'MaximumImageAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(340): error C2065: 'rows': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2143: syntax error: missing ';' before '{' (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(343): error C2065: 'profileLeftV': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2447: '{': missing function header (old-style formal list?) (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(346): error C2065: 'profileRightV': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(349): error C2065: 'rows': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\common.cc)..\src\operations.cc(349): error C2065: 'profileTopV': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\
sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): note: see declaration of 'v8::Object' (compiling source file ..\src\common.cc)

..\src\operations.cc(352): error C2065: 'rows': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'obj': undeclared identifier (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(352): error C2065: 'profileBottomV': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2062: type 'int' unexpected (compiling source file ..\src\common.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(354): error C2065: 'profileLeftV': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(34): error C2448: 'sharp::HasAttr': function-style initializer appears to be a function definition [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(355): error C2065: 'profileRightV': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(37): error C2448: 'sharp::AttrAsStr': function-style initializer appears to be a function definition [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(357): error C2065: 'rows': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(44): error C2448: 'sharp::CreateInputDescriptor': function-style initializer appears to be a function definition [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\operations.cc(374): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(121): error C2065: 'JPEG': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(121): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(121): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  utilities.cc
  ..\src\common.cc(121): note: see usage of 'JPEG'
..\src\common.cc(121): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(122): error C2065: 'PNG': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(122): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(122): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(122): note: see usage of 'PNG'
..\src\common.cc(122): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(123): error C2065: 'WEBP': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(123): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(123): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(123): note: see usage of 'WEBP'
..\src\common.cc(123): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(124): error C2065: 'TIFF': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(124): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(124): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(124): note: see usage of 'TIFF'
..\src\common.cc(124): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(125): error C2065: 'GIF': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(125): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(125): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(125): note: see usage of 'GIF'
..\src\common.cc(125): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(126): error C2065: 'SVG': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(126): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(126): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(126): note: see usage of 'SVG'
..\src\common.cc(126): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(127): error C2065: 'PDF': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(127): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(127): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(127): note: see usage of 'PDF'
..\src\common.cc(127): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(128): error C2065: 'MAGICK': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(128): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(128): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(128): note: see usage of 'MAGICK'
..\src\common.cc(128): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(129): error C2065: 'OPENSLIDE': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(129): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(129): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(129): note: see usage of 'OPENSLIDE'
..\src\common.cc(129): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(130): error C2065: 'PPM': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(130): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(130): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(130): note: see usage of 'PPM'
..\src\common.cc(130): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(131): error C2065: 'FITS': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(131): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(131): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(131): note: see usage of 'FITS'
..\src\common.cc(131): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(132): error C2065: 'VIPS': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(132): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(132): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(132): note: see usage of 'VIPS'
..\src\common.cc(132): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(133): error C2065: 'RAW': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(133): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(133): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(133): note: see usage of 'RAW'
..\src\common.cc(133): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(134): error C2065: 'UNKNOWN': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(134): error C2131: expression did not evaluate to a constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\common.cc(134): note: failure was caused by non-constant arguments or reference to a non-constant symbol
  ..\src\common.cc(134): note: see usage of 'UNKNOWN'
..\src\common.cc(134): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(136): error C2065: 'id': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(121): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(122): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(123): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(124): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(125): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(126): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(127): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(128): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(129): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(130): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(131): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(132): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(133): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(134): error C2051: case expression not constant [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(135): warning C4060: switch statement contains no 'case' or 'default' labels [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(143): error C2065: 'UNKNOWN': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(148): error C2065: 'JPEG': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(150): error C2065: 'PNG': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(152): error C2065: 'WEBP': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(154): error C2065: 'TIFF': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(156): error C2065: 'GIF': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(158): error C2065: 'SVG': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(160): error C2065: 'PDF': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(162): error C2065: 'MAGICK': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(172): error C2065: 'UNKNOWN': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\common.cc(172): fatal error C1003: error count exceeds 100; stopping compilation [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  win_delay_load_hook.cc
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was 
declared deprecated (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2525): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sharp.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2525): note: see declaration of 'v8::Value::ToBoolean' (compiling source
  file ..\src\utilities.cc)

c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue'
: was declared deprecated (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2563): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sharp.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2563): note: see declaration of 'v8::Value::BooleanValue' (compiling s
  ource file ..\src\utilities.cc)

c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *
' to 'v8::Local<v8::Context>' (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sharp.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *
' to 'v8::Local<v8::Context>' (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\utilities.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2228: left of '.As' must have class/struct/union (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2228: left of '.As' must have class/struct/union (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\buil
d\sharp.vcxproj]
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sharp.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\
build\sharp.vcxproj]
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\utilities.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sharp.cc)c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file .
  .\src\utilities.cc)

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\utilities.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\utilities.cc)c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source 
file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\utilities.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file .
  .\src\sharp.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3368): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sharp.cc)
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3368): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\utilities.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\utilities.cc)c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source 
file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\utilities.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file .
  .\src\sharp.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\utilities.cc)c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source 
file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sharp.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\sr
  c\utilities.cc)

c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3416): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\utilities.cc)
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3416): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sharp.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\utilities.cc)

  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\pipeline.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\utilities.cc)

c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::Persiste
ntBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(563): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sharp.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2525): note: see declaration of 'v8::Value::ToB
  oolean' (compiling source file ..\src\pipeline.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(563): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\utilities.cc)


c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\utilities.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sharp.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\utilities.cc)
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(2563): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\pipeline.cc)

c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *
' to 'v8::Local<v8::Context>' (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\pipeline.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2228: left of '.As' must have class/struct/union (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\b
uild\sharp.vcxproj]
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\pipeline.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\pipeline.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3359): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\pipeline.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3368): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\pipeline.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\pipeline.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3412): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\pipeline.cc)
c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(3416): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\pipeline.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\pipeline.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\pipeline.cc)
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was decl
ared deprecated (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8.h(563): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\pipeline.cc)
c:\users\username\desktop\gatsby-test\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\pipeline.cc)
  c:\Users\username\Desktop\gatsby-test\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\pipeline.cc)

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\sharp.cc)
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'Handle': undeclared identifier (compiling source file ..\sr
c\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\
  pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\sharp.cc)


  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\pipeline.cc)
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'v8::Object' (compiling source file ..\src\sharp.c
c) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'obj': undeclared identifier (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'v8::Object': illegal use of this type as an expression (compiling so
urce file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'v8::Object' (compiling sourc
e file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'v8::Object' (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'obj': undeclared identifier (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2065: 'obj': undeclared identifier (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2275: 'std::string': illegal use of this typ
e as an expression (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'std::string' (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'std::string' (compiling source file ..\src\utilities.c
  c)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): note: see declaration of 'std::string' (compiling source
 file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\s
rc\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\pipeline.cc)c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\utiliti
  es.cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(82): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2039: 'Handle': is not a member of 'v8' (comp
iling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'v8::Object' (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'v8::Object': illegal use of this type as an expression (compiling s
  ource file ..\src\utilities.cc)
  c:\users\username\appdata\local\node-gyp\cache\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\src\sharp.cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'obj': undeclared identifier (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'v8::Object' (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\sharp
  .cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'obj': undeclared identifier (compilin
g source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'std::string' (compiling sourc
e file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]


  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'v8::Object' (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source fi
  le ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'std::string' (compiling source file ..\src\utilities.cc)


c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2065: 'obj': undeclared identifier (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2275: 'std::string': illegal use of this type as an expression (comp
iling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): note: see declaration of 'std::string' (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'v8::Object': illegal use of this type as an expression (compiling sou
  rce file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\pipeline.cc)


c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(83): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'v8::Object' (compiling source file
 ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'v8::Object' (compiling source file ..\src\pipeline.cc)
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'obj': undeclared identifier (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'obj': undeclared identifier (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'v8::Object': illegal use of this typ
e as an expression (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'std::string': illegal use of this type as an expression (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sha
rp.vcxproj]


  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'std::string' (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'v8::Object' (compiling source file ..\src\sharp.cc)c:
  \users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'std::string' (compiling source file ..\src\pipeline.cc)


c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2065: 'obj': undeclared identifier (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2143: syntax error: missing ';' before '{' (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2143: syntax error: missing ';' before '{' (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2275: 'std::string': illegal use of this type as an expression (
compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2447: '{': missing function header (old-style formal list?) (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): note: see declaration of 'std::string' (compiling source file ..\src\sharp.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2447: '{': missing function header (old-style formal list?) (compiling sourc
  e file ..\src\pipeline.cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(84): error C2146: syntax error: missing ')' before identifier 'attr' (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2143: syntax error: missing ';' before '{' (
compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): note: see declaration of 'v8::Object' (compiling source file ..\src\utilities.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2275: 'v8::Object': illegal use of this type as an expression (compiling
  source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(87): error C2447: '{': missing function header (old-style formal list?) (compiling source file ..\src\sharp.cc)


  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): note: see declaration of 'v8::Object' (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'obj': undeclared identifier (compiling source file ..\src\utilities
  .cc)

c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'Handle': undeclared identifier (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'obj': undeclared identifier (compiling source file ..\src\pipeline.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2062: type 'int' unexpected (compiling source file ..\src\utilities.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2062: type 'int' unexpected (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source
 file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(43): warning C4544: '_Ty': default template argument ignored on this template declaration (compiling source file ..\src\utilities.cc)C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(43): warning C4544: '_Ty
': default template argument ignored on this template declaration (compiling source file ..\src\pipeline.cc)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): note: see declaration of 'v8::Object' (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\
sharp\build\sharp.vcxproj]


  C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(32): note: see declaration of '_Ty' (compiling source file ..\src\utilities.cc)C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xfunctional(32): note: see declaration of '_Ty' (compiling source file ..\src\pipeline.c
  c)c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2065: 'obj': undeclared identifier (compiling source file ..\src\sharp.cc)


c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(90): error C2062: type 'int' unexpected (compiling source file ..\src\sharp.cc) [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\sharp.cc(29): error C2065: 'VipsWarningCallback': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(103): error C2039: 'counterProcess': is not a member of 'sharp'..\src\sharp.cc(33): error C2065: 'metadata': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'..\src\sharp.cc(33): error C2661: 'Nan::Set': no overloaded function takes 2 arguments

..\src\utilities.cc(103): error C2873: 'counterProcess': symbol cannot be used in a using-declaration [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\sharp.cc(35): error C2065: 'pipeline': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(104): error C2039: 'counterQueue': is not a member of 'sharp'..\src\sharp.cc(35): error C2661: 'Nan::Set': no overloaded function takes 2 arguments [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'..\src\sharp.cc(37): error C2065: 'cache': undeclared identifier

..\src\sharp.cc(37): error C2661: 'Nan::Set': no overloaded function takes 2 arguments [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(104): error C2873: 'counterQueue': symbol cannot be used in a using-declaration [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\sharp.cc(39): error C2065: 'concurrency': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(108): error C2065: 'counterQueue': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\sharp.cc(39): error C2661: 'Nan::Set': no overloaded function takes 2 arguments [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(108): error C2661: 'Nan::Set': no overloaded function takes 2 arguments [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\sharp.cc(41): error C2065: 'counters': undeclared identifier..\src\pipeline.cc(52): error C2039: 'HasAlpha': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

..\src\utilities.cc(109): error C2065: 'counterProcess': undeclared identifierc:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

..\src\sharp.cc(41): error C2661: 'Nan::Set': no overloaded function takes 2 arguments [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(109): error C2661: 'Nan::Set': no overloaded function takes 2 arguments [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(52): error C2873: 'HasAlpha': symbol cannot be used in a using-declaration [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\sharp.cc(43): error C2065: 'simd': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(213): error C2039: 'DetermineImageType': is not a member of 'sharp'..\src\sharp.cc(43): error C2661: 'Nan::Set': no overloaded function takes 2 arguments..\src\pipeline.cc(56): error C2039: 'counterQueue': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp
\build\sharp.vcxproj]


  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'..\src\sharp.cc(45): error C2065: 'libvipsVersion': undeclared identifier

  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'..\src\pipeline.cc(56): error C2065: 'counterQueue': undeclared identifier

..\src\sharp.cc(45): error C2661: 'Nan::Set': no overloaded function takes 2 arguments [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(213): error C2873: 'DetermineImageType': symbol cannot be used in a using-declaration..\src\pipeline.cc(58): error C2039: 'counterProcess': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

..\src\sharp.cc(47): error C2065: 'format': undeclared identifierc:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

..\src\sharp.cc(47): error C2661: 'Nan::Set': no overloaded function takes 2 arguments..\src\utilities.cc(215): error C2039: 'HasAlpha': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]

..\src\pipeline.cc(58): error C2065: 'counterProcess': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'..\src\sharp.cc(49): error C2065: '_maxColourDistance': undeclared identifier

..\src\utilities.cc(215): error C2873: 'HasAlpha': symbol cannot be used in a using-declaration [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\sharp.cc(49): error C2661: 'Nan::Set': no overloaded function takes 2 arguments [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(221): error C3861: 'DetermineImageType': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\sharp.cc(51): error C2065: 'stats': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(222): error C2955: 'sharp::ImageType': use of class template requires template argument list [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\sharp.cc(51): error C2661: 'Nan::Set': no overloaded function takes 2 arguments [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'..\src\sharp.cc(54): error C2065: '_register_sharp': undeclared identifier

..\src\utilities.cc(222): error C2027: use of undefined type 'sharp::ImageType' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\utilities.cc(222): error C2065: 'UNKNOWN': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(232): error C3861: 'DetermineImageType': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(233): error C2955: 'sharp::ImageType': use of class template requires template argument list [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\utilities.cc(233): error C2027: use of undefined type 'sharp::ImageType' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\utilities.cc(233): error C2065: 'UNKNOWN': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(254): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\utilities.cc(257): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(74): error C2039: 'OpenInput': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(74): error C3861: 'OpenInput': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(89): error C2039: 'ExifOrientation': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(89): error C3861: 'ExifOrientation': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(99): error C2039: 'RemoveExifOrientation': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(99): error C3861: 'RemoveExifOrientation': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(235): error C2955: 'sharp::ImageType': use of class template requires template argument list [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(235): error C2027: use of undefined type 'sharp::ImageType' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(235): error C2065: 'JPEG': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(235): error C2065: 'WEBP': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(266): error C2955: 'sharp::ImageType': use of class template requires template argument list [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(266): error C2027: use of undefined type 'sharp::ImageType' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(266): error C2065: 'JPEG': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(275): error C2955: 'sharp::ImageType': use of class template requires template argument list [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(275): error C2027: use of undefined type 'sharp::ImageType' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(275): error C2065: 'JPEG': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(296): error C2039: 'HasProfile': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(296): error C3861: 'HasProfile': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(314): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(316): error C2039: 'Is16Bit': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(316): error C3861: 'Is16Bit': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(316): error C2789: 'multiplier': an object of const-qualified type must be initialized [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\pipeline.cc(316): note: see declaration of 'multiplier'
..\src\pipeline.cc(344): error C2955: 'sharp::ImageType': use of class template requires template argument list [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(344): error C2027: use of undefined type 'sharp::ImageType' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(344): error C2065: 'UNKNOWN': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(347): error C3861: 'OpenInput': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(348): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(350): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(351): error C2039: 'Is16Bit': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(351): error C3861: 'Is16Bit': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(351): error C2789: 'multiplier': an object of const-qualified type must be initialized [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\pipeline.cc(351): note: see declaration of 'multiplier'
..\src\pipeline.cc(364): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(393): error C2039: 'RemoveExifOrientation': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(393): error C3861: 'RemoveExifOrientation': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(399): error C2039: 'RemoveExifOrientation': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(399): error C3861: 'RemoveExifOrientation': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(405): error C2039: 'RemoveExifOrientation': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(405): error C3861: 'RemoveExifOrientation': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(411): error C2955: 'sharp::ImageType': use of class template requires template argument list [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(411): error C2027: use of undefined type 'sharp::ImageType' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\common.h(98): note: see declaration of 'sharp::ImageType'
..\src\pipeline.cc(411): error C2065: 'UNKNOWN': undeclared identifier [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(414): error C2039: 'OpenInput': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(414): error C3861: 'OpenInput': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(424): error C2039: 'Is16Bit': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(424): error C3861: 'Is16Bit': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(424): error C2789: 'multiplier': an object of const-qualified type must be initialized [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\pipeline.cc(424): note: see declaration of 'multiplier'
..\src\pipeline.cc(442): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(446): error C2039: 'GetRgbaAsColourspace': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(446): error C3861: 'GetRgbaAsColourspace': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(448): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(464): error C2039: 'CalculateEmbedPosition': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(464): error C3861: 'CalculateEmbedPosition': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(480): error C2039: 'CalculateCrop': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(480): error C3861: 'CalculateCrop': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(514): error C2039: 'Is16Bit': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(514): error C3861: 'Is16Bit': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(514): error C2789: 'multiplier': an object of const-qualified type must be initialized [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  ..\src\pipeline.cc(514): note: see declaration of 'multiplier'
..\src\pipeline.cc(532): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(536): error C2039: 'GetRgbaAsColourspace': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(536): error C3861: 'GetRgbaAsColourspace': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(538): error C3861: 'HasAlpha': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(601): error C2039: 'CalculateCrop': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(601): error C3861: 'CalculateCrop': identifier not found [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
..\src\pipeline.cc(606): error C2039: 'CalculateCrop': is not a member of 'sharp' [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
  c:\users\username\desktop\gatsby-test\node_modules\sharp\src\operations.h(26): note: see declaration of 'sharp'
..\src\pipeline.cc(606): fatal error C1003: error count exceeds 100; stopping compilation [c:\Users\username\Desktop\gatsby-test\node_modules\sharp\build\sharp.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\username\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:196:23)
gyp ERR! stack     at ChildProcess.emit (events.js:200:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\username\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd c:\Users\username\Desktop\gatsby-test\node_modules\sharp
gyp ERR! node -v v12.4.0
gyp ERR! node-gyp -v v5.0.3
gyp ERR! not ok
npm WARN friendly-errors-webpack-plugin@1.7.0 requires a peer of webpack@^2.0.0 || ^3.0.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-ionicons@2.1.6 requires a peer of browserify-css@0.12.0 but none is installed. You must install peer dependencies yourself.
npm WARN zylo@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! sharp@0.20.2 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the sharp@0.20.2 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!     C:\Users\username\AppData\Roaming\npm-cache\_logs\2019-08-15T21_32_20_751Z-debug.log```
@8ctopotamus
Copy link
Author

8ctopotamus commented Aug 16, 2019

The issue had to do with the Node Version and Sharp version. Downgrading to Node v10 worked.

I guess Node 12 support was added in v0.22.1 of Sharp. Gatsby was trying to install Sharp v0.20.2.

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

1 participant