Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

NPM Error #3435

Open
Dreadox opened this issue Jan 27, 2023 · 2 comments
Open

NPM Error #3435

Dreadox opened this issue Jan 27, 2023 · 2 comments

Comments

@Dreadox
Copy link

Dreadox commented Jan 27, 2023

Hello. Sorry for disturbing, but i have a problem..
Im not really a dev guy, but im trying to do npm install, so i can upload my firestore database
But i get only npm errors and npm deprecated..
Im stuck here since 2 weeks, trying to find some solutions on internet, but still nothing..
I will post the errors below >

@Dreadox
Copy link
Author

Dreadox commented Jan 27, 2023

D:\DELIVERY\Firestore>npm install
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated gcs-resumable-upload@0.10.2: gcs-resumable-upload is deprecated. Support will end on 11/01/2023
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see #3142
npm WARN deprecated axios@0.18.1: Critical security vulnerability fixed in v0.21.1. For more information, see axios/axios#3410
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated grpc@1.24.11: This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead.
npm ERR! code 1
npm ERR! path D:\DELIVERY\Firestore\node_modules\grpc
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node-pre-gyp install --fallback-to-build --library=static_library
npm ERR! Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
npm ERR! win_delay_load_hook.cc
npm ERR! Generating code
npm ERR! Previous IPDB not found, fall back to full compilation.
npm ERR! All 1 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
npm ERR! Finished generating code
npm ERR! WINDOWS_BUILD_WARNING.vcxproj -> D:\DELIVERY\Firestore\node_modules\grpc\build\Release\WINDOWS_BUILD_WARNING.node
npm ERR! address_sorting.c
npm ERR! address_sorting_posix.c
npm ERR! address_sorting_windows.c
npm ERR! win_delay_load_hook.cc
npm ERR! address_sorting.vcxproj -> D:\DELIVERY\Firestore\node_modules\grpc\build\Release\libaddress_sorting.lib
npm ERR! ares__close_sockets.c
npm ERR! ares__get_hostent.c
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\third_party\cares\cares\ares__get_hostent.c(141,32): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [D:\DELIVERY\Firestore\node_modules\grpc\build\ares.vcxproj]
npm ERR! ares__read_line.c
npm ERR! ares__timeval.c
npm ERR! ares_cancel.c
npm ERR! ares_create_query.c
npm ERR! ares_data.c
npm ERR! ares_destroy.c
npm ERR! ares_expand_name.c
npm ERR! ares_expand_string.c
npm ERR! ares_fds.c
npm ERR! ares_free_hostent.c
npm ERR! ares_free_string.c
npm ERR! ares_getenv.c
npm ERR! ares_gethostbyaddr.c
npm ERR! ares_gethostbyname.c
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\third_party\cares\cares\ares_gethostbyname.c(275,32): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [D:\DELIVERY\Firestore\node_modules\grpc\build\ares.vcxproj]
npm ERR! ares_getnameinfo.c
npm ERR! ares_getopt.c
npm ERR! ares_getsock.c
npm ERR! ares_init.c
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\third_party\cares\cares\ares_init.c(2421,18): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings [D:\DELIVERY\Firestore\node_modules\grpc\build\ares.vcxproj]
npm ERR! ares_library_init.c
npm ERR! ares_llist.c
npm ERR! ares_mkquery.c
npm ERR! ares_nowarn.c
npm ERR! ares_options.c
npm ERR! ares_parse_a_reply.c
npm ERR! ares_parse_aaaa_reply.c
npm ERR! ares_parse_mx_reply.c
npm ERR! ares_parse_naptr_reply.c
npm ERR! ares_parse_ns_reply.c
npm ERR! ares_parse_ptr_reply.c
npm ERR! ares_parse_soa_reply.c
npm ERR! ares_parse_srv_reply.c
npm ERR! ares_parse_txt_reply.c
npm ERR! ares_platform.c
npm ERR! ares_process.c
npm ERR! ares_query.c
npm ERR! ares_search.c
npm ERR! ares_send.c
npm ERR! ares_strcasecmp.c
npm ERR! ares_strdup.c
npm ERR! ares_strerror.c
npm ERR! ares_strsplit.c
npm ERR! ares_timeout.c
npm ERR! ares_version.c
npm ERR! ares_writev.c
npm ERR! bitncmp.c
npm ERR! inet_net_pton.c
npm ERR! inet_ntop.c
npm ERR! windows_port.c
npm ERR! win_delay_load_hook.cc
npm ERR! ares.vcxproj -> D:\DELIVERY\Firestore\node_modules\grpc\build\Release\libares.lib
npm ERR! err_data.c
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\third_party\boringssl\include\openssl\base.h(147,1): warning C4005: 'OPENSSL_VERSION_NUMBER': macro redefinition [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! C:\Users\Wenzen\AppData\Local\node-gyp\Cache\18.13.0\include\node\openssl\archs\VC-WIN64A\no-asm\include\openssl\opensslv.h(103): message : see previous definition of 'OPENSSL_VERSION_NUMBER' [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! C:\Users\Wenzen\AppData\Local\node-gyp\Cache\18.13.0\include\node\openssl\e_os2.h(183,1): warning C4005: 'OPENSSL_EXPORT': macro redefinition [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\third_party\boringssl\include\openssl\base.h(182): message : see previous definition of 'OPENSSL_EXPORT' [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! C:\Users\Wenzen\AppData\Local\node-gyp\Cache\18.13.0\include\node\openssl\types.h(103,26): error C2371: 'EVP_MD': redefinition; different basic types [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\third_party\boringssl\include\openssl\base.h(304): message : see declaration of 'EVP_MD' [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! C:\Users\Wenzen\AppData\Local\node-gyp\Cache\18.13.0\include\node\openssl\types.h(104,30): error C2371: 'EVP_MD_CTX': redefinition; different basic types [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\third_party\boringssl\include\openssl\base.h(303): message : see declaration of 'EVP_MD_CTX' [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! C:\Users\Wenzen\AppData\Local\node-gyp\Cache\18.13.0\include\node\openssl\types.h(130,34): error C2371: 'EVP_ENCODE_CTX': redefinition; different basic types [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\third_party\boringssl\include\openssl\base.h(308): message : see declaration of 'EVP_ENCODE_CTX' [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! C:\Users\Wenzen\AppData\Local\node-gyp\Cache\18.13.0\include\node\openssl\archs\VC-WIN64A\no-asm\include\openssl\crypto.h(308,3): error C2371: 'CRYPTO_THREADID': redefinition; different basic types [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\third_party\boringssl\include\openssl\base.h(231): message : see declaration of 'CRYPTO_THREADID' [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(33,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(34,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(35,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(36,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(37,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(38,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(39,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(40,1): error C2065: 'ERR_LIB_PKCS8': undeclared identifier [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(40,1): error C2057: expected constant expression [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(40,1): error C2466: cannot allocate an array of constant size 0 [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(41,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(42,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(43,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(44,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(45,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(46,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(47,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(48,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(49,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(50,1): error C2065: 'ERR_LIB_DIGEST': undeclared identifier [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(50,1): error C2057: expected constant expression [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(50,1): error C2466: cannot allocate an array of constant size 0 [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(51,1): error C2065: 'ERR_LIB_CIPHER': undeclared identifier [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(51,1): error C2057: expected constant expression [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(51,1): error C2466: cannot allocate an array of constant size 0 [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(52,1): error C2065: 'ERR_LIB_HKDF': undeclared identifier [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(52,1): error C2057: expected constant expression [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(52,1): error C2466: cannot allocate an array of constant size 0 [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(53,1): error C2118: negative subscript [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(54,1): error C2065: 'ERR_NUM_LIBS': undeclared identifier [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(54,1): error C2057: expected constant expression [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\boringssl\err_data.c(54,1): error C2466: cannot allocate an array of constant size 0 [D:\DELIVERY\Firestore\node_modules\grpc\build\boringssl.vcxproj]
npm ERR! alloc.cc
npm ERR! atm.cc
npm ERR! cpu_iphone.cc
npm ERR! cpu_linux.cc
npm ERR! cpu_posix.cc
npm ERR! cpu_windows.cc
npm ERR! env_linux.cc
npm ERR! env_posix.cc
npm ERR! env_windows.cc
npm ERR! log.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! log_android.cc
npm ERR! log_linux.cc
npm ERR! log_posix.cc
npm ERR! log_windows.cc
npm ERR! mpscq.cc
npm ERR! murmur_hash.cc
npm ERR! string.cc
npm ERR! string_posix.cc
npm ERR! string_util_windows.cc
npm ERR! string_windows.cc
npm ERR! sync.cc
npm ERR! sync_posix.cc
npm ERR! sync_windows.cc
npm ERR! time.cc
npm ERR! time_posix.cc
npm ERR! time_precise.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gpr\time_precise.cc(34,32): warning C4067: unexpected tokens following preprocessor directive - expected a newline [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! time_windows.cc
npm ERR! tls_pthread.cc
npm ERR! tmpfile_msys.cc
npm ERR! tmpfile_posix.cc
npm ERR! tmpfile_windows.cc
npm ERR! wrap_memcpy.cc
npm ERR! arena.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! fork.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! global_config_env.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! host_port.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! thd_posix.cc
npm ERR! thd_windows.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\gpr.vcxproj]
npm ERR! basic_timers.cc
npm ERR! stap_timers.cc
npm ERR! win_delay_load_hook.cc
npm ERR! gpr.vcxproj -> D:\DELIVERY\Firestore\node_modules\grpc\build\Release\libgpr.lib
npm ERR! init.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! avl.cc
npm ERR! backoff.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! channel_args.cc
npm ERR! channel_stack.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! channel_stack_builder.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! channel_trace.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! channelz.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! channelz_registry.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! connected_channel.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! handshaker.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! handshaker_registry.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! status_util.cc
npm ERR! compression.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! compression_args.cc
npm ERR! compression_internal.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! message_compress.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! stream_compression.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! stream_compression_gzip.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! stream_compression_identity.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! stats.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! stats_data.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! format_request.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! httpcli.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! parser.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! buffer_list.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! call_combiner.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! cfstream_handle.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! combiner.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! endpoint.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! endpoint_cfstream.cc
npm ERR! endpoint_pair_posix.cc
npm ERR! endpoint_pair_uv.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! endpoint_pair_windows.cc
npm ERR! error.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\iomgr\error_internal.h(58,12): warning C4200: nonstandard extension used: zero-sized array in struct/union [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\iomgr\error_internal.h(58,12): message : This member will be ignored by a defaulted constructor or copy/move assignment operator [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! error_cfstream.cc
npm ERR! ev_epoll1_linux.cc
npm ERR! ev_epollex_linux.cc
npm ERR! ev_poll_posix.cc
npm ERR! ev_posix.cc
npm ERR! ev_windows.cc
npm ERR! exec_ctx.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! executor.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! mpmcqueue.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! threadpool.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! fork_posix.cc
npm ERR! fork_windows.cc
npm ERR! gethostname_fallback.cc
npm ERR! gethostname_host_name_max.cc
npm ERR! gethostname_sysconf.cc
npm ERR! grpc_if_nametoindex_posix.cc
npm ERR! grpc_if_nametoindex_unsupported.cc
npm ERR! internal_errqueue.cc
npm ERR! iocp_windows.cc
npm ERR! iomgr.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! iomgr_custom.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! iomgr_internal.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! iomgr_posix.cc
npm ERR! iomgr_posix_cfstream.cc
npm ERR! iomgr_uv.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! iomgr_windows.cc
npm ERR! is_epollexclusive_available.cc
npm ERR! load_file.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! lockfree_event.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! polling_entity.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! pollset.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! pollset_custom.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! pollset_set.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! pollset_set_custom.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! pollset_set_windows.cc
npm ERR! pollset_uv.cc
npm ERR! pollset_windows.cc
npm ERR! resolve_address.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! resolve_address_custom.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! resolve_address_posix.cc
npm ERR! resolve_address_windows.cc
npm ERR! resource_quota.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\iomgr\resource_quota.cc(943,71): warning C4146: unary minus operator applied to unsigned type, result still unsigned [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! sockaddr_utils.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! socket_factory_posix.cc
npm ERR! socket_mutator.cc
npm ERR! socket_utils_common_posix.cc
npm ERR! socket_utils_linux.cc
npm ERR! socket_utils_posix.cc
npm ERR! socket_utils_uv.cc
npm ERR! socket_utils_windows.cc
npm ERR! socket_windows.cc
npm ERR! tcp_client.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! tcp_client_cfstream.cc
npm ERR! tcp_client_custom.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! tcp_client_posix.cc
npm ERR! tcp_client_windows.cc
npm ERR! tcp_custom.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! tcp_posix.cc
npm ERR! tcp_server.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! tcp_server_custom.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! tcp_server_posix.cc
npm ERR! tcp_server_utils_posix_common.cc
npm ERR! tcp_server_utils_posix_ifaddrs.cc
npm ERR! tcp_server_utils_posix_noifaddrs.cc
npm ERR! tcp_server_windows.cc
npm ERR! tcp_uv.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! tcp_windows.cc
npm ERR! time_averaged_stats.cc
npm ERR! timer.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! timer_custom.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! timer_generic.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! timer_heap.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! timer_manager.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! timer_uv.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! udp_server.cc
npm ERR! unix_sockets_posix.cc
npm ERR! unix_sockets_posix_noop.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! wakeup_fd_eventfd.cc
npm ERR! wakeup_fd_nospecial.cc
npm ERR! wakeup_fd_pipe.cc
npm ERR! wakeup_fd_posix.cc
npm ERR! json.cc
npm ERR! json_reader.cc
npm ERR! json_string.cc
npm ERR! json_writer.cc
npm ERR! b64.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! percent_encoding.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! slice.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! slice_buffer.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! slice_intern.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! slice_string_helpers.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! api_trace.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! byte_buffer.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! byte_buffer_reader.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! call.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! call_details.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! call_log_batch.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! channel.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! channel_init.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! channel_ping.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! channel_stack_type.cc
npm ERR! completion_queue.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! completion_queue_factory.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! event_string.cc
npm ERR! lame_client.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! metadata_array.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! server.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! validate_metadata.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! version.cc
npm ERR! bdp_estimator.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! byte_stream.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! connectivity_state.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! error_utils.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\iomgr\error_internal.h(58,12): warning C4200: nonstandard extension used: zero-sized array in struct/union [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\iomgr\error_internal.h(58,12): message : This member will be ignored by a defaulted constructor or copy/move assignment operator [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! metadata.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! metadata_batch.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! pid_controller.cc
npm ERR! static_metadata.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! status_conversion.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! status_metadata.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! timeout_encoding.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! transport.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! transport_op_string.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! uri_parser.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! trace.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! server_secure_chttp2.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\security\credentials\credentials.h(217,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! bin_decoder.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! bin_encoder.cc
npm ERR! chttp2_plugin.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! chttp2_transport.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! context_list.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! flow_control.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! frame_data.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! frame_goaway.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! frame_ping.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! frame_rst_stream.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! frame_settings.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! frame_window_update.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! hpack_encoder.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! hpack_parser.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! hpack_table.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! http2_settings.cc
npm ERR! huffsyms.cc
npm ERR! incoming_metadata.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! parsing.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! stream_lists.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! stream_map.cc
npm ERR! varint.cc
npm ERR! writing.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\internal.h(109,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\ext\transport\chttp2\transport\writing.cc(542,35): warning C4804: '>': unsafe use of type 'bool' in operation [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! alpn.cc
npm ERR! http_client_filter.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! http_filters_plugin.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! message_compress_filter.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! http_server_filter.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! httpcli_security_connector.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\security\credentials\credentials.h(217,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! security_context.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\security\credentials\credentials.h(217,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! alts_credentials.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator::const_pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning. [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(133): message : see reference to class template instantiation 'grpc_core::Allocator' being compiled [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\security\credentials\credentials.h(217,16): warning C5208: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes [D:\DELIVERY\Firestore\node_modules\grpc\build\grpc.vcxproj]
npm ERR! composite_credentials.cc
npm ERR! D:\DELIVERY\Firestore\node_modules\grpc\deps\grpc\src\core\lib\gprpp\memory.h(116,42): warning C4996: 'std::allocator

@duzhenxun
Copy link

waibulishikang

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

No branches or pull requests

2 participants