Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Error installing on Windows 7 #653

Closed
GrouchyPanda opened this issue Oct 27, 2015 · 4 comments
Closed

Error installing on Windows 7 #653

GrouchyPanda opened this issue Oct 27, 2015 · 4 comments

Comments

@GrouchyPanda
Copy link

I am receiving the following error when trying to install on windows 7. I am running Node 4.2 64bit, have Python 2.7.10, and using Visual Studio 2010 to compile. I was able to compile other python modules in the past while on 0.12.7, so is moving to 4.2 the issue?

I have also tried following the steps in Issue 619 without any success.

Error log is as follows:

> canvas@1.3.0 install c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas
> node-gyp rebuild


c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas>if not defined npm_config_node_gyp (node "C:\Users\ChristopherMc\AppData\Roaming\nvm\v4.2.0\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node  rebuild ) 
  Canvas.cc
  CanvasPattern.cc
  CanvasGradient.cc
  CanvasRenderingContext2d.cc
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2236: unexpected 'class' 'v8::WeakCallbackType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3381: 'v8::WeakCallbackType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(576): error C2061: syntax error : identifier 'WeakCallbackType' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(642) : see reference to class template instantiation 'v8::PersistentBase<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(637): error C2253: 'PersistentBase<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2236: unexpected 'class' 'v8::WeakCallbackType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3381: 'v8::WeakCallbackType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(576): error C2061: syntax error : identifier 'WeakCallbackType' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(642) : see reference to class template instantiation 'v8::PersistentBase<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(637): error C2253: 'PersistentBase<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(844): error C2253: 'Global<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(847) : see reference to class template instantiation 'v8::Global<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(844): error C2253: 'Global<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(847) : see reference to class template instantiation 'v8::Global<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(915): error C2989: 'v8::HandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(319) : see declaration of 'v8::HandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(949): error C2989: 'v8::EscapableHandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(135) : see declaration of 'v8::EscapableHandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(979): error C2989: 'v8::Data' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(74) : see declaration of 'v8::Data'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1118): error C2989: 'v8::Script' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(96) : see declaration of 'v8::Script'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1559): error C2989: 'v8::StackTrace' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(101) : see declaration of 'v8::StackTrace'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(915): error C2989: 'v8::HandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(319) : see declaration of 'v8::HandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1622): error C2989: 'v8::StackFrame' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(100) : see declaration of 'v8::StackFrame'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(949): error C2989: 'v8::EscapableHandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(135) : see declaration of 'v8::EscapableHandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2031): error C2989: 'v8::Value' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(108) : see declaration of 'v8::Value'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(979): error C2989: 'v8::Data' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(74) : see declaration of 'v8::Data'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2037): error C2989: 'v8::Primitive' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(93) : see declaration of 'v8::Primitive'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2052): error C2989: 'v8::Boolean' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(70) : see declaration of 'v8::Boolean'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1118): error C2989: 'v8::Script' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(96) : see declaration of 'v8::Script'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2072): error C2989: 'v8::Name' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(86) : see declaration of 'v8::Name'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1559): error C2989: 'v8::StackTrace' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(101) : see declaration of 'v8::StackTrace'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1622): error C2989: 'v8::StackFrame' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(100) : see declaration of 'v8::StackFrame'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2236: unexpected 'class' 'v8::NewStringType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2031): error C2989: 'v8::Value' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(108) : see declaration of 'v8::Value'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3381: 'v8::NewStringType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2037): error C2989: 'v8::Primitive' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(93) : see declaration of 'v8::Primitive'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2439): error C2989: 'v8::String' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(102) : see declaration of 'v8::String'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2052): error C2989: 'v8::Boolean' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(70) : see declaration of 'v8::Boolean'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2477): error C2989: 'v8::Symbol' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(104) : see declaration of 'v8::Symbol'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2072): error C2989: 'v8::Name' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(86) : see declaration of 'v8::Name'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2491): error C2989: 'v8::Number' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(87) : see declaration of 'v8::Number'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2506): error C2989: 'v8::Integer' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(82) : see declaration of 'v8::Integer'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2236: unexpected 'class' 'v8::WeakCallbackType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2520): error C2989: 'v8::Int32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(81) : see declaration of 'v8::Int32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2236: unexpected 'class' 'v8::NewStringType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3381: 'v8::WeakCallbackType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2534): error C2989: 'v8::Uint32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(106) : see declaration of 'v8::Uint32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3381: 'v8::NewStringType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2942): error C2989: 'v8::Object' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(89) : see declaration of 'v8::Object'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(576): error C2061: syntax error : identifier 'WeakCallbackType' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(642) : see reference to class template instantiation 'v8::PersistentBase<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2439): error C2989: 'v8::String' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(102) : see declaration of 'v8::String'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2971): error C2989: 'v8::Array' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(69) : see declaration of 'v8::Array'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2477): error C2989: 'v8::Symbol' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(104) : see declaration of 'v8::Symbol'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(637): error C2253: 'PersistentBase<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3181): error C2504: 'v8::Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2491): error C2989: 'v8::Number' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(87) : see declaration of 'v8::Number'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3188): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2506): error C2989: 'v8::Integer' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(82) : see declaration of 'v8::Integer'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(844): error C2253: 'Global<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(847) : see reference to class template instantiation 'v8::Global<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2520): error C2989: 'v8::Int32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(81) : see declaration of 'v8::Int32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2534): error C2989: 'v8::Uint32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(106) : see declaration of 'v8::Uint32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2942): error C2989: 'v8::Object' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(89) : see declaration of 'v8::Object'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(915): error C2989: 'v8::HandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(319) : see declaration of 'v8::HandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2971): error C2989: 'v8::Array' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(69) : see declaration of 'v8::Array'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(949): error C2989: 'v8::EscapableHandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(135) : see declaration of 'v8::EscapableHandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(979): error C2989: 'v8::Data' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(74) : see declaration of 'v8::Data'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1118): error C2989: 'v8::Script' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(96) : see declaration of 'v8::Script'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3210): error C2146: syntax error : missing ';' before identifier 'Call' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3181): error C2504: 'v8::Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1559): error C2989: 'v8::StackTrace' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(101) : see declaration of 'v8::StackTrace'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3216): error C2270: 'GetName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3188): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1622): error C2989: 'v8::StackFrame' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(100) : see declaration of 'v8::StackFrame'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3224): error C2270: 'GetInferredName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3230): error C2270: 'GetDisplayName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2031): error C2989: 'v8::Value' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(108) : see declaration of 'v8::Value'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3236): error C2270: 'GetScriptLineNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2037): error C2989: 'v8::Primitive' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(93) : see declaration of 'v8::Primitive'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3241): error C2270: 'GetScriptColumnNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2052): error C2989: 'v8::Boolean' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(70) : see declaration of 'v8::Boolean'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3246): error C2270: 'IsBuiltin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2072): error C2989: 'v8::Name' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(86) : see declaration of 'v8::Name'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3251): error C2270: 'ScriptId' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3257): error C2270: 'GetBoundFunction' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3259): error C2270: 'GetScriptOrigin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2236: unexpected 'class' 'v8::NewStringType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3263): error C2059: syntax error : 'private' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3210): error C2146: syntax error : missing ';' before identifier 'Call' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3381: 'v8::NewStringType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3264): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3216): error C2270: 'GetName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2439): error C2989: 'v8::String' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(102) : see declaration of 'v8::String'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3273): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3224): error C2270: 'GetInferredName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2477): error C2989: 'v8::Symbol' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(104) : see declaration of 'v8::Symbol'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3275): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3230): error C2270: 'GetDisplayName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2491): error C2989: 'v8::Number' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(87) : see declaration of 'v8::Number'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3236): error C2270: 'GetScriptLineNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2506): error C2989: 'v8::Integer' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(82) : see declaration of 'v8::Integer'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3241): error C2270: 'GetScriptColumnNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2520): error C2989: 'v8::Int32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(81) : see declaration of 'v8::Int32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3246): error C2270: 'IsBuiltin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2534): error C2989: 'v8::Uint32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(106) : see declaration of 'v8::Uint32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3251): error C2270: 'ScriptId' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2942): error C2989: 'v8::Object' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(89) : see declaration of 'v8::Object'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3257): error C2270: 'GetBoundFunction' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2971): error C2989: 'v8::Array' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(69) : see declaration of 'v8::Array'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3259): error C2270: 'GetScriptOrigin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3263): error C2059: syntax error : 'private' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3283): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3181): error C2504: 'v8::Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3264): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3188): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3273): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3275): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3294): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3298): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3210): error C2146: syntax error : missing ';' before identifier 'Call' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3283): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3216): error C2270: 'GetName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3302): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3224): error C2270: 'GetInferredName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3306): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3230): error C2270: 'GetDisplayName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3294): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3236): error C2270: 'GetScriptLineNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3241): error C2270: 'GetScriptColumnNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3246): error C2270: 'IsBuiltin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3251): error C2270: 'ScriptId' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3298): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3257): error C2270: 'GetBoundFunction' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3318): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3259): error C2270: 'GetScriptOrigin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3263): error C2059: syntax error : 'private' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3264): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3302): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3273): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3306): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3275): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3323): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3318): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3328): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3283): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3336): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3340): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2236: unexpected 'class' 'ArrayBufferCreationMode'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3323): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3294): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C3381: 'ArrayBufferCreationMode' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2143: syntax error : missing ';' before '}' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3298): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3357): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3374): error C2628: 'ArrayBuffer::Allocator' followed by 'void' is illegal (did you forget a ';'?) [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3328): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C3861: 'data_': identifier not found [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3336): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2461: 'Contents' : constructor syntax missing formal parameters [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3340): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3302): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2059: syntax error : 'constant' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3306): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2236: unexpected 'class' 'ArrayBufferCreationMode'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2143: syntax error : missing ';' before '{' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C3381: 'ArrayBufferCreationMode' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2143: syntax error : missing ';' before '}' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2146: syntax error : missing ';' before identifier 'ByteLength' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3357): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3318): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2270: 'ByteLength' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3374): error C2628: 'ArrayBuffer::Allocator' followed by 'void' is illegal (did you forget a ';'?) [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): fatal error C1003: error count exceeds 100; stopping compilation [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C3861: 'data_': identifier not found [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
  color.cc
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2461: 'Contents' : constructor syntax missing formal parameters [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2059: syntax error : 'constant' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2143: syntax error : missing ';' before '{' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3323): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2146: syntax error : missing ';' before identifier 'ByteLength' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2270: 'ByteLength' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): fatal error C1003: error count exceeds 100; stopping compilation [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3328): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3336): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3340): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
  Image.cc
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2236: unexpected 'class' 'ArrayBufferCreationMode'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C3381: 'ArrayBufferCreationMode' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2143: syntax error : missing ';' before '}' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3357): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3374): error C2628: 'ArrayBuffer::Allocator' followed by 'void' is illegal (did you forget a ';'?) [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C3861: 'data_': identifier not found [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2461: 'Contents' : constructor syntax missing formal parameters [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2059: syntax error : 'constant' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2143: syntax error : missing ';' before '{' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2146: syntax error : missing ';' before identifier 'ByteLength' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2270: 'ByteLength' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): fatal error C1003: error count exceeds 100; stopping compilation [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
  ImageData.cc
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2236: unexpected 'class' 'v8::WeakCallbackType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2236: unexpected 'class' 'v8::WeakCallbackType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3381: 'v8::WeakCallbackType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3381: 'v8::WeakCallbackType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(576): error C2061: syntax error : identifier 'WeakCallbackType' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(642) : see reference to class template instantiation 'v8::PersistentBase<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(576): error C2061: syntax error : identifier 'WeakCallbackType' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(642) : see reference to class template instantiation 'v8::PersistentBase<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(637): error C2253: 'PersistentBase<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(637): error C2253: 'PersistentBase<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(844): error C2253: 'Global<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(847) : see reference to class template instantiation 'v8::Global<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(844): error C2253: 'Global<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(847) : see reference to class template instantiation 'v8::Global<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(915): error C2989: 'v8::HandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(319) : see declaration of 'v8::HandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(915): error C2989: 'v8::HandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(319) : see declaration of 'v8::HandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(949): error C2989: 'v8::EscapableHandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(135) : see declaration of 'v8::EscapableHandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(949): error C2989: 'v8::EscapableHandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(135) : see declaration of 'v8::EscapableHandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(979): error C2989: 'v8::Data' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(74) : see declaration of 'v8::Data'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(979): error C2989: 'v8::Data' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(74) : see declaration of 'v8::Data'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1118): error C2989: 'v8::Script' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(96) : see declaration of 'v8::Script'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1118): error C2989: 'v8::Script' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(96) : see declaration of 'v8::Script'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1559): error C2989: 'v8::StackTrace' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(101) : see declaration of 'v8::StackTrace'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1559): error C2989: 'v8::StackTrace' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(101) : see declaration of 'v8::StackTrace'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1622): error C2989: 'v8::StackFrame' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(100) : see declaration of 'v8::StackFrame'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1622): error C2989: 'v8::StackFrame' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(100) : see declaration of 'v8::StackFrame'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2031): error C2989: 'v8::Value' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(108) : see declaration of 'v8::Value'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2031): error C2989: 'v8::Value' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(108) : see declaration of 'v8::Value'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2037): error C2989: 'v8::Primitive' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(93) : see declaration of 'v8::Primitive'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2037): error C2989: 'v8::Primitive' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(93) : see declaration of 'v8::Primitive'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2052): error C2989: 'v8::Boolean' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(70) : see declaration of 'v8::Boolean'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2052): error C2989: 'v8::Boolean' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(70) : see declaration of 'v8::Boolean'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2072): error C2989: 'v8::Name' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(86) : see declaration of 'v8::Name'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2072): error C2989: 'v8::Name' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(86) : see declaration of 'v8::Name'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2236: unexpected 'class' 'v8::NewStringType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2236: unexpected 'class' 'v8::NewStringType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3381: 'v8::NewStringType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3381: 'v8::NewStringType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2439): error C2989: 'v8::String' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(102) : see declaration of 'v8::String'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2439): error C2989: 'v8::String' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(102) : see declaration of 'v8::String'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2477): error C2989: 'v8::Symbol' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(104) : see declaration of 'v8::Symbol'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2477): error C2989: 'v8::Symbol' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(104) : see declaration of 'v8::Symbol'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2491): error C2989: 'v8::Number' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(87) : see declaration of 'v8::Number'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2491): error C2989: 'v8::Number' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(87) : see declaration of 'v8::Number'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2506): error C2989: 'v8::Integer' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(82) : see declaration of 'v8::Integer'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2506): error C2989: 'v8::Integer' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(82) : see declaration of 'v8::Integer'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2520): error C2989: 'v8::Int32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(81) : see declaration of 'v8::Int32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2520): error C2989: 'v8::Int32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(81) : see declaration of 'v8::Int32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2534): error C2989: 'v8::Uint32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(106) : see declaration of 'v8::Uint32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2534): error C2989: 'v8::Uint32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(106) : see declaration of 'v8::Uint32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2942): error C2989: 'v8::Object' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(89) : see declaration of 'v8::Object'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2942): error C2989: 'v8::Object' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(89) : see declaration of 'v8::Object'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2971): error C2989: 'v8::Array' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(69) : see declaration of 'v8::Array'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2971): error C2989: 'v8::Array' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(69) : see declaration of 'v8::Array'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3181): error C2504: 'v8::Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3188): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3181): error C2504: 'v8::Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3188): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3210): error C2146: syntax error : missing ';' before identifier 'Call' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3216): error C2270: 'GetName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3210): error C2146: syntax error : missing ';' before identifier 'Call' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3224): error C2270: 'GetInferredName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3216): error C2270: 'GetName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3230): error C2270: 'GetDisplayName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3224): error C2270: 'GetInferredName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3236): error C2270: 'GetScriptLineNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3230): error C2270: 'GetDisplayName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3236): error C2270: 'GetScriptLineNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3241): error C2270: 'GetScriptColumnNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3246): error C2270: 'IsBuiltin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3241): error C2270: 'GetScriptColumnNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3251): error C2270: 'ScriptId' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3246): error C2270: 'IsBuiltin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3257): error C2270: 'GetBoundFunction' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3251): error C2270: 'ScriptId' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3259): error C2270: 'GetScriptOrigin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3257): error C2270: 'GetBoundFunction' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3263): error C2059: syntax error : 'private' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3259): error C2270: 'GetScriptOrigin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3264): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3263): error C2059: syntax error : 'private' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3273): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3264): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3275): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3273): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3275): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3283): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3294): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3283): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3298): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3294): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3302): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3306): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3298): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3302): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3318): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3306): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
  init.cc
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3323): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3318): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3328): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3323): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3336): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3340): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2236: unexpected 'class' 'ArrayBufferCreationMode'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C3381: 'ArrayBufferCreationMode' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3328): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2143: syntax error : missing ';' before '}' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3336): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3340): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3357): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3374): error C2628: 'ArrayBuffer::Allocator' followed by 'void' is illegal (did you forget a ';'?) [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2236: unexpected 'class' 'ArrayBufferCreationMode'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C3861: 'data_': identifier not found [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C3381: 'ArrayBufferCreationMode' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2461: 'Contents' : constructor syntax missing formal parameters [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2059: syntax error : 'constant' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2143: syntax error : missing ';' before '}' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2143: syntax error : missing ';' before '{' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3357): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3374): error C2628: 'ArrayBuffer::Allocator' followed by 'void' is illegal (did you forget a ';'?) [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C3861: 'data_': identifier not found [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2461: 'Contents' : constructor syntax missing formal parameters [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2146: syntax error : missing ';' before identifier 'ByteLength' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2059: syntax error : 'constant' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2270: 'ByteLength' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): fatal error C1003: error count exceeds 100; stopping compilation [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2143: syntax error : missing ';' before '{' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2146: syntax error : missing ';' before identifier 'ByteLength' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2270: 'ByteLength' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): fatal error C1003: error count exceeds 100; stopping compilation [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2236: unexpected 'class' 'v8::WeakCallbackType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3381: 'v8::WeakCallbackType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(576): error C2061: syntax error : identifier 'WeakCallbackType' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(642) : see reference to class template instantiation 'v8::PersistentBase<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(637): error C2253: 'PersistentBase<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(844): error C2253: 'Global<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(847) : see reference to class template instantiation 'v8::Global<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(915): error C2989: 'v8::HandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(319) : see declaration of 'v8::HandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(949): error C2989: 'v8::EscapableHandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(135) : see declaration of 'v8::EscapableHandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(979): error C2989: 'v8::Data' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(74) : see declaration of 'v8::Data'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1118): error C2989: 'v8::Script' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(96) : see declaration of 'v8::Script'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1559): error C2989: 'v8::StackTrace' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(101) : see declaration of 'v8::StackTrace'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1622): error C2989: 'v8::StackFrame' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(100) : see declaration of 'v8::StackFrame'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2031): error C2989: 'v8::Value' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(108) : see declaration of 'v8::Value'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2037): error C2989: 'v8::Primitive' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(93) : see declaration of 'v8::Primitive'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2052): error C2989: 'v8::Boolean' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(70) : see declaration of 'v8::Boolean'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2072): error C2989: 'v8::Name' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(86) : see declaration of 'v8::Name'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2236: unexpected 'class' 'v8::NewStringType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3381: 'v8::NewStringType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2439): error C2989: 'v8::String' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(102) : see declaration of 'v8::String'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2477): error C2989: 'v8::Symbol' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(104) : see declaration of 'v8::Symbol'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2491): error C2989: 'v8::Number' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(87) : see declaration of 'v8::Number'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2506): error C2989: 'v8::Integer' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(82) : see declaration of 'v8::Integer'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2520): error C2989: 'v8::Int32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(81) : see declaration of 'v8::Int32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2534): error C2989: 'v8::Uint32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(106) : see declaration of 'v8::Uint32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2942): error C2989: 'v8::Object' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(89) : see declaration of 'v8::Object'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2971): error C2989: 'v8::Array' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(69) : see declaration of 'v8::Array'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3181): error C2504: 'v8::Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3188): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3210): error C2146: syntax error : missing ';' before identifier 'Call' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3216): error C2270: 'GetName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(336): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3224): error C2270: 'GetInferredName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3230): error C2270: 'GetDisplayName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(469): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3236): error C2270: 'GetScriptLineNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3241): error C2270: 'GetScriptColumnNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3246): error C2270: 'IsBuiltin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C2236: unexpected 'class' 'v8::WeakCallbackType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3251): error C2270: 'ScriptId' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(472): error C3381: 'v8::WeakCallbackType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3257): error C2270: 'GetBoundFunction' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(576): error C2061: syntax error : identifier 'WeakCallbackType' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(642) : see reference to class template instantiation 'v8::PersistentBase<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3259): error C2270: 'GetScriptOrigin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(637): error C2253: 'PersistentBase<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3263): error C2059: syntax error : 'private' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3264): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3273): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3275): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(844): error C2253: 'Global<T>' : pure specifier or abstract override specifier only allowed on virtual function [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(847) : see reference to class template instantiation 'v8::Global<T>' being compiled
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2988: unrecognizable template declaration/definition [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(852): error C2059: syntax error : 'using' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(915): error C2989: 'v8::HandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(319) : see declaration of 'v8::HandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(949): error C2989: 'v8::EscapableHandleScope' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(135) : see declaration of 'v8::EscapableHandleScope'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(979): error C2989: 'v8::Data' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(74) : see declaration of 'v8::Data'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1118): error C2989: 'v8::Script' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(96) : see declaration of 'v8::Script'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3283): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1559): error C2989: 'v8::StackTrace' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(101) : see declaration of 'v8::StackTrace'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(1622): error C2989: 'v8::StackFrame' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(100) : see declaration of 'v8::StackFrame'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2031): error C2989: 'v8::Value' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(108) : see declaration of 'v8::Value'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2037): error C2989: 'v8::Primitive' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(93) : see declaration of 'v8::Primitive'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3294): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2052): error C2989: 'v8::Boolean' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(70) : see declaration of 'v8::Boolean'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2072): error C2989: 'v8::Name' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(86) : see declaration of 'v8::Name'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3306: 'v8::<unnamed-tag>': unnamed class template is not allowed [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3298): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C2236: unexpected 'class' 'v8::NewStringType'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2075): error C3381: 'v8::NewStringType' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3302): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2439): error C2989: 'v8::String' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(102) : see declaration of 'v8::String'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3306): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2477): error C2989: 'v8::Symbol' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(104) : see declaration of 'v8::Symbol'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2491): error C2989: 'v8::Number' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(87) : see declaration of 'v8::Number'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2506): error C2989: 'v8::Integer' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(82) : see declaration of 'v8::Integer'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2520): error C2989: 'v8::Int32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(81) : see declaration of 'v8::Int32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2534): error C2989: 'v8::Uint32' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(106) : see declaration of 'v8::Uint32'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3318): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2942): error C2989: 'v8::Object' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(89) : see declaration of 'v8::Object'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(2971): error C2989: 'v8::Array' : class template has already been declared as a non-class template [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
          C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(69) : see declaration of 'v8::Array'
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3323): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3181): error C2504: 'v8::Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3188): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3190): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3328): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2061: syntax error : identifier 'FunctionCallback' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3336): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3340): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3194): error C2143: syntax error : missing ')' before ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2236: unexpected 'class' 'ArrayBufferCreationMode'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C3381: 'ArrayBufferCreationMode' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2143: syntax error : missing ';' before '}' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3205): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3210): error C2146: syntax error : missing ';' before identifier 'Call' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3357): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3216): error C2270: 'GetName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3374): error C2628: 'ArrayBuffer::Allocator' followed by 'void' is illegal (did you forget a ';'?) [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3224): error C2270: 'GetInferredName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3230): error C2270: 'GetDisplayName' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3236): error C2270: 'GetScriptLineNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C3861: 'data_': identifier not found [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3241): error C2270: 'GetScriptColumnNumber' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2461: 'Contents' : constructor syntax missing formal parameters [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3246): error C2270: 'IsBuiltin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2059: syntax error : 'constant' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3251): error C2270: 'ScriptId' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3257): error C2270: 'GetBoundFunction' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2143: syntax error : missing ';' before '{' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3259): error C2270: 'GetScriptOrigin' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3263): error C2059: syntax error : 'private' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3264): error C2059: syntax error : ')' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3273): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2146: syntax error : missing ';' before identifier 'ByteLength' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3275): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2270: 'ByteLength' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): fatal error C1003: error count exceeds 100; stopping compilation [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3281): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3282): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3283): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3288): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3294): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3296): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3298): error C2061: syntax error : identifier 'Local' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3300): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3302): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3306): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3316): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3317): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3318): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3321): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3322): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3323): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3326): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C2143: syntax error : missing ';' before '<' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3327): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3328): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3336): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3340): error C2061: syntax error : identifier 'Value' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2332: 'enum' : missing tag name [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2236: unexpected 'class' 'ArrayBufferCreationMode'. Did you forget a ';'? [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C3381: 'ArrayBufferCreationMode' : assembly access specifiers are only available in code compiled with a /clr option [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C2143: syntax error : missing ';' before '}' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3357): error C2504: 'Object' : base class undefined [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3374): error C2628: 'ArrayBuffer::Allocator' followed by 'void' is illegal (did you forget a ';'?) [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C3861: 'data_': identifier not found [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2461: 'Contents' : constructor syntax missing formal parameters [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2059: syntax error : 'constant' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2143: syntax error : missing ';' before '{' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3400): error C2334: unexpected token(s) preceding '{'; skipping apparent function body [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2059: syntax error : 'return' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3402): error C2238: unexpected token(s) preceding ';' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2146: syntax error : missing ';' before identifier 'ByteLength' [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): error C2270: 'ByteLength' : modifiers not allowed on nonmember functions [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
C:\Users\ChristopherMc\.node-gyp\4.2.0\include\node\v8.h(3403): fatal error C1003: error count exceeds 100; stopping compilation [c:\Users\ChristopherMc\Documents\Underdevelopment\chartSample\node_modules\canvas\build\canvas.vcxproj]
@zbjornson
Copy link
Collaborator

Was this after upgrade node, or is this the first time you installed? Can you run npm install before node-gyp rebuild to make sure nan is current?

@relu-xz
Copy link

relu-xz commented Nov 22, 2015

@GrouchyPanda, I think you are not following all the steps from issue #619. BTW, I've updated the guide.

@LinusU
Copy link
Collaborator

LinusU commented Feb 15, 2016

I'm closing this since we haven't received a response in a while, I'd be happy to reopen if you follow the suggestions by the last two comments...

@LinusU LinusU closed this as completed Feb 15, 2016
@relu-xz
Copy link

relu-xz commented Feb 15, 2016

@LinusU Thx, the wiki looks great!

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

No branches or pull requests

4 participants