amilajack / erb-serialport-example

An example of using electron-react-boilerplate with serialport
MIT License
14 stars 6 forks source link

gyp build error when running "yarn" command #21

Closed thomaslai closed 3 years ago

thomaslai commented 4 years ago
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\Users\thoma\Desktop\erb-serialport-example> yarn
yarn install v1.22.0
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.4: The platform "win32" is incompatible with this module.
info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > eslint-config-airbnb@17.0.0" has incorrect peer dependency "eslint@^4.19.1". 
warning "eslint-config-airbnb > eslint-config-airbnb-base@13.0.0" has incorrect peer dependency "eslint@^4.19.1".
[4/4] Building fresh packages...
[1/4] ⠈ electron
[-/4] ⠈ waiting...
[3/4] ⠁ node-sass
error C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Arguments: 
Directory: C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass
Output:
Building: C:\Program Files\nodejs\node.exe C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= 
--libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [
gyp verb cli   'C:\\Program Files\\nodejs\\node.exe',
gyp verb cli   'C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\node-gyp\\bin\\node-gyp.js',
gyp verb cli   'rebuild',
gyp verb cli   '--verbose',
gyp verb cli   '--libsass_ext=',
gyp verb cli   '--libsass_cflags=',
gyp verb cli   '--libsass_ldflags=',
gyp verb cli   '--libsass_library='
gyp verb cli ]
gyp info using node-gyp@3.7.0
gyp info using node@12.16.1 | win32 | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` failed Error: not found: python2
gyp verb `which` failed     at getNotFoundError (C:\Users\thoma\Desktop\erb-serialport-example\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\thoma\Desktop\erb-serialport-example\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\thoma\Desktop\erb-serialport-example\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\thoma\Desktop\erb-serialport-example\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\thoma\Desktop\erb-serialport-example\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\thoma\Desktop\erb-serialport-example\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:166:21)
gyp verb `which` failed  python2 Error: not found: python2
gyp verb `which` failed     at getNotFoundError (C:\Users\thoma\Desktop\erb-serialport-example\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (C:\Users\thoma\Desktop\erb-serialport-example\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (C:\Users\thoma\Desktop\erb-serialport-example\node_modules\which\which.js:80:29)
gyp verb `which` failed     at C:\Users\thoma\Desktop\erb-serialport-example\node_modules\which\which.js:89:16
gyp verb `which` failed     at C:\Users\thoma\Desktop\erb-serialport-example\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at C:\Users\thoma\Desktop\erb-serialport-example\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:166:21) {
gyp verb `which` failed   stack: 'Error: not found: python2\n' +
gyp verb `which` failed     '    at getNotFoundError (C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\which\\which.js:13:12)\n' +
gyp verb `which` failed     '    at F (C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\which\\which.js:68:19)\n' +
gyp verb `which` failed     '    at E (C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\which\\which.js:80:29)\n' +
gyp verb `which` failed     '    at C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\which\\which.js:89:16\n' +
gyp verb `which` failed     '    at C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\isexe\\index.js:42:5\n' +
gyp verb `which` failed     '    at C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\isexe\\windows.js:36:5\n' +
gyp verb `which` failed     '    at FSReqCallback.oncomplete (fs.js:166:21)',
gyp verb `which` failed   code: 'ENOENT'
gyp verb `which` failed }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb `which` succeeded python C:\Users\thoma\.platformio\penv\Scripts\python.EXE     
gyp verb check python version `C:\Users\thoma\.platformio\penv\Scripts\python.EXE -c "import platform; print(platform.python_version());"` returned: "3.8.3\r\n"
gyp verb could not find "C:\Users\thoma\.platformio\penv\Scripts\python.EXE". checking python launcher
gyp verb check python launcher python executable found: "C:\\Python27\\python.exe"       
gyp verb check python version `C:\Python27\python.exe -c "import platform; print(platform.python_version());"` returned: "2.7.18\r\n"
gyp verb get node dir no --target version specified, falling back to host node version: 12.16.1
gyp verb command install [ '12.16.1' ]
gyp verb install input version string "12.16.1"
gyp verb install installing version: 12.16.1
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 12.16.1
gyp verb build dir attempting to create "build" dir: C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build
gyp verb build dir "build" dir needed to be created? C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build
gyp verb find vs2017 Found installation at: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools
gyp verb find vs2017   - Found Microsoft.VisualStudio.Component.Windows10SDK.17763       
gyp verb find vs2017   - Found Microsoft.VisualStudio.Component.VC.Tools.x86.x64
gyp verb find vs2017   - Found Microsoft.VisualStudio.VC.MSBuild.Base
gyp verb find vs2017   - Using this installation with Windows 10 SDK
gyp verb find vs2017 using installation: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\config.gypi
gyp verb config.gypi checking for gypi file: C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\config.gypi
gyp verb common.gypi checking for gypi file: C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\common.gypi
gyp verb gyp gyp format was not specified; forcing "msvs"
gyp info spawn C:\Python27\python.exe
gyp info spawn args [
gyp info spawn args   'C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\node-gyp\\gyp\\gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'msvs',
gyp info spawn args   '-G',
gyp info spawn args   'msvs_version=2015',
gyp info spawn args   '-I',
gyp info spawn args   'C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\node-sass\\build\\config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   'C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\node-gyp\\addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   'C:\\Users\\thoma\\.node-gyp\\12.16.1\\include\\node\\common.gypi',gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=C:\\Users\\thoma\\.node-gyp\\12.16.1',
gyp info spawn args   '-Dnode_gyp_dir=C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\node-gyp',
gyp info spawn args   '-Dnode_lib_file=C:\\Users\\thoma\\.node-gyp\\12.16.1\\<(target_arch)\\node.lib',
gyp info spawn args   '-Dmodule_root_dir=C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\node-sass',
gyp info spawn args   '-Dnode_engine=v8',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\node-sass\\build',
gyp info spawn args   '-Goutput_dir=.'
gyp info spawn args ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir C:\Users\thoma\.node-gyp\12.16.1
gyp verb found first Solution file build/binding.sln
gyp verb using MSBuild: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe
gyp info spawn C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe
gyp info spawn args [
gyp info spawn args   'build/binding.sln',
gyp info spawn args   '/nologo',
gyp info spawn args   '/p:Configuration=Release;Platform=x64'
gyp info spawn args ]
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 2020-09-23 13:34:31 PM.
Project "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|x64".
Project "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.sln" (1) is building "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj.metaproj" (2) on node 1 (default targets).
Project "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj.metaproj" (2) is building "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj" (3) on node 1 (default targets).
PrepareForBuild:
  Creating directory "Release\obj\libsass\".
  Creating directory "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\Release\".
  Creating directory "Release\obj\libsass\libsass.tlog\".
InitializeBuildStatus:
  Creating "Release\obj\libsass\libsass.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\CL.exe /c /I"C:\Users\thoma\.node-gyp\12.16.1\include\node" /I"C:\Users\thoma\.node-gyp\12.16.1\src" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\openssl\config" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\openssl\openssl\include" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\uv\include" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\zlib" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\v8\include" /I..\..\src\libsass\include /Z7 /nologo /W3 /WX- /diagnostics:classic /MP /Ox /Ob2 /Oi /Ot /Oy /D NODE_GYP_MODULE_NAME=libsass /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D V8_DEPRECATION_WARNINGS /D 
V8_IMMINENT_DEPRECATION_WARNINGS /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D OPENSSL_NO_PINSHARED /D OPENSSL_THREADS /D "LIBSASS_VERSION=\"3.5.4\"" /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\libsass\\" /Fd"Release\obj\libsass\libsass.pdb" /Gd /TP /wd4351 /wd4355 
/wd4800 /wd4251 /wd4275 /wd4244 /wd4267 /FC /errorReport:queue /GR /EHsc ..\..\src\libsass\src\ast.cpp ..\..\src\libsass\src\ast_fwd_decl.cpp ..\..\src\libsass\src\backtrace.cpp 
..\..\src\libsass\src\base64vlq.cpp ..\..\src\libsass\src\bind.cpp ..\..\src\libsass\src\check_nesting.cpp ..\..\src\libsass\src\color_maps.cpp ..\..\src\libsass\src\constants.cpp ..\..\src\libsass\src\context.cpp ..\..\src\libsass\src\cssize.cpp ..\..\src\libsass\src\emitter.cpp ..\..\src\libsass\src\environment.cpp ..\..\src\libsass\src\error_handling.cpp ..\..\src\libsass\src\eval.cpp ..\..\src\libsass\src\expand.cpp ..\..\src\libsass\src\extend.cpp ..\..\src\libsass\src\file.cpp ..\..\src\libsass\src\functions.cpp ..\..\src\libsass\src\inspect.cpp ..\..\src\libsass\src\json.cpp ..\..\src\libsass\src\lexer.cpp ..\..\src\libsass\src\listize.cpp ..\..\src\libsass\src\memory\SharedPtr.cpp ..\..\src\libsass\src\node.cpp ..\..\src\libsass\src\operators.cpp ..\..\src\libsass\src\output.cpp ..\..\src\libsass\src\parser.cpp ..\..\src\libsass\src\plugins.cpp ..\..\src\libsass\src\position.cpp ..\..\src\libsass\src\prelexer.cpp ..\..\src\libsass\src\remove_placeholders.cpp ..\..\src\libsass\src\sass.cpp ..\..\src\libsass\src\sass2scss.cpp ..\..\src\libsass\src\sass_context.cpp ..\..\src\libsass\src\sass_functions.cpp ..\..\src\libsass\src\sass_util.cpp ..\..\src\libsass\src\sass_values.cpp ..\..\src\libsass\src\source_map.cpp ..\..\src\libsass\src\subset_map.cpp ..\..\src\libsass\src\to_c.cpp ..\..\src\libsass\src\to_value.cpp ..\..\src\libsass\src\units.cpp ..\..\src\libsass\src\utf8_string.cpp ..\..\src\libsass\src\util.cpp ..\..\src\libsass\src\values.cpp
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  ast.cpp
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  ast_fwd_decl.cpp
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  backtrace.cpp
  base64vlq.cpp
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  bind.cpp
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  check_nesting.cpp
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  color_maps.cpp
  constants.cpp
  context.cpp
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cssize.cpp
  emitter.cpp
  environment.cpp
  error_handling.cpp
  eval.cpp
  expand.cpp
  extend.cpp
  file.cpp
  functions.cpp
  inspect.cpp
  json.cpp
c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\libsass\src\json.cpp(26): warning C4005: '_CRT_NONSTDC_NO_DEPRECATE': macro redefinition [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\libsass\src\json.cpp: note: see previous definition of '_CRT_NONSTDC_NO_DEPRECATE'
  lexer.cpp
  listize.cpp
  SharedPtr.cpp
  node.cpp
  operators.cpp
  output.cpp
  parser.cpp
  plugins.cpp
  position.cpp
  prelexer.cpp
  remove_placeholders.cpp
  sass.cpp
  sass2scss.cpp
c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\libsass\src\sass2scss.cpp(9): warning C4005: '_CRT_NONSTDC_NO_DEPRECATE': macro redefinition [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]     
  c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\libsass\src\sass2scss.cpp: note: see previous definition of '_CRT_NONSTDC_NO_DEPRECATE'
  sass_context.cpp
  sass_functions.cpp
  sass_util.cpp
  sass_values.cpp
  source_map.cpp
  subset_map.cpp
  to_c.cpp
  to_value.cpp
  units.cpp
  utf8_string.cpp
  util.cpp
  values.cpp
  C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\CL.exe /c /I"C:\Users\thoma\.node-gyp\12.16.1\include\node" /I"C:\Users\thoma\.node-gyp\12.16.1\src" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\openssl\config" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\openssl\openssl\include" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\uv\include" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\zlib" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\v8\include" /I..\..\src\libsass\include /Z7 /nologo /W3 /WX- /diagnostics:classic /MP /Ox /Ob2 /Oi /Ot /Oy /D NODE_GYP_MODULE_NAME=libsass /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D V8_DEPRECATION_WARNINGS /D 
V8_IMMINENT_DEPRECATION_WARNINGS /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D OPENSSL_NO_PINSHARED /D OPENSSL_THREADS /D "LIBSASS_VERSION=\"3.5.4\"" /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\libsass\\" /Fd"Release\obj\libsass\libsass.pdb" /Gd /TC /wd4351 /wd4355 
/wd4800 /wd4251 /wd4275 /wd4244 /wd4267 /FC /errorReport:queue /GR /EHsc ..\..\src\libsass\src\cencode.c
cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cencode.c
Lib:
  C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\Lib.exe /OUT:"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\Release\libsass.lib" /NOLOGO /MACHINE:X64 Release\obj\libsass\ast.obj  
  Release\obj\libsass\ast_fwd_decl.obj
  Release\obj\libsass\backtrace.obj
  Release\obj\libsass\base64vlq.obj
  Release\obj\libsass\bind.obj
  Release\obj\libsass\cencode.obj
  Release\obj\libsass\check_nesting.obj
  Release\obj\libsass\color_maps.obj
  Release\obj\libsass\constants.obj
  Release\obj\libsass\context.obj
  Release\obj\libsass\cssize.obj
  Release\obj\libsass\emitter.obj
  Release\obj\libsass\environment.obj
  Release\obj\libsass\error_handling.obj
  Release\obj\libsass\eval.obj
  Release\obj\libsass\expand.obj
  Release\obj\libsass\extend.obj
  Release\obj\libsass\file.obj
  Release\obj\libsass\functions.obj
  Release\obj\libsass\inspect.obj
  Release\obj\libsass\json.obj
  Release\obj\libsass\lexer.obj
  Release\obj\libsass\listize.obj
  Release\obj\libsass\SharedPtr.obj
  Release\obj\libsass\node.obj
  Release\obj\libsass\operators.obj
  Release\obj\libsass\output.obj
  Release\obj\libsass\parser.obj
  Release\obj\libsass\plugins.obj
  Release\obj\libsass\position.obj
  Release\obj\libsass\prelexer.obj
  Release\obj\libsass\remove_placeholders.obj
  Release\obj\libsass\sass.obj
  Release\obj\libsass\sass2scss.obj
  Release\obj\libsass\sass_context.obj
  Release\obj\libsass\sass_functions.obj
  Release\obj\libsass\sass_util.obj
  Release\obj\libsass\sass_values.obj
  Release\obj\libsass\source_map.obj
  Release\obj\libsass\subset_map.obj
  Release\obj\libsass\to_c.obj
  Release\obj\libsass\to_value.obj
  Release\obj\libsass\units.obj
  Release\obj\libsass\utf8_string.obj
  Release\obj\libsass\util.obj
  Release\obj\libsass\values.obj
  libsass.vcxproj -> C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\Release\\libsass.lib
FinalizeBuildStatus:
  Deleting file "Release\obj\libsass\libsass.tlog\unsuccessfulbuild".
  Touching "Release\obj\libsass\libsass.tlog\libsass.lastbuildstate".
Done Building Project "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj" (default targets).
Project "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj.metaproj" (2) is building "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
  Creating directory "Release\obj\binding\".
  Creating directory "Release\obj\binding\binding.tlog\".
InitializeBuildStatus:
  Creating "Release\obj\binding\binding.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\CL.exe /c /I"C:\Users\thoma\.node-gyp\12.16.1\include\node" /I"C:\Users\thoma\.node-gyp\12.16.1\src" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\openssl\config" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\openssl\openssl\include" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\uv\include" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\zlib" /I"C:\Users\thoma\.node-gyp\12.16.1\deps\v8\include" /I..\..\nan /I..\src\libsass\include /Z7 /nologo /W3 /WX- /diagnostics:classic /MP /Ox /Ob2 /Oi /Ot /Oy /D NODE_GYP_MODULE_NAME=binding /D 
USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D V8_DEPRECATION_WARNINGS /D V8_IMMINENT_DEPRECATION_WARNINGS /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D OPENSSL_NO_PINSHARED /D OPENSSL_THREADS /D BUILDING_NODE_EXTENSION /D _WINDLL /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\binding\\" /Fd"Release\obj\binding\vc141.pdb" /Gd /TP /wd4351 /wd4355 /wd4800 /wd4251 /wd4275 /wd4244 /wd4267 /FC /errorReport:queue /Zc:threadSafeInit- ..\src\binding.cpp ..\src\create_string.cpp ..\src\custom_function_bridge.cpp ..\src\custom_importer_bridge.cpp ..\src\sass_context_wrapper.cpp ..\src\sass_types\boolean.cpp ..\src\sass_types\color.cpp ..\src\sass_types\error.cpp ..\src\sass_types\factory.cpp ..\src\sass_types\list.cpp ..\src\sass_types\map.cpp ..\src\sass_types\null.cpp ..\src\sass_types\number.cpp ..\src\sass_types\string.cpp "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-gyp\src\win_delay_load_hook.cc"
  binding.cpp
  create_string.cpp
  custom_function_bridge.cpp
  custom_importer_bridge.cpp
  sass_context_wrapper.cpp
  boolean.cpp
  color.cpp
  error.cpp
  factory.cpp
  list.cpp
  map.cpp
  null.cpp
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file 
..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\create_string.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]       

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file 
..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\create_string.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\null.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\map.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\create_string.cpp)  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\create_string.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_context_wrapper.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\create_string.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\custom_function_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\error.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\error.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\create_string.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\binding.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\error.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_context_wrapper.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj] 
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_context_wrapper.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\custom_function_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source 
file ..\src\sass_types\error.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\map.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\null.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_context_wrapper.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_context_wrapper.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 
'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\custom_function_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\error.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\error.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\create_string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\null.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\map.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file 
..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\list.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file 
..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\map.cpp) 
[C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\binding.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\custom_function_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\list.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\color.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\color.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 
'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 
'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning 
C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\create_string.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_context_wrapper.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\color.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char 
*' to 'v8::Isolate *' (compiling source file ..\src\sass_types\error.cpp)

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_types\error.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_types\null.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\create_string.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\map.cpp)   

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_types\map.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\list.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 
'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\color.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 
'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  cc:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\create_string.cpp):\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\list.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]  
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\binding.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\custom_function_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\create_string.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\create_string.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\create_string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\create_string.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\null.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\error.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\create_string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\binding.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\binding.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning 
C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\binding.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\custom_function_bridge.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_context_wrapper.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 
'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\custom_function_bridge.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\error.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\binding.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\error.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\custom_function_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\error.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\custom_function_bridge.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\color.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_types\list.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\custom_function_bridge.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\null.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\map.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\map.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_types\color.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\null.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\null.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\create_string.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\create_string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\create_string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\list.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\custom_function_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'          with
          [
              T=v8::Object
          ] (compiling source file ..\src\create_string.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\map.cpp)

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\create_string.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\custom_function_bridge.cpp)cc:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'        
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\error.cpp):\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\binding.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file 
..\src\sass_types\map.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning 
C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\list.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\custom_function_bridge.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\map.cpp)

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\list.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\custom_function_bridge.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\list.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\map.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\list.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\color.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\create_string.cpp(17): error C2664: 'v8::String::Utf8Value::Utf8Value(const v8::String::Utf8Value &)': cannot convert argument 1 from 'v8::Local<v8::Value>' to 'const v8::String::Utf8Value &' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_context_wrapper.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\binding.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\color.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\create_string.cpp(17): note: Reason: cannot convert from 'v8::Local<v8::Value>' to 'const v8::String::Utf8Value'

  c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\create_string.cpp(17): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\binding.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_types\error.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_types\null.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\binding.cpp)
  c

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\color.cpp):\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\error.cpp)c
:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\map.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\null.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file 
..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_context_wrapper.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\boolean.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\color.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_context_wrapper.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\color.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\null.cpp)
  number.cpp
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\color.cpp)       

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\color.cpp)
  string.cpp
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\color.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\boolean.cpp)cc:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\map.cpp)

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\boolean.cpp):\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\color.cpp)

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\list.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\boolean.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]     

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\list.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_types\map.cpp)win_delay_load_hook.cc

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_types\list.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file 
..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\custom_importer_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'        
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\list.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\list.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\color.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\color.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\custom_importer_bridge.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_types\color.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\custom_importer_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\color.cpp)

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\color.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 
'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\factory.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_types\boolean.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 
'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_types\factory.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\custom_importer_bridge.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' 
to 'v8::Isolate *' (compiling source file ..\src\custom_importer_bridge.cpp)

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\custom_importer_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\factory.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\boolean.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\factory.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\boolean.cpp)c
  :\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\factory.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\boolean.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]       

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp)
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\custom_importer_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\factory.cpp)

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\factory.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_types\factory.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'    
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\factory.cpp)

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'     
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\custom_importer_bridge.cpp)

  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\custom_importer_bridge.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\custom_importer_bridge.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\custom_importer_bridge.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file 
..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file 
..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2701): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\string.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\number.cpp)

c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 
'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(5531): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 
'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 
'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\number.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\number.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\number.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\string.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\sass_types\string.cpp)
c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\string.cpp)
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1859): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\src\sass_types\string.cpp)
Done Building Project "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj.metaproj" (default targets) -- FAILED.
Done Building Project "C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.sln" (default targets) -- FAILED.

Build FAILED.

"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.sln" 
(default target) (1) ->
"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj.metaproj" (default target) (2) ->
"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj" (default target) (3) ->
(ClCompile target) ->
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\libsass\src\json.cpp(26): warning C4005: '_CRT_NONSTDC_NO_DEPRECATE': macro redefinition [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]       
  c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\libsass\src\sass2scss.cpp(9): warning C4005: '_CRT_NONSTDC_NO_DEPRECATE': macro redefinition [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]   

"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.sln" 
(default target) (1) ->
"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj.metaproj" (default target) (2) ->
"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj" (default target) (3) ->
  cl : Command line warning D9025: overriding '/GR-' with '/GR' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\src\libsass.vcxproj]

"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.sln" 
(default target) (1) ->
"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj.metaproj" (default target) (2) ->
"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj" (default target) (4) ->
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\create_string.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]     
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared 
deprecated (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source 
file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_types\color.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): 
warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): 
warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration 
of 'v8::Object::Set' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): 
error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\binding.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3507): note: see declaration 
of 'v8::Object::Set' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]       
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated 
(compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(566): note: see declaration of 'v8::PersistentBase<v8::Object>::MarkIndependent' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\list.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated 
(compiling source file ..\src\sass_types\error.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated 
(compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared 
deprecated (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\color.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_types\boolean.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3553): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\color.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]   
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated 
(compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file ..\src\custom_importer_bridge.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration of 'v8::Object::Set' (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3557): note: see declaration of 'v8::Object::Get' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]     
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated 
(compiling source file ..\src\sass_types\boolean.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated 
(compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source 
file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated 
(compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1818): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1824): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1830): warning C4996: 'v8::Object::Set': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1836): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1842): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1847): warning C4996: 'v8::Object::Get': was declared deprecated (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(67): warning C4996: 'v8::PersistentBase<v8::Object>::MarkIndependent': was declared deprecated 
(compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.sln" 
(default target) (1) ->
"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj.metaproj" (default target) (2) ->
"C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj" (default target) (4) ->
(ClCompile target) ->
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\map.cpp)c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(105): note: No constructor could take the source type, or constructor overload resolution was ambiguous (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file 
..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\null.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file 
..\src\sass_context_wrapper.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file 
..\src\sass_types\error.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_context_wrapper.cpp)c:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(3498): note: see declaration 
of 'v8::Object::Set' (compiling source file ..\src\create_string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\null.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\map.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file 
..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file 
..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\binding.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\custom_function_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\list.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\color.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\node-sass\src\create_string.cpp(17): error C2664: 'v8::String::Utf8Value::Utf8Value(const v8::String::Utf8Value &)': 
cannot convert argument 1 from 'v8::Local<v8::Value>' to 'const v8::String::Utf8Value &' 
[C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  :\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): 
error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): 
error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\boolean.cpp)cc:\users\thoma\.node-gyp\12.16.1\include\node\v8.h(2663): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file 
..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\boolean.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\custom_importer_bridge.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file 
..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\factory.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): 
error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): 
error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(103): error C2664: 'v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>,v8::FunctionCallback,v8::Local<v8::Value>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Isolate *' to 'v8::Local<v8::Context>' (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file 
..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\number.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_implementation_12_inl.h(337): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1034): error C2661: 'v8::Value::ToString': no overloaded function takes 0 arguments (compiling source file 
..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan.h(1044): error C2664: 'int v8::String::WriteUtf8(v8::Isolate *,char *,int,int *,int) const': cannot convert argument 1 from 'char *' to 'v8::Isolate *' (compiling source file ..\src\sass_types\string.cpp) [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): 
error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]
  c:\users\thoma\desktop\erb-serialport-example\node_modules\nan\nan_object_wrap.h(124): 
error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>' [C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass\build\binding.vcxproj]

    97 Warning(s)
    71 Error(s)

Time Elapsed 00:00:24.87
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-gyp\lib\build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:311:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Windows_NT 10.0.19041
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\thoma\\Desktop\\erb-serialport-example\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd C:\Users\thoma\Desktop\erb-serialport-example\node_modules\node-sass        
gyp ERR! node -v v12.16.1
gyp ERR! node-gyp -v v3.7.0
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.