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

Install IJavascript using Visual Studio 2022 #253

Open
liudonghua123 opened this issue Nov 11, 2021 · 15 comments
Open

Install IJavascript using Visual Studio 2022 #253

liudonghua123 opened this issue Nov 11, 2021 · 15 comments
Labels

Comments

@liudonghua123
Copy link

When I tried to execute npm i -g ijavascript jp-babel --loglevel silly, I got the following errors. It seemed it did not support vs 2022.

npm ERR! gyp sill find Python execFile result: err = null
npm ERR! gyp sill find Python execFile result: stdout = "3.10.0\r\n"
npm ERR! gyp sill find Python execFile result: stderr = ""
npm ERR! gyp verb find Python - version is "3.10.0"
npm ERR! gyp info find Python using Python version 3.10.0 found at "C:\Users\Liu.D.H\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe"
npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 16.13.0
npm ERR! gyp verb command install [ '16.13.0' ]
npm ERR! gyp verb download using dist-url https://npm.taobao.org/dist
npm ERR! gyp verb install input version string "16.13.0"
npm ERR! gyp verb install installing version: 16.13.0
npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
npm ERR! gyp verb install version is already installed, need to check "installVersion"
npm ERR! gyp verb got "installVersion" 9
npm ERR! gyp verb needs "installVersion" 9
npm ERR! gyp verb install version is good
npm ERR! gyp verb get node dir target node version installed: 16.13.0
npm ERR! gyp verb build dir attempting to create "build" dir: C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build
npm ERR! gyp verb build dir "build" dir needed to be created? Yes
npm ERR! gyp verb find VS msvs_version was set from command line or npm config
npm ERR! gyp verb find VS - looking for Visual Studio version 2022
npm ERR! gyp verb find VS running in VS Command Prompt, installation path is:
npm ERR! gyp verb find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp verb find VS - will only use this version
npm ERR! gyp sill find VS Running C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe [
npm ERR! gyp sill find VS   '-ExecutionPolicy',
npm ERR! gyp sill find VS   'Unrestricted',
npm ERR! gyp sill find VS   '-NoProfile',
npm ERR! gyp sill find VS   '-Command',
npm ERR! gyp sill find VS   "&{Add-Type -Path 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm\\v16.13.0\\node_modules\\npm\\node_modules\\node-gyp\\lib\\Find-VisualStudio.cs';[VisualStudioConfiguration.Main]::PrintJson()}"
npm ERR! gyp sill find VS ]
npm ERR! gyp sill find VS PS stderr = ""
npm ERR! gyp sill find VS processing installation: "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp sill find VS - version match = ["17.0.31903.59","17","0"]
npm ERR! gyp sill find VS - found VC.Tools.x86.x64
npm ERR! gyp sill find VS - found Win10SDK: 19041
npm ERR! gyp sill find VS vsInfo: [
npm ERR! gyp sill find VS   {
npm ERR! gyp sill find VS     version: '17.0.31903.59',
npm ERR! gyp sill find VS     versionMajor: 17,
npm ERR! gyp sill find VS     versionMinor: 0,
npm ERR! gyp sill find VS     versionYear: 2022,
npm ERR! gyp sill find VS     path: 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community',
npm ERR! gyp sill find VS     msBuild: 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
npm ERR! gyp sill find VS     toolset: 'v143',
npm ERR! gyp sill find VS     sdk: '10.0.19041.0'
npm ERR! gyp sill find VS   }
npm ERR! gyp sill find VS ]
npm ERR! gyp verb find VS checking VS2022 (17.0.31903.59) found at:
npm ERR! gyp verb find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp verb find VS - found "Visual Studio C++ core features"
npm ERR! gyp verb find VS - found VC++ toolset: v143
npm ERR! gyp verb find VS - found Windows SDK: 10.0.19041.0
npm ERR! gyp info find VS using VS2022 (17.0.31903.59) found at:
npm ERR! gyp info find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp info find VS run with --verbose for detailed information
npm ERR! gyp verb build/config.gypi creating config file
npm ERR! gyp sill build/config.gypi {
npm ERR! gyp sill build/config.gypi   target_defaults: {
npm ERR! gyp sill build/config.gypi     cflags: [],
npm ERR! gyp sill build/config.gypi     default_configuration: 'Release',
npm ERR! gyp sill build/config.gypi     defines: [],
npm ERR! gyp sill build/config.gypi     include_dirs: [],
npm ERR! gyp sill build/config.gypi     libraries: [],
npm ERR! gyp sill build/config.gypi     msbuild_toolset: 'v143',
npm ERR! gyp sill build/config.gypi     msvs_windows_target_platform_version: '10.0.19041.0'
npm ERR! gyp sill build/config.gypi   },
npm ERR! gyp sill build/config.gypi   variables: {
npm ERR! gyp sill build/config.gypi     asan: 0,
npm ERR! gyp sill build/config.gypi     coverage: false,
npm ERR! gyp sill build/config.gypi     dcheck_always_on: 0,
npm ERR! gyp sill build/config.gypi     debug_nghttp2: false,
npm ERR! gyp sill build/config.gypi     debug_node: false,
npm ERR! gyp sill build/config.gypi     enable_lto: false,
npm ERR! gyp sill build/config.gypi     enable_pgo_generate: false,
npm ERR! gyp sill build/config.gypi     enable_pgo_use: false,
npm ERR! gyp sill build/config.gypi     error_on_warn: false,
npm ERR! gyp sill build/config.gypi     force_dynamic_crt: 0,
npm ERR! gyp sill build/config.gypi     host_arch: 'x64',
npm ERR! gyp sill build/config.gypi     icu_data_in: '..\\..\\deps\\icu-tmp\\icudt69l.dat',
npm ERR! gyp sill build/config.gypi     icu_endianness: 'l',
npm ERR! gyp sill build/config.gypi     icu_gyp_path: 'tools/icu/icu-generic.gyp',
npm ERR! gyp sill build/config.gypi     icu_path: 'deps/icu-small',
npm ERR! gyp sill build/config.gypi     icu_small: false,
npm ERR! gyp sill build/config.gypi     icu_ver_major: '69',
npm ERR! gyp sill build/config.gypi     is_debug: 0,
npm ERR! gyp sill build/config.gypi     llvm_version: '0.0',
npm ERR! gyp sill build/config.gypi     napi_build_version: '8',
npm ERR! gyp sill build/config.gypi     nasm_version: '2.14',
npm ERR! gyp sill build/config.gypi     node_byteorder: 'little',
npm ERR! gyp sill build/config.gypi     node_debug_lib: false,
npm ERR! gyp sill build/config.gypi     node_enable_d8: false,
npm ERR! gyp sill build/config.gypi     node_install_npm: true,
npm ERR! gyp sill build/config.gypi     node_library_files: [
npm ERR! gyp sill build/config.gypi       'lib/assert.js',
npm ERR! gyp sill build/config.gypi       'lib/async_hooks.js',
npm ERR! gyp sill build/config.gypi       'lib/buffer.js',
npm ERR! gyp sill build/config.gypi       'lib/child_process.js',
npm ERR! gyp sill build/config.gypi       'lib/cluster.js',
npm ERR! gyp sill build/config.gypi       'lib/console.js',
npm ERR! gyp sill build/config.gypi       'lib/constants.js',
npm ERR! gyp sill build/config.gypi       'lib/crypto.js',
npm ERR! gyp sill build/config.gypi       'lib/dgram.js',
npm ERR! gyp sill build/config.gypi       'lib/diagnostics_channel.js',
npm ERR! gyp sill build/config.gypi       'lib/dns.js',
npm ERR! gyp sill build/config.gypi       'lib/domain.js',
npm ERR! gyp sill build/config.gypi       'lib/events.js',
npm ERR! gyp sill build/config.gypi       'lib/fs.js',
npm ERR! gyp sill build/config.gypi       'lib/http.js',
npm ERR! gyp sill build/config.gypi       'lib/http2.js',
npm ERR! gyp sill build/config.gypi       'lib/https.js',
npm ERR! gyp sill build/config.gypi       'lib/inspector.js',
npm ERR! gyp sill build/config.gypi       'lib/module.js',
npm ERR! gyp sill build/config.gypi       'lib/net.js',
npm ERR! gyp sill build/config.gypi       'lib/os.js',
npm ERR! gyp sill build/config.gypi       'lib/path.js',
npm ERR! gyp sill build/config.gypi       'lib/perf_hooks.js',
npm ERR! gyp sill build/config.gypi       'lib/process.js',
npm ERR! gyp sill build/config.gypi       'lib/punycode.js',
npm ERR! gyp sill build/config.gypi       'lib/querystring.js',
npm ERR! gyp sill build/config.gypi       'lib/readline.js',
npm ERR! gyp sill build/config.gypi       'lib/repl.js',
npm ERR! gyp sill build/config.gypi       'lib/stream.js',
npm ERR! gyp sill build/config.gypi       'lib/string_decoder.js',
npm ERR! gyp sill build/config.gypi       'lib/sys.js',
npm ERR! gyp sill build/config.gypi       'lib/timers.js',
npm ERR! gyp sill build/config.gypi       'lib/tls.js',
npm ERR! gyp sill build/config.gypi       'lib/trace_events.js',
npm ERR! gyp sill build/config.gypi       'lib/tty.js',
npm ERR! gyp sill build/config.gypi       'lib/url.js',
npm ERR! gyp sill build/config.gypi       'lib/util.js',
npm ERR! gyp sill build/config.gypi       'lib/v8.js',
npm ERR! gyp sill build/config.gypi       'lib/vm.js',
npm ERR! gyp sill build/config.gypi       'lib/wasi.js',
npm ERR! gyp sill build/config.gypi       'lib/worker_threads.js',
npm ERR! gyp sill build/config.gypi       'lib/zlib.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_agent.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_client.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_common.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_incoming.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_outgoing.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_server.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_duplex.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_passthrough.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_readable.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_transform.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_wrap.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_writable.js',
npm ERR! gyp sill build/config.gypi       'lib/_tls_common.js',
npm ERR! gyp sill build/config.gypi       'lib/_tls_wrap.js',
npm ERR! gyp sill build/config.gypi       'lib/assert/strict.js',
npm ERR! gyp sill build/config.gypi       'lib/dns/promises.js',
npm ERR! gyp sill build/config.gypi       'lib/fs/promises.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/abort_controller.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/assert.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/async_hooks.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/blob.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/blocklist.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/buffer.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/child_process.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/cli_table.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/constants.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/dgram.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/dtrace.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/encoding.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/errors.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/error_serdes.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/event_target.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/fixed_queue.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/freelist.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/freeze_intrinsics.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/heap_utils.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/histogram.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/http.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/idna.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/inspector_async_hook.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/js_stream_socket.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/linkedlist.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/net.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/options.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/priority_queue.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/querystring.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/repl.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/socketaddress.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/socket_list.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/stream_base_commons.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/timers.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/trace_events_async_hooks.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/tty.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/url.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/util.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/v8_prof_polyfill.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/v8_prof_processor.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/validators.js',
npm ERR! gyp sill build/config.gypi       ... 160 more items
npm ERR! gyp sill build/config.gypi     ],
npm ERR! gyp sill build/config.gypi     node_module_version: 93,
npm ERR! gyp sill build/config.gypi     node_no_browser_globals: false,
npm ERR! gyp sill build/config.gypi     node_prefix: '/usr/local',
npm ERR! gyp sill build/config.gypi     node_release_urlbase: 'https://nodejs.org/download/release/',
npm ERR! gyp sill build/config.gypi     node_shared: false,
npm ERR! gyp sill build/config.gypi     node_shared_brotli: false,
npm ERR! gyp sill build/config.gypi     node_shared_cares: false,
npm ERR! gyp sill build/config.gypi     node_shared_http_parser: false,
npm ERR! gyp sill build/config.gypi     node_shared_libuv: false,
npm ERR! gyp sill build/config.gypi     node_shared_nghttp2: false,
npm ERR! gyp sill build/config.gypi     node_shared_nghttp3: false,
npm ERR! gyp sill build/config.gypi     node_shared_ngtcp2: false,
npm ERR! gyp sill build/config.gypi     node_shared_openssl: false,
npm ERR! gyp sill build/config.gypi     node_shared_zlib: false,
npm ERR! gyp sill build/config.gypi     node_tag: '',
npm ERR! gyp sill build/config.gypi     node_target_type: 'executable',
npm ERR! gyp sill build/config.gypi     node_use_bundled_v8: true,
npm ERR! gyp sill build/config.gypi     node_use_dtrace: false,
npm ERR! gyp sill build/config.gypi     node_use_etw: true,
npm ERR! gyp sill build/config.gypi     node_use_node_code_cache: true,
npm ERR! gyp sill build/config.gypi     node_use_node_snapshot: true,
npm ERR! gyp sill build/config.gypi     node_use_openssl: true,
npm ERR! gyp sill build/config.gypi     node_use_v8_platform: true,
npm ERR! gyp sill build/config.gypi     node_with_ltcg: true,
npm ERR! gyp sill build/config.gypi     node_without_node_options: false,
npm ERR! gyp sill build/config.gypi     openssl_fips: '',
npm ERR! gyp sill build/config.gypi     openssl_is_fips: false,
npm ERR! gyp sill build/config.gypi     openssl_quic: true,
npm ERR! gyp sill build/config.gypi     ossfuzz: false,
npm ERR! gyp sill build/config.gypi     shlib_suffix: 'so.93',
npm ERR! gyp sill build/config.gypi     target_arch: 'x64',
npm ERR! gyp sill build/config.gypi     v8_enable_31bit_smis_on_64bit_arch: 0,
npm ERR! gyp sill build/config.gypi     v8_enable_gdbjit: 0,
npm ERR! gyp sill build/config.gypi     v8_enable_i18n_support: 1,
npm ERR! gyp sill build/config.gypi     v8_enable_inspector: 1,
npm ERR! gyp sill build/config.gypi     v8_enable_lite_mode: 0,
npm ERR! gyp sill build/config.gypi     v8_enable_object_print: 1,
npm ERR! gyp sill build/config.gypi     v8_enable_pointer_compression: 0,
npm ERR! gyp sill build/config.gypi     v8_enable_webassembly: 1,
npm ERR! gyp sill build/config.gypi     v8_no_strict_aliasing: 1,
npm ERR! gyp sill build/config.gypi     v8_optimized_debug: 1,
npm ERR! gyp sill build/config.gypi     v8_promise_internal_field_count: 1,
npm ERR! gyp sill build/config.gypi     v8_random_seed: 0,
npm ERR! gyp sill build/config.gypi     v8_trace_maps: 0,
npm ERR! gyp sill build/config.gypi     v8_use_siphash: 1,
npm ERR! gyp sill build/config.gypi     want_separate_host_toolset: 0,
npm ERR! gyp sill build/config.gypi     nodedir: 'C:\\Users\\Liu.D.H\\AppData\\Local\\node-gyp\\Cache\\16.13.0',
npm ERR! gyp sill build/config.gypi     standalone_static_library: 1,
npm ERR! gyp sill build/config.gypi     msbuild_path: 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
npm ERR! gyp sill build/config.gypi     access: 'public',
npm ERR! gyp sill build/config.gypi     cache: 'C:\\Users\\Liu.D.H\\AppData\\Local\\npm-cache',
npm ERR! gyp sill build/config.gypi     chromedriver_cdnurl: 'https://npm.taobao.org/mirrors/chromedriver',
npm ERR! gyp sill build/config.gypi     couchbase_binary_host_mirror: 'https://npm.taobao.org/mirrors/couchbase/v{version}',
npm ERR! gyp sill build/config.gypi     debug_binary_host_mirror: 'https://npm.taobao.org/mirrors/node-inspector',
npm ERR! gyp sill build/config.gypi     disturl: 'https://npm.taobao.org/dist',
npm ERR! gyp sill build/config.gypi     electron_mirror: 'https://cdn.npm.taobao.org/dist/electron/',
npm ERR! gyp sill build/config.gypi     flow_bin_binary_host_mirror: 'https://npm.taobao.org/mirrors/flow/v',
npm ERR! gyp sill build/config.gypi     fse_binary_host_mirror: 'https://npm.taobao.org/mirrors/fsevents',
npm ERR! gyp sill build/config.gypi     fuse_bindings_binary_host_mirror: 'https://npm.taobao.org/mirrors/fuse-bindings/v{version}',
npm ERR! gyp sill build/config.gypi     git4win_mirror: 'https://npm.taobao.org/mirrors/git-for-windows',
npm ERR! gyp sill build/config.gypi     global: 'true',
npm ERR! gyp sill build/config.gypi     globalconfig: 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\etc\\npmrc',
npm ERR! gyp sill build/config.gypi     global_prefix: 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm',
npm ERR! gyp sill build/config.gypi     gl_binary_host_mirror: 'https://npm.taobao.org/mirrors/gl/v{version}',
npm ERR! gyp sill build/config.gypi     grpc_node_binary_host_mirror: 'https://npm.taobao.org/mirrors',
npm ERR! gyp sill build/config.gypi     hackrf_binary_host_mirror: 'https://npm.taobao.org/mirrors/hackrf/v{version}',
npm ERR! gyp sill build/config.gypi     init_module: 'C:\\Users\\Liu.D.H\\.npm-init.js',
npm ERR! gyp sill build/config.gypi     leveldown_binary_host_mirror: 'https://npm.taobao.org/mirrors/leveldown/v{version}',
npm ERR! gyp sill build/config.gypi     leveldown_hyper_binary_host_mirror: 'https://npm.taobao.org/mirrors/leveldown-hyper/v{version}',
npm ERR! gyp sill build/config.gypi     local_prefix: 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq',
npm ERR! gyp sill build/config.gypi     metrics_registry: 'https://registry.npmjs.org/',
npm ERR! gyp sill build/config.gypi     mknod_binary_host_mirror: 'https://npm.taobao.org/mirrors/mknod/v{version}',
npm ERR! gyp sill build/config.gypi     nodegit_binary_host_mirror: 'https://npm.taobao.org/mirrors/nodegit/v{version}/',
npm ERR! gyp sill build/config.gypi     node_gyp: 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm\\v16.13.0\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js',
npm ERR! gyp sill build/config.gypi     node_sqlite3_binary_host_mirror: 'https://npm.taobao.org/mirrors',
npm ERR! gyp sill build/config.gypi     node_tk5_binary_host_mirror: 'https://npm.taobao.org/mirrors/node-tk5/v{version}',
npm ERR! gyp sill build/config.gypi     no_optional: 'true',
npm ERR! gyp sill build/config.gypi     operadriver_cdnurl: 'https://npm.taobao.org/mirrors/operadriver',
npm ERR! gyp sill build/config.gypi     phantomjs_cdnurl: 'https://npm.taobao.org/mirrors/phantomjs',
npm ERR! gyp sill build/config.gypi     prefix: 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm',
npm ERR! gyp sill build/config.gypi     profiler_binary_host_mirror: 'https://npm.taobao.org/mirrors/node-inspector/',
npm ERR! gyp sill build/config.gypi     puppeteer_download_host: 'https://npm.taobao.org/mirrors',
npm ERR! gyp sill build/config.gypi     python_mirror: 'https://npm.taobao.org/mirrors/python',
npm ERR! gyp sill build/config.gypi     rabin_binary_host_mirror: 'https://npm.taobao.org/mirrors/rabin/v{version}',
npm ERR! gyp sill build/config.gypi     sass_binary_site: 'https://npm.taobao.org/mirrors/node-sass',
npm ERR! gyp sill build/config.gypi     sodium_prebuilt_binary_host_mirror: 'https://npm.taobao.org/mirrors/sodium-prebuilt/v{version}',
npm ERR! gyp sill build/config.gypi     sqlite3_binary_site: 'https://npm.taobao.org/mirrors/sqlite3',
npm ERR! gyp sill build/config.gypi     strict_ssl: '',
npm ERR! gyp sill build/config.gypi     userconfig: 'C:\\Users\\Liu.D.H\\.npmrc',
npm ERR! gyp sill build/config.gypi     user_agent: 'npm/8.1.0 node/v16.13.0 win32 x64 workspaces/false',
npm ERR! gyp sill build/config.gypi     utf_8_validate_binary_host_mirror: 'https://npm.taobao.org/mirrors/utf-8-validate/v{version}',
npm ERR! gyp sill build/config.gypi     utp_native_binary_host_mirror: 'https://npm.taobao.org/mirrors/utp-native/v{version}',
npm ERR! gyp sill build/config.gypi     zmq_prebuilt_binary_host_mirror: 'https://npm.taobao.org/mirrors/zmq-prebuilt/v{version}'
npm ERR! gyp sill build/config.gypi   }
npm ERR! gyp sill build/config.gypi }
npm ERR! gyp verb build/config.gypi writing out config file: C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\config.gypi
npm ERR! gyp verb config.gypi checking for gypi file: C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\config.gypi
npm ERR! gyp verb common.gypi checking for gypi file: C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\common.gypi
npm ERR! gyp verb gyp gyp format was not specified; forcing "msvs"
npm ERR! gyp info spawn C:\Users\Liu.D.H\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm\\v16.13.0\\node_modules\\npm\\node_modules\\node-gyp\\gyp\\gyp_main.py',
npm ERR! gyp info spawn args   'binding.gyp',
npm ERR! gyp info spawn args   '-f',
npm ERR! gyp info spawn args   'msvs',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\build\\config.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm\\v16.13.0\\node_modules\\npm\\node_modules\\node-gyp\\addon.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Local\\node-gyp\\Cache\\16.13.0\\include\\node\\common.gypi',
npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
npm ERR! gyp info spawn args   '-Dvisibility=default',
npm ERR! gyp info spawn args   '-Dnode_root_dir=C:\\Users\\Liu.D.H\\AppData\\Local\\node-gyp\\Cache\\16.13.0',
npm ERR! gyp info spawn args   '-Dnode_gyp_dir=C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm\\v16.13.0\\node_modules\\npm\\node_modules\\node-gyp',
npm ERR! gyp info spawn args   '-Dnode_lib_file=C:\\\\Users\\\\Liu.D.H\\\\AppData\\\\Local\\\\node-gyp\\\\Cache\\\\16.13.0\\\\<(target_arch)\\\\node.lib',
npm ERR! gyp info spawn args   '-Dmodule_root_dir=C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq',
npm ERR! gyp info spawn args   '-Dnode_engine=v8',
npm ERR! gyp info spawn args   '--depth=.',
npm ERR! gyp info spawn args   '--no-parallel',
npm ERR! gyp info spawn args   '--generator-output',
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\build',
npm ERR! gyp info spawn args   '-Goutput_dir=.'
npm ERR! gyp info spawn args ]
npm ERR! gyp verb command build []
npm ERR! gyp verb build type Release
npm ERR! gyp verb architecture x64
npm ERR! gyp verb node dev dir C:\Users\Liu.D.H\AppData\Local\node-gyp\Cache\16.13.0
npm ERR! gyp verb found first Solution file build/binding.sln
npm ERR! gyp verb using MSBuild: C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exenpm ERR! gyp info spawn C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args   'build/binding.sln',
npm ERR! gyp info spawn args   '/nologo',
npm ERR! gyp info spawn args   '/p:Configuration=Release;Platform=x64'
npm ERR! gyp info spawn args ]
npm ERR! gyp ERR! build error
npm ERR! gyp ERR! stack Error: `C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1
npm ERR! gyp ERR! stack     at ChildProcess.onExit (C:\Users\Liu.D.H\AppData\Roaming\nvm\v16.13.0\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
npm ERR! gyp ERR! System Windows_NT 10.0.22000
npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm\\v16.13.0\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq
npm ERR! gyp ERR! node -v v16.13.0
npm ERR! gyp ERR! node-gyp -v v8.4.0
npm ERR! gyp ERR! not ok
npm ERR! npm timing command:run-script Completed in 3853ms
npm ERR! npm verb exit 1
npm ERR! npm timing npm Completed in 4154ms
npm ERR! npm verb code 1
npm verb exit 1
npm timing npm Completed in 49049ms
npm verb unfinished npm timer reify 1636595667579
npm verb unfinished npm timer reify:build 1636595698145
npm verb unfinished npm timer build 1636595698145
npm verb unfinished npm timer build:deps 1636595698146
npm verb unfinished npm timer build:run:install 1636595698383
npm verb unfinished npm timer build:run:install:node_modules/ijavascript/node_modules/zeromq 1636595698384
npm verb unfinished npm timer build:run:install:node_modules/jp-babel/node_modules/zeromq 1636595698398
npm verb code 1

I have fixed a node-gyp, see nodejs/node-gyp#2462 (comment).

@n-riesco n-riesco changed the title did not work on vs 2022. Install IJavascript using Visual Studio 2022 Nov 11, 2021
@n-riesco
Copy link
Owner

Do the instructions in Updating-npm-bundled-node-gyp.md work for you?


[...]

Windows

Windows Command Prompt

npm install --global node-gyp@latest
for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp"%P\node_modules\node-gyp\bin\node-gyp.js"

Powershell

npm install --global node-gyp@latest
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}

[...]

@liudonghua123
Copy link
Author

liudonghua123 commented Nov 12, 2021

I tried to set node_gyp, but it failed with npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\jp-babel\node_modules\zeromq\null\package.json'.

The full logs are:

npm i -g ijavascript jp-babel --loglevel silly
C:\Users\Liu.D.H>node -v
v16.13.0

C:\Users\Liu.D.H>npm -v
8.1.3

C:\Users\Liu.D.H>npm config get node_gyp
C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\node-gyp\bin\node-gyp.js

C:\Users\Liu.D.H>type "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\node-gyp\package.json" | findstr version
  "version": "8.4.0",

C:\Users\Liu.D.H>npm i -g ijavascript jp-babel --loglevel silly
npm verb cli [
npm verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm verb cli   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
npm verb cli   'i',
npm verb cli   '-g',
npm verb cli   'ijavascript',
npm verb cli   'jp-babel',
npm verb cli   '--loglevel',
npm verb cli   'silly'
npm verb cli ]
npm info using [email protected]
npm info using [email protected]
npm timing npm:load:whichnode Completed in 0ms
npm timing config:load:defaults Completed in 2ms
npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 1ms
npm timing config:load:builtin Completed in 1ms
npm timing config:load:cli Completed in 2ms
npm timing config:load:env Completed in 0ms
npm timing config:load:project Completed in 0ms
npm timing config:load:file:C:\Users\Liu.D.H\.npmrc Completed in 2ms
npm timing config:load:user Completed in 2ms
npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\etc\npmrc Completed in 1ms
npm timing config:load:global Completed in 1ms
npm timing config:load:validate Completed in 2ms
npm timing config:load:credentials Completed in 0ms
npm timing config:load:setEnvs Completed in 2ms
npm timing config:load Completed in 13ms
npm timing npm:load:configload Completed in 13ms
npm timing npm:load:setTitle Completed in 0ms
npm timing npm:load:setupLog Completed in 1ms
npm timing config:load:flatten Completed in 3ms
npm timing npm:load:cleanupLog Completed in 2ms
npm timing npm:load:configScope Completed in 0ms
npm timing npm:load:projectScope Completed in 1ms
npm timing npm:load Completed in 33ms
npm timing arborist:ctor Completed in 0ms
npm timing idealTree:init Completed in 5ms
npm timing idealTree:userRequests Completed in 3ms
npm sill idealTree buildDeps
npm sill fetch manifest ijavascript@*
npm http fetch GET 200 https://registry.npmjs.org/ijavascript 1234ms (cache revalidated)
npm sill fetch manifest jp-babel@*
npm http fetch GET 200 https://registry.npmjs.org/jp-babel 417ms (cache revalidated)
npm sill placeDep ROOT [email protected] OK for:  want: *
npm sill placeDep ROOT [email protected] OK for:  want: *
npm sill fetch manifest jp-kernel@1 || 2
npm sill fetch manifest @babel/core@7
npm sill fetch manifest @babel/preset-env@7
npm sill fetch manifest @babel/register@7
npm sill fetch manifest jp-kernel@2
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fregister 736ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/jp-kernel 852ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcore 887ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-env 2807ms (cache revalidated)
npm timing idealTree:#root Completed in 4510ms
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 1 || 2
npm sill fetch manifest jmp@1 || 2
npm sill fetch manifest nel@^1.1.0
npm sill fetch manifest uuid@3
npm http fetch GET 200 https://registry.npmjs.org/nel 413ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/jmp 418ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/uuid 942ms (cache revalidated)
npm timing idealTree:node_modules/ijavascript Completed in 961ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: 7
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: 7
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: 7
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 2
npm sill fetch manifest @babel/code-frame@^7.16.0
npm sill fetch manifest @babel/generator@^7.16.0
npm sill fetch manifest @babel/helper-compilation-targets@^7.16.0
npm sill fetch manifest @babel/helper-module-transforms@^7.16.0
npm sill fetch manifest @babel/helpers@^7.16.0
npm sill fetch manifest @babel/parser@^7.16.0
npm sill fetch manifest @babel/template@^7.16.0
npm sill fetch manifest @babel/traverse@^7.16.0
npm sill fetch manifest @babel/types@^7.16.0
npm sill fetch manifest convert-source-map@^1.7.0
npm sill fetch manifest debug@^4.1.0
npm sill fetch manifest gensync@^1.0.0-beta.2
npm sill fetch manifest json5@^2.1.2
npm sill fetch manifest semver@^6.3.0
npm sill fetch manifest source-map@^0.5.0
npm sill fetch manifest @babel/compat-data@^7.16.0
npm sill fetch manifest @babel/helper-plugin-utils@^7.14.5
npm sill fetch manifest @babel/helper-validator-option@^7.14.5
npm sill fetch manifest @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0
npm sill fetch manifest @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-async-generator-functions@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-class-properties@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-class-static-block@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-dynamic-import@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-export-namespace-from@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-json-strings@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-logical-assignment-operators@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-nullish-coalescing-operator@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-numeric-separator@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-object-rest-spread@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-optional-catch-binding@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-optional-chaining@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-private-methods@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-private-property-in-object@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-unicode-property-regex@^7.16.0
npm sill fetch manifest @babel/plugin-syntax-async-generators@^7.8.4
npm sill fetch manifest @babel/plugin-syntax-class-properties@^7.12.13
npm sill fetch manifest @babel/plugin-syntax-class-static-block@^7.14.5
npm sill fetch manifest @babel/plugin-syntax-dynamic-import@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-export-namespace-from@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-json-strings@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-logical-assignment-operators@^7.10.4
npm sill fetch manifest @babel/plugin-syntax-nullish-coalescing-operator@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-numeric-separator@^7.10.4
npm sill fetch manifest @babel/plugin-syntax-object-rest-spread@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-optional-catch-binding@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-optional-chaining@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-private-property-in-object@^7.14.5
npm sill fetch manifest @babel/plugin-syntax-top-level-await@^7.14.5
npm sill fetch manifest @babel/plugin-transform-arrow-functions@^7.16.0
npm sill fetch manifest @babel/plugin-transform-async-to-generator@^7.16.0
npm sill fetch manifest @babel/plugin-transform-block-scoped-functions@^7.16.0
npm sill fetch manifest @babel/plugin-transform-block-scoping@^7.16.0
npm sill fetch manifest @babel/plugin-transform-classes@^7.16.0
npm sill fetch manifest @babel/plugin-transform-computed-properties@^7.16.0
npm sill fetch manifest @babel/plugin-transform-destructuring@^7.16.0
npm sill fetch manifest @babel/plugin-transform-dotall-regex@^7.16.0
npm sill fetch manifest @babel/plugin-transform-duplicate-keys@^7.16.0
npm sill fetch manifest @babel/plugin-transform-exponentiation-operator@^7.16.0
npm sill fetch manifest @babel/plugin-transform-for-of@^7.16.0
npm sill fetch manifest @babel/plugin-transform-function-name@^7.16.0
npm sill fetch manifest @babel/plugin-transform-literals@^7.16.0
npm sill fetch manifest @babel/plugin-transform-member-expression-literals@^7.16.0
npm sill fetch manifest @babel/plugin-transform-modules-amd@^7.16.0
npm sill fetch manifest @babel/plugin-transform-modules-commonjs@^7.16.0
npm sill fetch manifest @babel/plugin-transform-modules-systemjs@^7.16.0
npm sill fetch manifest @babel/plugin-transform-modules-umd@^7.16.0
npm sill fetch manifest @babel/plugin-transform-named-capturing-groups-regex@^7.16.0
npm sill fetch manifest @babel/plugin-transform-new-target@^7.16.0
npm sill fetch manifest @babel/plugin-transform-object-super@^7.16.0
npm sill fetch manifest @babel/plugin-transform-parameters@^7.16.0
npm sill fetch manifest @babel/plugin-transform-property-literals@^7.16.0
npm sill fetch manifest @babel/plugin-transform-regenerator@^7.16.0
npm sill fetch manifest @babel/plugin-transform-reserved-words@^7.16.0
npm sill fetch manifest @babel/plugin-transform-shorthand-properties@^7.16.0
npm sill fetch manifest @babel/plugin-transform-spread@^7.16.0
npm sill fetch manifest @babel/plugin-transform-sticky-regex@^7.16.0
npm sill fetch manifest @babel/plugin-transform-template-literals@^7.16.0
npm sill fetch manifest @babel/plugin-transform-typeof-symbol@^7.16.0
npm sill fetch manifest @babel/plugin-transform-unicode-escapes@^7.16.0
npm sill fetch manifest @babel/plugin-transform-unicode-regex@^7.16.0
npm sill fetch manifest @babel/preset-modules@^0.1.5
npm sill fetch manifest babel-plugin-polyfill-corejs2@^0.2.3
npm sill fetch manifest babel-plugin-polyfill-corejs3@^0.3.0
npm sill fetch manifest babel-plugin-polyfill-regenerator@^0.2.3
npm sill fetch manifest core-js-compat@^3.19.0
npm sill fetch manifest clone-deep@^4.0.1
npm sill fetch manifest find-cache-dir@^2.0.0
npm sill fetch manifest make-dir@^2.1.0
npm sill fetch manifest pirates@^4.0.0
npm sill fetch manifest source-map-support@^0.5.16
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-module-transforms 605ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2ftemplate 751ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2ftraverse 869ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/json5 1031ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-async-generator-functions 1114ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/gensync 1127ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map 1134ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 1139ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-validator-option 1139ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2ftypes 1156ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining 1147ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/source-map 1157ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fgenerator 1173ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-class-static-block 1286ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-class-properties 1352ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-dynamic-import 1361ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-export-namespace-from 1371ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-compilation-targets 1401ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-nullish-coalescing-operator 1383ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/semver 1405ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-numeric-separator 1390ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-safari-id-destructuring-collision-in-function-expression 1419ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-optional-catch-binding 1403ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-logical-assignment-operators 1531ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-object-rest-spread 1591ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-private-methods 1609ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-logical-assignment-operators 1658ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-export-namespace-from 1773ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-dynamic-import 1838ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcompat-data 1896ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-optional-chaining 2037ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-json-strings 2057ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-nullish-coalescing-operator 2040ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-numeric-separator 2094ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelpers 2153ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding 2107ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators 2168ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-private-property-in-object 2237ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-unicode-property-regex 2240ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-class-properties 2265ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-arrow-functions 2284ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoped-functions 2336ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-computed-properties 2338ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-async-to-generator 2349ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-top-level-await 2407ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-destructuring 2451ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-private-property-in-object 2462ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fparser 2514ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-classes 2497ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-json-strings 2521ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-duplicate-keys 2600ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-dotall-regex 2605ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-function-name 2605ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-amd 2722ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-umd 2731ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-new-target 2816ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-named-capturing-groups-regex 2845ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-object-super 2872ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-chaining 2920ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-property-literals 2978ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-reserved-words 2998ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread 3082ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-shorthand-properties 3109ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-spread 3142ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoping 3234ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-sticky-regex 3217ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-regex 3259ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-member-expression-literals 3283ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-regenerator 3276ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-systemjs 3308ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-escapes 3313ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs2 3367ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-modules 3372ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/clone-deep 3432ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-typeof-symbol 3472ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-parameters 3502ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs3 3498ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/core-js-compat 3497ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/make-dir 3495ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/find-cache-dir 3517ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-template-literals 3569ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-exponentiation-operator 3621ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-literals 3650ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-regenerator 3622ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/source-map-support 3678ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-commonjs 3740ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-class-static-block 4112ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-for-of 4220ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/pirates 4302ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcode-frame 7214ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/debug 7269ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel Completed in 7296ms
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 1 || 2
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: ^1.1.0
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 3
npm sill fetch manifest zeromq@5
npm http fetch GET 200 https://registry.npmjs.org/zeromq 392ms (cache revalidated)
npm timing idealTree:node_modules/ijavascript/node_modules/jp-kernel Completed in 416ms
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 5
npm sill fetch manifest [email protected]
npm sill fetch manifest node-gyp-build@^4.2.3
npm http fetch GET 200 https://registry.npmjs.org/nan 272ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/node-gyp-build 283ms (cache revalidated)
npm timing idealTree:node_modules/ijavascript/node_modules/jmp Completed in 298ms
npm timing idealTree:node_modules/ijavascript/node_modules/nel Completed in 0ms
npm timing idealTree:node_modules/ijavascript/node_modules/uuid Completed in 0ms
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 2.14.2
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: ^4.2.3
npm timing idealTree:node_modules/ijavascript/node_modules/zeromq Completed in 7ms
npm timing idealTree:node_modules/ijavascript/node_modules/nan Completed in 0ms
npm timing idealTree:node_modules/ijavascript/node_modules/node-gyp-build Completed in 1ms
npm sill fetch manifest @babel/core@^7.0.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^1.7.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.1.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^1.0.0-beta.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.1.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^6.3.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.5.0
npm sill fetch manifest @babel/highlight@^7.16.0
npm sill fetch manifest jsesc@^2.5.1
npm sill fetch manifest browserslist@^4.17.5
npm sill fetch manifest @babel/helper-module-imports@^7.16.0
npm sill fetch manifest @babel/helper-replace-supers@^7.16.0
npm sill fetch manifest @babel/helper-simple-access@^7.16.0
npm sill fetch manifest @babel/helper-split-export-declaration@^7.16.0
npm sill fetch manifest @babel/helper-validator-identifier@^7.15.7
npm sill fetch manifest @babel/helper-function-name@^7.16.0
npm sill fetch manifest @babel/helper-hoist-variables@^7.16.0
npm sill fetch manifest globals@^11.1.0
npm sill fetch manifest to-fast-properties@^2.0.0
npm sill fetch manifest safe-buffer@~5.1.1
npm sill fetch manifest [email protected]
npm sill fetch manifest minimist@^1.2.5
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-replace-supers 330ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/browserslist 338ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-function-name 337ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 334ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-module-imports 344ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/to-fast-properties 337ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/ms 337ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-split-export-declaration 345ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/globals 342ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-simple-access 349ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-validator-identifier 349ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/minimist 799ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-hoist-variables 1023ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhighlight 1049ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/jsesc 1078ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/core Completed in 1115ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest chalk@^2.0.0
npm sill fetch manifest js-tokens@^4.0.0
npm http fetch GET 200 https://registry.npmjs.org/chalk 257ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/js-tokens 272ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/code-frame Completed in 280ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.5.1
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/generator Completed in 2ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.17.5
npm sill fetch manifest caniuse-lite@^1.0.30001274
npm sill fetch manifest electron-to-chromium@^1.3.886
npm sill fetch manifest escalade@^3.1.1
npm sill fetch manifest node-releases@^2.0.1
npm sill fetch manifest picocolors@^1.0.0
npm http fetch GET 200 https://registry.npmjs.org/node-releases 286ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/caniuse-lite 295ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/picocolors 300ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/escalade 304ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/electron-to-chromium 313ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-compilation-targets Completed in 327ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/compat-data Completed in 1ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.15.7
npm sill fetch manifest @babel/helper-member-expression-to-functions@^7.16.0
npm sill fetch manifest @babel/helper-optimise-call-expression@^7.16.0
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression 281ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions 293ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-module-transforms Completed in 307ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-module-imports Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-replace-supers Completed in 17ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-member-expression-to-functions Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-optimise-call-expression Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-simple-access Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-split-export-declaration Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-validator-identifier Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-validator-option Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helpers Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.0.0
npm sill fetch manifest ansi-styles@^3.2.1
npm sill fetch manifest escape-string-regexp@^1.0.5
npm sill fetch manifest supports-color@^5.3.0
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles 263ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/supports-color 261ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 309ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/highlight Completed in 322ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/parser Completed in 0ms
npm sill fetch manifest @babel/core@^7.0.0-0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.2 OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.4
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.12.13
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.10.4
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.10.4
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^0.1.5
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.2.3
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.3.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.2.3
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^3.19.0
npm sill fetch manifest @babel/helper-skip-transparent-expression-wrappers@^7.16.0
npm sill fetch manifest @babel/helper-remap-async-to-generator@^7.16.0
npm sill fetch manifest @babel/helper-create-class-features-plugin@^7.16.0
npm sill fetch manifest @babel/helper-annotate-as-pure@^7.16.0
npm sill fetch manifest @babel/helper-create-regexp-features-plugin@^7.16.0
npm sill fetch manifest @babel/helper-builder-binary-assignment-operator-visitor@^7.16.0
npm sill fetch manifest babel-plugin-dynamic-import-node@^2.3.3
npm sill fetch manifest regenerator-transform@^0.14.2
npm sill fetch manifest esutils@^2.0.2
npm sill fetch manifest @babel/helper-define-polyfill-provider@^0.2.4
npm sill fetch manifest [email protected]
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin 333ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-dynamic-import-node 331ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure 335ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/esutils 331ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator 339ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/regenerator-transform 335ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor 338ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers 345ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 799ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider 1027ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/preset-env Completed in 1209ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-plugin-utils Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining Completed in 4ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-skip-transparent-expression-wrappers Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest @babel/helper-wrap-function@^7.16.0
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-wrap-function 3470ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-async-generator-functions Completed in 3479ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-remap-async-to-generator Completed in 15ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-annotate-as-pure Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest @babel/helper-get-function-arity@^7.16.0
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-get-function-arity 282ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-wrap-function Completed in 296ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-function-name Completed in 4ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-get-function-arity Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-class-properties Completed in 6ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-create-class-features-plugin Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-class-static-block Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-dynamic-import Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-export-namespace-from Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-json-strings Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-logical-assignment-operators Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-nullish-coalescing-operator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-numeric-separator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-object-rest-spread Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-optional-catch-binding Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-optional-chaining Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-private-methods Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-private-property-in-object Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest regexpu-core@^4.7.1
npm http fetch GET 200 https://registry.npmjs.org/regexpu-core 261ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-unicode-property-regex Completed in 271ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.7.1
npm sill fetch manifest regenerate@^1.4.2
npm sill fetch manifest regenerate-unicode-properties@^9.0.0
npm sill fetch manifest regjsgen@^0.5.2
npm sill fetch manifest regjsparser@^0.7.0
npm sill fetch manifest unicode-match-property-ecmascript@^2.0.0
npm sill fetch manifest unicode-match-property-value-ecmascript@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/regjsparser 302ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/regjsgen 318ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/unicode-match-property-ecmascript 312ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/unicode-match-property-value-ecmascript 312ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/regenerate-unicode-properties 332ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/regenerate 339ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-create-regexp-features-plugin Completed in 351ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-async-generators Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-class-properties Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-class-static-block Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-dynamic-import Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-export-namespace-from Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-json-strings Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-logical-assignment-operators Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-nullish-coalescing-operator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-numeric-separator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-object-rest-spread Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-optional-catch-binding Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-optional-chaining Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-private-property-in-object Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-top-level-await Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-arrow-functions Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-async-to-generator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-block-scoped-functions Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-block-scoping Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^11.1.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-classes Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-computed-properties Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-destructuring Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-dotall-regex Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-duplicate-keys Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest @babel/helper-explode-assignable-expression@^7.16.0
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-explode-assignable-expression 268ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-exponentiation-operator Completed in 279ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-builder-binary-assignment-operator-visitor Completed in 3ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-explode-assignable-expression Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-for-of Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-function-name Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-literals Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-member-expression-literals Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.3.3
npm sill fetch manifest object.assign@^4.1.0
npm http fetch GET 200 https://registry.npmjs.org/object.assign 273ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-amd Completed in 281ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-commonjs Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-systemjs Completed in 7ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-hoist-variables Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-umd Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-named-capturing-groups-regex Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-new-target Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-object-super Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-parameters Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-property-literals Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.14.2
npm sill fetch manifest @babel/runtime@^7.8.4
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fruntime 743ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-regenerator Completed in 755ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-reserved-words Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-shorthand-properties Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-spread Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-sticky-regex Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-template-literals Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-typeof-symbol Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-unicode-escapes Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-unicode-regex Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.0.2
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/preset-modules Completed in 3ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.0.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.1.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.5.16
npm sill fetch manifest is-plain-object@^2.0.4
npm sill fetch manifest kind-of@^6.0.2
npm sill fetch manifest shallow-clone@^3.0.0
npm sill fetch manifest commondir@^1.0.1
npm sill fetch manifest pkg-dir@^3.0.0
npm sill fetch manifest pify@^4.0.1
npm sill fetch manifest semver@^5.6.0
npm sill fetch manifest node-modules-regexp@^1.0.0
npm sill fetch manifest buffer-from@^1.0.0
npm sill fetch manifest source-map@^0.6.0
npm http fetch GET 200 https://registry.npmjs.org/shallow-clone 340ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/pify 339ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/commondir 342ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/kind-of 349ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/pkg-dir 346ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/node-modules-regexp 344ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/buffer-from 346ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/is-plain-object 360ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/register Completed in 379ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/template Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/traverse Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/types Completed in 3ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^4.1.0
npm sill fetch manifest call-bind@^1.0.0
npm sill fetch manifest define-properties@^1.1.3
npm sill fetch manifest has-symbols@^1.0.1
npm sill fetch manifest object-keys@^1.1.1
npm http fetch GET 200 https://registry.npmjs.org/has-symbols 260ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/call-bind 275ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/define-properties 284ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/object-keys 754ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/babel-plugin-dynamic-import-node Completed in 762ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: ^0.2.4
npm sill fetch manifest lodash.debounce@^4.0.8
npm sill fetch manifest resolve@^1.14.2
npm http fetch GET 200 https://registry.npmjs.org/lodash.debounce 268ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/resolve 274ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/babel-plugin-polyfill-corejs2 Completed in 296ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.0.8
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^1.14.2
npm sill fetch manifest is-core-module@^2.2.0
npm sill fetch manifest path-parse@^1.0.6
npm http fetch GET 200 https://registry.npmjs.org/is-core-module 289ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/path-parse 740ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-define-polyfill-provider Completed in 755ms
npm timing idealTree:node_modules/jp-babel/node_modules/babel-plugin-polyfill-corejs3 Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/babel-plugin-polyfill-regenerator Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.30001274
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.3.886
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.1.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/browserslist Completed in 16ms
npm timing idealTree:node_modules/jp-babel/node_modules/caniuse-lite Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.2.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.5
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^5.3.0
npm sill fetch manifest color-convert@^1.9.0
npm sill fetch manifest has-flag@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/has-flag 277ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/color-convert 750ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/chalk Completed in 764ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.9.0
npm sill fetch manifest [email protected]
npm http fetch GET 200 https://registry.npmjs.org/color-name 997ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/ansi-styles Completed in 1016ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.4
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^6.0.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest isobject@^3.0.1
npm http fetch GET 200 https://registry.npmjs.org/isobject 266ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/clone-deep Completed in 287ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 1.1.3
npm timing idealTree:node_modules/jp-babel/node_modules/color-convert Completed in 6ms
npm timing idealTree:node_modules/jp-babel/node_modules/color-name Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ~5.1.1
npm timing idealTree:node_modules/jp-babel/node_modules/convert-source-map Completed in 5ms
npm sill placeDep node_modules/jp-babel/node_modules/core-js-compat [email protected] OK for: [email protected] want: 7.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/core-js-compat Completed in 8ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 2.1.2
npm timing idealTree:node_modules/jp-babel/node_modules/debug Completed in 3ms
npm timing idealTree:node_modules/jp-babel/node_modules/electron-to-chromium Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/escalade Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/escape-string-regexp Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/esutils Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest find-up@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/find-up 259ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/find-cache-dir Completed in 272ms
npm timing idealTree:node_modules/jp-babel/node_modules/commondir Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/gensync Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/globals Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.1
npm timing idealTree:node_modules/jp-babel/node_modules/is-plain-object Completed in 4ms
npm timing idealTree:node_modules/jp-babel/node_modules/isobject Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 1 || 2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.1.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 3
npm timing idealTree:node_modules/jp-babel/node_modules/jp-kernel Completed in 8ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 5
npm timing idealTree:node_modules/jp-babel/node_modules/jmp Completed in 2ms
npm timing idealTree:node_modules/jp-babel/node_modules/js-tokens Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/jsesc Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.2.5
npm timing idealTree:node_modules/jp-babel/node_modules/json5 Completed in 3ms
npm timing idealTree:node_modules/jp-babel/node_modules/kind-of Completed in 5ms
npm timing idealTree:node_modules/jp-babel/node_modules/lodash.debounce Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^4.0.1
npm sill placeDep node_modules/jp-babel/node_modules/make-dir [email protected] OK for: [email protected] want: ^5.6.0
npm timing idealTree:node_modules/jp-babel/node_modules/make-dir Completed in 5ms
npm timing idealTree:node_modules/jp-babel/node_modules/minimist Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/ms Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/nel Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/node-releases Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.1.3
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.1.1
npm sill fetch manifest function-bind@^1.1.1
npm sill fetch manifest get-intrinsic@^1.0.2
npm http fetch GET 200 https://registry.npmjs.org/get-intrinsic 272ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/function-bind 731ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/object.assign Completed in 741ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.1.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.2
npm sill fetch manifest has@^1.0.3
npm http fetch GET 200 https://registry.npmjs.org/has 273ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/call-bind Completed in 286ms
npm timing idealTree:node_modules/jp-babel/node_modules/define-properties Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/function-bind Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.3
npm timing idealTree:node_modules/jp-babel/node_modules/get-intrinsic Completed in 6ms
npm timing idealTree:node_modules/jp-babel/node_modules/has Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/has-symbols Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/object-keys Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/picocolors Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/pify Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/pirates Completed in 3ms
npm timing idealTree:node_modules/jp-babel/node_modules/node-modules-regexp Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest locate-path@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/locate-path 737ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/pkg-dir Completed in 745ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest p-locate@^3.0.0
npm sill fetch manifest path-exists@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/p-locate 264ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/path-exists 281ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/find-up Completed in 293ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest p-limit@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/p-limit 281ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/locate-path Completed in 297ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm sill fetch manifest p-try@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/p-try 279ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/p-locate Completed in 293ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/p-limit Completed in 4ms
npm timing idealTree:node_modules/jp-babel/node_modules/p-try Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/path-exists Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: ^7.8.4
npm sill fetch manifest regenerator-runtime@^0.13.4
npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime 292ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/regenerator-transform Completed in 302ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.13.4
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/runtime Completed in 5ms
npm timing idealTree:node_modules/jp-babel/node_modules/regenerator-runtime Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.4.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^9.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^0.5.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^0.7.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm sill fetch manifest jsesc@~0.5.0
npm sill fetch manifest unicode-canonical-property-names-ecmascript@^2.0.0
npm sill fetch manifest unicode-property-aliases-ecmascript@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/unicode-property-aliases-ecmascript 283ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/unicode-canonical-property-names-ecmascript 737ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/regexpu-core Completed in 764ms
npm timing idealTree:node_modules/jp-babel/node_modules/regenerate Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/regenerate-unicode-properties Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/regjsgen Completed in 0ms
npm sill placeDep node_modules/jp-babel/node_modules/regjsparser [email protected] OK for: [email protected] want: ~0.5.0
npm timing idealTree:node_modules/jp-babel/node_modules/regjsparser Completed in 6ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.2.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.6
npm timing idealTree:node_modules/jp-babel/node_modules/resolve Completed in 8ms
npm timing idealTree:node_modules/jp-babel/node_modules/is-core-module Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/path-parse Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/safe-buffer Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/shallow-clone Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/source-map Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.0
npm sill placeDep node_modules/jp-babel/node_modules/source-map-support [email protected] OK for: [email protected] want: ^0.6.0
npm timing idealTree:node_modules/jp-babel/node_modules/source-map-support Completed in 7ms
npm timing idealTree:node_modules/jp-babel/node_modules/buffer-from Completed in 1ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/supports-color Completed in 5ms
npm timing idealTree:node_modules/jp-babel/node_modules/has-flag Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/to-fast-properties Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/unicode-match-property-ecmascript Completed in 3ms
npm timing idealTree:node_modules/jp-babel/node_modules/unicode-canonical-property-names-ecmascript Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/unicode-match-property-value-ecmascript Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/unicode-property-aliases-ecmascript Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/uuid Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 2.14.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^4.2.3
npm timing idealTree:node_modules/jp-babel/node_modules/zeromq Completed in 2ms
npm timing idealTree:node_modules/jp-babel/node_modules/nan Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/node-gyp-build Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/core-js-compat/node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/make-dir/node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/regjsparser/node_modules/jsesc Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/source-map-support/node_modules/source-map Completed in 0ms
npm timing idealTree:buildDeps Completed in 31467ms
npm timing idealTree:fixDepFlags Completed in 3ms
npm timing idealTree Completed in 31481ms
npm timing reify:loadTrees Completed in 31487ms
npm timing reify:diffTrees Completed in 7ms
npm sill reify moves {}
npm timing reify:retireShallow Completed in 1ms
npm timing reify:createSparse Completed in 69ms
npm timing reify:loadBundles Completed in 0ms
npm sill audit bulk request {
npm sill audit   ijavascript: [ '5.2.0' ],
npm sill audit   'jp-babel': [ '2.1.0' ],
npm sill audit   'jp-kernel': [ '2.0.0' ],
npm sill audit   '@babel/core': [ '7.16.0' ],
npm sill audit   '@babel/preset-env': [ '7.16.0' ],
npm sill audit   '@babel/register': [ '7.16.0' ],
npm sill audit   jmp: [ '2.0.0' ],
npm sill audit   nel: [ '1.2.0' ],
npm sill audit   uuid: [ '3.4.0' ],
npm sill audit   zeromq: [ '5.2.8' ],
npm sill audit   nan: [ '2.14.2' ],
npm sill audit   'node-gyp-build': [ '4.3.0' ],
npm sill audit   '@babel/code-frame': [ '7.16.0' ],
npm sill audit   '@babel/generator': [ '7.16.0' ],
npm sill audit   '@babel/helper-compilation-targets': [ '7.16.3' ],
npm sill audit   '@babel/helper-module-transforms': [ '7.16.0' ],
npm sill audit   '@babel/helpers': [ '7.16.3' ],
npm sill audit   '@babel/parser': [ '7.16.3' ],
npm sill audit   '@babel/template': [ '7.16.0' ],
npm sill audit   '@babel/traverse': [ '7.16.3' ],
npm sill audit   '@babel/types': [ '7.16.0' ],
npm sill audit   'convert-source-map': [ '1.8.0' ],
npm sill audit   debug: [ '4.3.2' ],
npm sill audit   gensync: [ '1.0.0-beta.2' ],
npm sill audit   json5: [ '2.2.0' ],
npm sill audit   semver: [ '6.3.0', '7.0.0', '5.7.1' ],
npm sill audit   'source-map': [ '0.5.7', '0.6.1' ],
npm sill audit   '@babel/highlight': [ '7.16.0' ],
npm sill audit   jsesc: [ '2.5.2', '0.5.0' ],
npm sill audit   '@babel/compat-data': [ '7.16.0' ],
npm sill audit   '@babel/helper-validator-option': [ '7.14.5' ],
npm sill audit   browserslist: [ '4.17.6' ],
npm sill audit   '@babel/helper-module-imports': [ '7.16.0' ],
npm sill audit   '@babel/helper-replace-supers': [ '7.16.0' ],
npm sill audit   '@babel/helper-simple-access': [ '7.16.0' ],
npm sill audit   '@babel/helper-split-export-declaration': [ '7.16.0' ],
npm sill audit   '@babel/helper-validator-identifier': [ '7.15.7' ],
npm sill audit   '@babel/helper-member-expression-to-functions': [ '7.16.0' ],
npm sill audit   '@babel/helper-optimise-call-expression': [ '7.16.0' ],
npm sill audit   chalk: [ '2.4.2' ],
npm sill audit   'js-tokens': [ '4.0.0' ],
npm sill audit   '@babel/helper-plugin-utils': [ '7.14.5' ],
npm sill audit   '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': [ '7.16.2' ],
npm sill audit   '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-async-generator-functions': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-class-properties': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-class-static-block': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-dynamic-import': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-export-namespace-from': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-json-strings': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-logical-assignment-operators': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-nullish-coalescing-operator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-numeric-separator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-object-rest-spread': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-optional-catch-binding': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-optional-chaining': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-private-methods': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-private-property-in-object': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-unicode-property-regex': [ '7.16.0' ],
npm sill audit   '@babel/plugin-syntax-async-generators': [ '7.8.4' ],
npm sill audit   '@babel/plugin-syntax-class-properties': [ '7.12.13' ],
npm sill audit   '@babel/plugin-syntax-class-static-block': [ '7.14.5' ],
npm sill audit   '@babel/plugin-syntax-dynamic-import': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-export-namespace-from': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-json-strings': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-logical-assignment-operators': [ '7.10.4' ],
npm sill audit   '@babel/plugin-syntax-nullish-coalescing-operator': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-numeric-separator': [ '7.10.4' ],
npm sill audit   '@babel/plugin-syntax-object-rest-spread': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-optional-catch-binding': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-optional-chaining': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-private-property-in-object': [ '7.14.5' ],
npm sill audit   '@babel/plugin-syntax-top-level-await': [ '7.14.5' ],
npm sill audit   '@babel/plugin-transform-arrow-functions': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-async-to-generator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-block-scoped-functions': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-block-scoping': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-classes': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-computed-properties': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-destructuring': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-dotall-regex': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-duplicate-keys': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-exponentiation-operator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-for-of': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-function-name': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-literals': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-member-expression-literals': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-modules-amd': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-modules-commonjs': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-modules-systemjs': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-modules-umd': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-named-capturing-groups-regex': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-new-target': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-object-super': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-parameters': [ '7.16.3' ],
npm sill audit   '@babel/plugin-transform-property-literals': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-regenerator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-reserved-words': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-shorthand-properties': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-spread': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-sticky-regex': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-template-literals': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-typeof-symbol': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-unicode-escapes': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-unicode-regex': [ '7.16.0' ],
npm sill audit   '@babel/preset-modules': [ '0.1.5' ],
npm sill audit   'babel-plugin-polyfill-corejs2': [ '0.2.3' ],
npm sill audit   'babel-plugin-polyfill-corejs3': [ '0.3.0' ],
npm sill audit   'babel-plugin-polyfill-regenerator': [ '0.2.3' ],
npm sill audit   'core-js-compat': [ '3.19.1' ],
npm sill audit   '@babel/helper-skip-transparent-expression-wrappers': [ '7.16.0' ],
npm sill audit   '@babel/helper-remap-async-to-generator': [ '7.16.0' ],
npm sill audit   '@babel/helper-annotate-as-pure': [ '7.16.0' ],
npm sill audit   '@babel/helper-wrap-function': [ '7.16.0' ],
npm sill audit   '@babel/helper-function-name': [ '7.16.0' ],
npm sill audit   '@babel/helper-get-function-arity': [ '7.16.0' ],
npm sill audit   '@babel/helper-create-class-features-plugin': [ '7.16.0' ],
npm sill audit   '@babel/helper-create-regexp-features-plugin': [ '7.16.0' ],
npm sill audit   'regexpu-core': [ '4.8.0' ],
npm sill audit   globals: [ '11.12.0' ],
npm sill audit   '@babel/helper-builder-binary-assignment-operator-visitor': [ '7.16.0' ],
npm sill audit   '@babel/helper-explode-assignable-expression': [ '7.16.0' ],
npm sill audit   'babel-plugin-dynamic-import-node': [ '2.3.3' ],
npm sill audit   '@babel/helper-hoist-variables': [ '7.16.0' ],
npm sill audit   'regenerator-transform': [ '0.14.5' ],
npm sill audit   esutils: [ '2.0.3' ],
npm sill audit   'clone-deep': [ '4.0.1' ],
npm sill audit   'find-cache-dir': [ '2.1.0' ],
npm sill audit   'make-dir': [ '2.1.0' ],
npm sill audit   pirates: [ '4.0.1' ],
npm sill audit   'source-map-support': [ '0.5.20' ],
npm sill audit   'to-fast-properties': [ '2.0.0' ],
npm sill audit   'object.assign': [ '4.1.2' ],
npm sill audit   '@babel/helper-define-polyfill-provider': [ '0.2.4' ],
npm sill audit   'lodash.debounce': [ '4.0.8' ],
npm sill audit   resolve: [ '1.20.0' ],
npm sill audit   'caniuse-lite': [ '1.0.30001279' ],
npm sill audit   'electron-to-chromium': [ '1.3.895' ],
npm sill audit   escalade: [ '3.1.1' ],
npm sill audit   'node-releases': [ '2.0.1' ],
npm sill audit   picocolors: [ '1.0.0' ],
npm sill audit   'ansi-styles': [ '3.2.1' ],
npm sill audit   'escape-string-regexp': [ '1.0.5' ],
npm sill audit   'supports-color': [ '5.5.0' ],
npm sill audit   'color-convert': [ '1.9.3' ],
npm sill audit   'is-plain-object': [ '2.0.4' ],
npm sill audit   'kind-of': [ '6.0.3' ],
npm sill audit   'shallow-clone': [ '3.0.1' ],
npm sill audit   'color-name': [ '1.1.3' ],
npm sill audit   'safe-buffer': [ '5.1.2' ],
npm sill audit   ms: [ '2.1.2' ],
npm sill audit   commondir: [ '1.0.1' ],
npm sill audit   'pkg-dir': [ '3.0.0' ],
npm sill audit   isobject: [ '3.0.1' ],
npm sill audit   minimist: [ '1.2.5' ],
npm sill audit   pify: [ '4.0.1' ],
npm sill audit   'call-bind': [ '1.0.2' ],
npm sill audit   'define-properties': [ '1.1.3' ],
npm sill audit   'has-symbols': [ '1.0.2' ],
npm sill audit   'object-keys': [ '1.1.1' ],
npm sill audit   'function-bind': [ '1.1.1' ],
npm sill audit   'get-intrinsic': [ '1.1.1' ],
npm sill audit   has: [ '1.0.3' ],
npm sill audit   'node-modules-regexp': [ '1.0.0' ],
npm sill audit   'find-up': [ '3.0.0' ],
npm sill audit   'locate-path': [ '3.0.0' ],
npm sill audit   'p-locate': [ '3.0.0' ],
npm sill audit   'path-exists': [ '3.0.0' ],
npm sill audit   'p-limit': [ '2.3.0' ],
npm sill audit   'p-try': [ '2.2.0' ],
npm sill audit   '@babel/runtime': [ '7.16.3' ],
npm sill audit   'regenerator-runtime': [ '0.13.9' ],
npm sill audit   regenerate: [ '1.4.2' ],
npm sill audit   'regenerate-unicode-properties': [ '9.0.0' ],
npm sill audit   regjsgen: [ '0.5.2' ],
npm sill audit   regjsparser: [ '0.7.0' ],
npm sill audit   'unicode-match-property-ecmascript': [ '2.0.0' ],
npm sill audit   'unicode-match-property-value-ecmascript': [ '2.0.0' ],
npm sill audit   'is-core-module': [ '2.8.0' ],
npm sill audit   'path-parse': [ '1.0.7' ],
npm sill audit   'buffer-from': [ '1.1.2' ],
npm sill audit   'has-flag': [ '3.0.0' ],
npm sill audit   'unicode-canonical-property-names-ecmascript': [ '2.0.0' ],
npm sill audit   'unicode-property-aliases-ecmascript': [ '2.0.0' ]
npm sill audit }
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 740ms
npm timing auditReport:getReport Completed in 796ms
npm sill audit report {}
npm timing auditReport:init Completed in 0ms
npm timing reify:audit Completed in 797ms
npm timing reifyNode:node_modules/jp-babel/node_modules/buffer-from Completed in 930ms
npm timing reifyNode:node_modules/jp-babel/node_modules/path-parse Completed in 932ms
npm timing reifyNode:node_modules/jp-babel/node_modules/unicode-property-aliases-ecmascript Completed in 932ms
npm timing reifyNode:node_modules/jp-babel/node_modules/unicode-match-property-ecmascript Completed in 932ms
npm timing reifyNode:node_modules/jp-babel/node_modules/unicode-canonical-property-names-ecmascript Completed in 934ms
npm timing reifyNode:node_modules/jp-babel/node_modules/has-flag Completed in 935ms
npm timing reifyNode:node_modules/jp-babel/node_modules/locate-path Completed in 933ms
npm timing reifyNode:node_modules/jp-babel/node_modules/path-exists Completed in 936ms
npm timing reifyNode:node_modules/jp-babel/node_modules/p-locate Completed in 936ms
npm timing reifyNode:node_modules/jp-babel/node_modules/node-modules-regexp Completed in 937ms
npm timing reifyNode:node_modules/jp-babel/node_modules/find-up Completed in 938ms
npm timing reifyNode:node_modules/jp-babel/node_modules/pify Completed in 939ms
npm timing reifyNode:node_modules/jp-babel/node_modules/pkg-dir Completed in 939ms
npm timing reifyNode:node_modules/jp-babel/node_modules/escape-string-regexp Completed in 939ms
npm timing reifyNode:node_modules/jp-babel/node_modules/ms Completed in 939ms
npm timing reifyNode:node_modules/jp-babel/node_modules/ansi-styles Completed in 941ms
npm timing reifyNode:node_modules/jp-babel/node_modules/shallow-clone Completed in 941ms
npm timing reifyNode:node_modules/jp-babel/node_modules/to-fast-properties Completed in 941ms
npm timing reifyNode:node_modules/jp-babel/node_modules/find-cache-dir Completed in 942ms
npm timing reifyNode:node_modules/jp-babel/node_modules/clone-deep Completed in 942ms
npm timing reifyNode:node_modules/jp-babel/node_modules/convert-source-map Completed in 947ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regjsgen Completed in 958ms
npm timing reifyNode:node_modules/jp-babel/node_modules/lodash.debounce Completed in 959ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-hoist-variables Completed in 961ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-get-function-arity Completed in 961ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-explode-assignable-expression Completed in 963ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-function-name Completed in 964ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-builder-binary-assignment-operator-visitor Completed in 965ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-remap-async-to-generator Completed in 965ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-annotate-as-pure Completed in 966ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-wrap-function Completed in 967ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-skip-transparent-expression-wrappers Completed in 968ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-spread Completed in 967ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-unicode-regex Completed in 969ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-typeof-symbol Completed in 969ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-unicode-escapes Completed in 970ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-sticky-regex Completed in 969ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-regenerator Completed in 970ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-reserved-words Completed in 970ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-template-literals Completed in 970ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-property-literals Completed in 971ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-new-target Completed in 971ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-shorthand-properties Completed in 972ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-object-super Completed in 972ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-umd Completed in 972ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-named-capturing-groups-regex Completed in 973ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-commonjs Completed in 973ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-literals Completed in 972ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-amd Completed in 974ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-member-expression-literals Completed in 973ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-dotall-regex Completed in 974ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-duplicate-keys Completed in 975ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-function-name Completed in 975ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-exponentiation-operator Completed in 976ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-computed-properties Completed in 976ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-private-property-in-object Completed in 977ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-optional-chaining Completed in 977ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-object-rest-spread Completed in 978ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-block-scoped-functions Completed in 978ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-top-level-await Completed in 979ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-numeric-separator Completed in 979ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-arrow-functions Completed in 979ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-json-strings Completed in 979ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-optional-catch-binding Completed in 980ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-dynamic-import Completed in 980ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-logical-assignment-operators Completed in 980ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-nullish-coalescing-operator Completed in 980ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-class-static-block Completed in 981ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-async-to-generator Completed in 982ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-async-generators Completed in 981ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-unicode-property-regex Completed in 982ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-class-properties Completed in 982ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-private-methods Completed in 982ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-private-property-in-object Completed in 983ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-optional-catch-binding Completed in 983ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-logical-assignment-operators Completed in 984ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-numeric-separator Completed in 984ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-dynamic-import Completed in 984ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-json-strings Completed in 985ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-export-namespace-from Completed in 985ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-class-static-block Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-nullish-coalescing-operator Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-export-namespace-from Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-class-properties Completed in 987ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-plugin-utils Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-optimise-call-expression Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-split-export-declaration Completed in 985ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-simple-access Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-replace-supers Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/highlight Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/code-frame Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-systemjs Completed in 997ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-destructuring Completed in 997ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regenerate Completed in 1010ms
npm timing reifyNode:node_modules/jp-babel/node_modules/p-limit Completed in 1011ms
npm timing reifyNode:node_modules/jp-babel/node_modules/p-try Completed in 1012ms
npm timing reifyNode:node_modules/jp-babel/node_modules/isobject Completed in 1011ms
npm timing reifyNode:node_modules/jp-babel/node_modules/supports-color Completed in 1011ms
npm timing reifyNode:node_modules/jp-babel/node_modules/is-plain-object Completed in 1012ms
npm timing reifyNode:node_modules/jp-babel/node_modules/make-dir Completed in 1013ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regenerator-runtime Completed in 1020ms
npm timing reifyNode:node_modules/jp-babel/node_modules/kind-of Completed in 1019ms
npm timing reifyNode:node_modules/jp-babel/node_modules/pirates Completed in 1019ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining Completed in 1016ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-async-generator-functions Completed in 1017ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression Completed in 1017ms
npm timing reifyNode:node_modules/jp-babel/node_modules/js-tokens Completed in 1018ms
npm timing reifyNode:node_modules/jp-babel/node_modules/has Completed in 1027ms
npm timing reifyNode:node_modules/jp-babel/node_modules/safe-buffer Completed in 1027ms
npm timing reifyNode:node_modules/jp-babel/node_modules/unicode-match-property-value-ecmascript Completed in 1031ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-for-of Completed in 1026ms
npm timing reifyNode:node_modules/jp-babel/node_modules/globals Completed in 1029ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-optional-chaining Completed in 1026ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-block-scoping Completed in 1028ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-object-rest-spread Completed in 1027ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-member-expression-to-functions Completed in 1033ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regjsparser Completed in 1046ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-create-regexp-features-plugin Completed in 1047ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-validator-option Completed in 1042ms
npm timing reifyNode:node_modules/jp-babel/node_modules/commondir Completed in 1054ms
npm timing reifyNode:node_modules/jp-babel/node_modules/babel-plugin-polyfill-regenerator Completed in 1052ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-parameters Completed in 1052ms
npm timing reifyNode:node_modules/jp-babel/node_modules/node-releases Completed in 1055ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-classes Completed in 1052ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regexpu-core Completed in 1063ms
npm timing reifyNode:node_modules/jp-babel/node_modules/picocolors Completed in 1069ms
npm timing reifyNode:node_modules/jp-babel/node_modules/color-name Completed in 1069ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regjsparser/node_modules/jsesc Completed in 1072ms
npm timing reifyNode:node_modules/jp-babel/node_modules/jsesc Completed in 1063ms
npm timing reifyNode:node_modules/jp-babel/node_modules/node-gyp-build Completed in 1077ms
npm timing reifyNode:node_modules/jp-babel/node_modules/color-convert Completed in 1075ms
npm timing reifyNode:node_modules/ijavascript/node_modules/node-gyp-build Completed in 1070ms
npm timing reifyNode:node_modules/jp-babel/node_modules/source-map-support Completed in 1080ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-module-imports Completed in 1077ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-validator-identifier Completed in 1078ms
npm timing reifyNode:node_modules/jp-babel/node_modules/chalk Completed in 1081ms
npm timing reifyNode:node_modules/jp-babel/node_modules/debug Completed in 1079ms
npm timing reifyNode:node_modules/jp-babel/node_modules/gensync Completed in 1085ms
npm timing reifyNode:node_modules/jp-babel/node_modules/make-dir/node_modules/semver Completed in 1093ms
npm timing reifyNode:node_modules/jp-babel/node_modules/esutils Completed in 1094ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/register Completed in 1093ms
npm timing reifyNode:node_modules/jp-babel/node_modules/semver Completed in 1096ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-module-transforms Completed in 1102ms
npm timing reifyNode:node_modules/jp-babel/node_modules/escalade Completed in 1120ms
npm timing reifyNode:node_modules/jp-babel/node_modules/electron-to-chromium Completed in 1129ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-create-class-features-plugin Completed in 1132ms
npm timing reifyNode:node_modules/jp-babel/node_modules/define-properties Completed in 1139ms
npm timing reifyNode:node_modules/jp-babel/node_modules/is-core-module Completed in 1147ms
npm timing reifyNode:node_modules/jp-babel/node_modules/babel-plugin-polyfill-corejs2 Completed in 1148ms
npm timing reifyNode:node_modules/jp-babel/node_modules/get-intrinsic Completed in 1152ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-compilation-targets Completed in 1143ms
npm timing reifyNode:node_modules/jp-babel/node_modules/jmp Completed in 1154ms
npm timing reifyNode:node_modules/ijavascript/node_modules/jmp Completed in 1147ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/template Completed in 1151ms
npm timing reifyNode:node_modules/jp-babel/node_modules/babel-plugin-dynamic-import-node Completed in 1160ms
npm timing reifyNode:node_modules/jp-babel/node_modules/object-keys Completed in 1163ms
npm timing reifyNode:node_modules/jp-babel/node_modules/browserslist Completed in 1157ms
npm timing reifyNode:node_modules/jp-babel/node_modules/function-bind Completed in 1172ms
npm timing reifyNode:node_modules/jp-babel/node_modules/call-bind Completed in 1178ms
npm timing reifyNode:node_modules/jp-babel/node_modules/jp-kernel Completed in 1174ms
npm timing reifyNode:node_modules/ijavascript/node_modules/jp-kernel Completed in 1175ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helpers Completed in 1192ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/compat-data Completed in 1194ms
npm timing reifyNode:node_modules/jp-babel/node_modules/has-symbols Completed in 1205ms
npm timing reifyNode:node_modules/jp-babel/node_modules/babel-plugin-polyfill-corejs3 Completed in 1216ms
npm timing reifyNode:node_modules/jp-babel/node_modules/core-js-compat Completed in 1242ms
npm WARN deprecated [email protected]: 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 timing reifyNode:node_modules/jp-babel/node_modules/uuid Completed in 1256ms
npm WARN deprecated [email protected]: 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 timing reifyNode:node_modules/ijavascript/node_modules/uuid Completed in 1247ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regenerator-transform Completed in 1266ms
npm timing reifyNode:node_modules/jp-babel/node_modules/minimist Completed in 1270ms
npm timing reifyNode:node_modules/jp-babel Completed in 1287ms
npm timing reifyNode:node_modules/jp-babel/node_modules/object.assign Completed in 1290ms
npm timing reifyNode:node_modules/jp-babel/node_modules/json5 Completed in 1287ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/generator Completed in 1287ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/preset-env Completed in 1308ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-define-polyfill-provider Completed in 1319ms
npm timing reifyNode:node_modules/jp-babel/node_modules/nel Completed in 1330ms
npm timing reifyNode:node_modules/ijavascript/node_modules/nel Completed in 1321ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/preset-modules Completed in 1329ms
npm timing reifyNode:node_modules/jp-babel/node_modules/source-map Completed in 1335ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/parser Completed in 1334ms
npm timing reifyNode:node_modules/jp-babel/node_modules/source-map-support/node_modules/source-map Completed in 1364ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/traverse Completed in 1368ms
npm timing reifyNode:node_modules/jp-babel/node_modules/core-js-compat/node_modules/semver Completed in 1406ms
npm timing reifyNode:node_modules/jp-babel/node_modules/nan Completed in 1427ms
npm timing reifyNode:node_modules/ijavascript/node_modules/nan Completed in 1421ms
npm timing reifyNode:node_modules/ijavascript Completed in 1449ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/core Completed in 1462ms
npm timing reifyNode:node_modules/jp-babel/node_modules/resolve Completed in 1554ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/types Completed in 1643ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/runtime Completed in 1710ms
npm timing reifyNode:node_modules/ijavascript/node_modules/zeromq Completed in 2022ms
npm timing reifyNode:node_modules/jp-babel/node_modules/zeromq Completed in 2033ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regenerate-unicode-properties Completed in 2060ms
npm timing reifyNode:node_modules/jp-babel/node_modules/caniuse-lite Completed in 2535ms
npm timing reify:unpack Completed in 2540ms
npm timing reify:unretire Completed in 0ms
npm timing build:queue Completed in 13ms
npm timing build:link:node_modules/jp-babel/node_modules/core-js-compat/node_modules/semver Completed in 97ms
npm timing build:link:node_modules/jp-babel/node_modules/@babel/parser Completed in 101ms
npm timing build:link:node_modules/jp-babel/node_modules/make-dir/node_modules/semver Completed in 102ms
npm timing build:link:node_modules/jp-babel/node_modules/jsesc Completed in 108ms
npm timing build:link:node_modules/ijavascript/node_modules/node-gyp-build Completed in 116ms
npm timing build:link:node_modules/ijavascript/node_modules/uuid Completed in 128ms
npm timing build:link:node_modules/jp-babel/node_modules/browserslist Completed in 130ms
npm timing build:link:node_modules/jp-babel/node_modules/regjsparser Completed in 131ms
npm timing build:link:node_modules/jp-babel/node_modules/node-gyp-build Completed in 131ms
npm timing build:link:node_modules/jp-babel/node_modules/regjsparser/node_modules/jsesc Completed in 131ms
npm timing build:link:node_modules/jp-babel/node_modules/uuid Completed in 131ms
npm timing build:link:node_modules/jp-babel/node_modules/json5 Completed in 133ms
npm timing build:link:node_modules/jp-babel/node_modules/semver Completed in 132ms
npm timing build:link:node_modules/ijavascript Completed in 135ms
npm timing build:link:node_modules/jp-babel Completed in 136ms
npm timing build:link Completed in 137ms
npm info run [email protected] install node_modules/ijavascript/node_modules/zeromq node-gyp-build || npm run build:libzmq
npm info run [email protected] install node_modules/jp-babel/node_modules/zeromq node-gyp-build || npm run build:libzmq
npm info run [email protected] install { code: 4294963238, signal: null }
npm info run [email protected] install { code: 4294963238, signal: null }
npm timing reify:rollback:createSparse Completed in 617ms
npm timing reify:rollback:retireShallow Completed in 0ms
npm timing command:i Completed in 38529ms
npm verb stack Error: command failed
npm verb stack     at ChildProcess.<anonymous> (C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\@npmcli\promise-spawn\index.js:64:27)
npm verb stack     at ChildProcess.emit (node:events:390:28)
npm verb stack     at maybeClose (node:internal/child_process:1064:16)
npm verb stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)
npm verb pkgid [email protected]
npm verb cwd C:\Users\Liu.D.H
npm verb Windows_NT 10.0.22000
npm verb argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "i" "-g" "ijavascript" "jp-babel" "--loglevel" "silly"
npm verb node v16.13.0
npm verb npm  v8.1.3
npm ERR! code 4294963238
npm ERR! path C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\jp-babel\node_modules\zeromq
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node-gyp-build || npm run build:libzmq
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm ERR! gyp verb cli   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js',
npm ERR! gyp verb cli   'rebuild'
npm ERR! gyp verb cli ]
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | win32 | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb download using dist-url https://npm.taobao.org/dist
npm ERR! gyp sill find Python runChecks: err = undefined
npm ERR! gyp verb find Python checking Python explicitly set from command line or npm configuration
npm ERR! gyp verb find Python - "--python=" or "npm config get python" is "C:/Python27/python.exe"
npm ERR! gyp verb find Python - executing "C:/Python27/python.exe" to get executable path
npm ERR! gyp sill find Python execFile: exec = "\"C:/Python27/python.exe\""
npm ERR! gyp sill find Python execFile: args = ["\"-c\"","\"import sys; print(sys.executable);\""]
npm ERR! gyp sill find Python execFile: opts = {"env":{"WXDRIVE_START_ARGS":"--wxdrive-setting=0 --disable-gpu --disable-software-rasterizer --enable-features=NetworkServiceInProcess","WT_SESSION":"42409d7a-63f2-4b23-b72b-cf356ec69b54","WT_PROFILE_ID":"{0caa0dad-35be-5f56-a8ff-afceeeaa6101}","WSLENV":"WT_SESSION::WT_PROFILE_ID","windir":"C:\\Windows","USERPROFILE":"C:\\Users\\Liu.D.H","USERNAME":"Liu.D.H","USERDOMAIN_ROAMINGPROFILE":"DESKTOP-T8RM6NG","USERDOMAIN":"DESKTOP-T8RM6NG","TMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","TEMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","SystemRoot":"C:\\Windows","SystemDrive":"C:","PUB_HOSTED_URL":"https://mirrors.tuna.tsinghua.edu.cn/dart-pub","PUBLIC":"C:\\Users\\Public","PSModulePath":"C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules","PROMPT":"C\bL\bI\bN\bK\b \b$P$G","ProgramW6432":"C:\\Program Files","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramFiles":"C:\\Program Files","ProgramData":"C:\\ProgramData","PROCESSOR_REVISION":"3c03","PROCESSOR_LEVEL":"6","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 60 Stepping 3, GenuineIntel","PROCESSOR_ARCHITECTURE":"AMD64","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","Path":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\zeromq\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\node_modules\\.bin;C:\\Users\\Liu.D.H\\node_modules\\.bin;C:\\Users\\node_modules\\.bin;C:\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\@npmcli\\run-script\\lib\\node-gyp-bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Git\\cmd;C:\\Program Files (x86)\\NetSarang\\Xshell 7\\;C:\\Program Files (x86)\\NetSarang\\Xftp 7\\;C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Liu.D.H\\anaconda3;C:\\Users\\Liu.D.H\\anaconda3\\Library\\mingw-w64\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\usr\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Scripts;C:\\Users\\Liu.D.H\\.dotnet\\tools;C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;D:\\android\\android_sdk\\tools;D:\\android\\android_sdk\\tools\\bin;D:\\android\\android_sdk\\platform-tools;D:\\android\\android_sdk\\cmdline-tools\\latest\\bin;D:\\android\\android_sdk\\build-tools\\29.0.3;D:\\android\\android_sdk\\ndk-bundle;C:\\Program Files\\Java\\jdk1.8.0_301\\bin;D:\\apps\\flutter\\bin;D:\\apps\\apache-maven-3.6.0\\bin;D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build\\bin;D:\\apps\\ImageMagick-7.0.10-Q16-HDRI;D:\\apps;D:\\apps\\bin","OS":"Windows_NT","OneDrive":"C:\\Users\\Liu.D.H\\OneDrive","NVM_SYMLINK":"C:\\Program Files\\nodejs","NVM_HOME":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm","NUMBER_OF_PROCESSORS":"8","NPM_PREFIX_NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_package_version":"5.2.8","npm_package_resolved":"https://registry.npmjs.org/zeromq/-/zeromq-5.2.8.tgz","npm_package_peer":"","npm_package_optional":"","npm_package_name":"zeromq","npm_package_json":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\zeromq\\package.json","npm_package_integrity":"sha512-bXzsk7KOmgLSv1tC0Ms1VXBy90+Rz27ZYf27cLuldRYbpqYpuWJfxxHFhO710t22zgWBnmdUP0m3SKFpLI0u5g==","npm_package_engines_node":">=6.0","npm_package_dev_optional":"","npm_package_dev":"","npm_node_execpath":"C:\\Program Files\\nodejs\\node.exe","npm_lifecycle_script":"node-gyp-build || npm run build:libzmq","npm_lifecycle_event":"install","npm_execpath":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_config_zmq_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/zmq-prebuilt/v{version}","npm_config_utp_native_binary_host_mirror":"https://npm.taobao.org/mirrors/utp-native/v{version}","npm_config_utf_8_validate_binary_host_mirror":"https://npm.taobao.org/mirrors/utf-8-validate/v{version}","npm_config_user_agent":"npm/8.1.3 node/v16.13.0 win32 x64 workspaces/false","npm_config_userconfig":"C:\\Users\\Liu.D.H\\.npmrc","npm_config_strict_ssl":"","npm_config_sqlite3_binary_site":"https://npm.taobao.org/mirrors/sqlite3","npm_config_sodium_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/sodium-prebuilt/v{version}","npm_config_sass_binary_site":"https://npm.taobao.org/mirrors/node-sass","npm_config_rabin_binary_host_mirror":"https://npm.taobao.org/mirrors/rabin/v{version}","npm_config_python_mirror":"https://npm.taobao.org/mirrors/python","npm_config_python":"C:/Python27/python.exe","npm_config_puppeteer_download_host":"https://npm.taobao.org/mirrors","npm_config_profiler_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector/","npm_config_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_phantomjs_cdnurl":"https://npm.taobao.org/mirrors/phantomjs","npm_config_operadriver_cdnurl":"https://npm.taobao.org/mirrors/operadriver","npm_config_no_optional":"true","npm_config_noproxy":"","npm_config_node_tk5_binary_host_mirror":"https://npm.taobao.org/mirrors/node-tk5/v{version}","npm_config_node_sqlite3_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_node_gypc:\\users\\liu.d.h\\appdata\\roaming\\npm\\node_modules\\node_gyp\\bin\\node_gyp.js":"","npm_config_node_gyp":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js","npm_config_nodegit_binary_host_mirror":"https://npm.taobao.org/mirrors/nodegit/v{version}/","npm_config_msvs_version":"2022","npm_config_mknod_binary_host_mirror":"https://npm.taobao.org/mirrors/mknod/v{version}","npm_config_metrics_registry":"https://registry.npmjs.org/","npm_config_loglevel":"silly","npm_config_local_prefix":"null","npm_config_leveldown_hyper_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown-hyper/v{version}","npm_config_leveldown_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown/v{version}","npm_config_init_module":"C:\\Users\\Liu.D.H\\.npm-init.js","npm_config_hackrf_binary_host_mirror":"https://npm.taobao.org/mirrors/hackrf/v{version}","npm_config_grpc_node_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_gl_binary_host_mirror":"https://npm.taobao.org/mirrors/gl/v{version}","npm_config_global_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_globalconfig":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\etc\\npmrc","npm_config_global":"true","npm_config_git4win_mirror":"https://npm.taobao.org/mirrors/git-for-windows","npm_config_fuse_bindings_binary_host_mirror":"https://npm.taobao.org/mirrors/fuse-bindings/v{version}","npm_config_fse_binary_host_mirror":"https://npm.taobao.org/mirrors/fsevents","npm_config_flow_bin_binary_host_mirror":"https://npm.taobao.org/mirrors/flow/v","npm_config_electron_mirror":"https://cdn.npm.taobao.org/dist/electron/","npm_config_disturl":"https://npm.taobao.org/dist","npm_config_debug_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector","npm_config_couchbase_binary_host_mirror":"https://npm.taobao.org/mirrors/couchbase/v{version}","npm_config_chromedriver_cdnurl":"https://npm.taobao.org/mirrors/chromedriver","npm_config_cache":"C:\\Users\\Liu.D.H\\AppData\\Local\\npm-cache","npm_config_access":"public","npm_command":"install","NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","NODE_EXE":"C:\\Program Files\\nodejs\\\\node.exe","NODE":"C:\\Program Files\\nodejs\\node.exe","M2_HOME":"D:\\apps\\apache-maven-3.6.0","LOGONSERVER":"\\\\DESKTOP-T8RM6NG","LOCALAPPDATA":"C:\\Users\\Liu.D.H\\AppData\\Local","LINES":"32","JAVA_HOME":"C:\\Program Files\\Java\\jdk1.8.0_301","INIT_CWD":"C:\\Users\\Liu.D.H","IMAGEMAGICK_HOME":"D:\\apps\\ImageMagick-7.0.10-Q16-HDRI","HOMEPATH":"\\Users\\Liu.D.H","HOMEDRIVE":"C:","HOME":"C:\\Users\\Liu.D.H","FLUTTER_STORAGE_BASE_URL":"https://mirrors.tuna.tsinghua.edu.cn/flutter","FLUTTER_HOME":"D:\\apps\\flutter","FFMPEG_HOME":"D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build","EDITOR":"notepad.exe","DriverData":"C:\\Windows\\System32\\Drivers\\DriverData","ComSpec":"C:\\Windows\\system32\\cmd.exe","COMPUTERNAME":"DESKTOP-T8RM6NG","CommonProgramW6432":"C:\\Program Files\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles":"C:\\Program Files\\Common Files","COLUMNS":"133","COLOR":"1","CLINK_DIR":"C:\\Program Files (x86)\\clink\\1.2.42.d4506e","APPDATA":"C:\\Users\\Liu.D.H\\AppData\\Roaming","ANDROID_HOME":"D:\\android\\android_sdk","ALLUSERSPROFILE":"C:\\ProgramData","TERM":"dumb"},"shell":true}
npm ERR! gyp sill find Python execFile result: err = "Error: Command failed: \"C:/Python27/python.exe\" \"-c\" \"import sys; print(sys.executable);\"\nThe system cannot find the path specified.\r\n\n    at ChildProcess.exithandler (node:child_process:397:12)\n    at ChildProcess.emit (node:events:390:28)\n    at maybeClose (node:internal/child_process:1064:16)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)"
npm ERR! gyp sill find Python execFile result: stdout = ""
npm ERR! gyp sill find Python execFile result: stderr = "The system cannot find the path specified.\r\n"
npm ERR! gyp verb find Python - "C:/Python27/python.exe" is not in PATH or produced an error
npm ERR! gyp sill find Python runChecks: err = "Error: Command failed: \"C:/Python27/python.exe\" \"-c\" \"import sys; print(sys.executable);\"\nThe system cannot find the path specified.\r\n\n    at ChildProcess.exithandler (node:child_process:397:12)\n    at ChildProcess.emit (node:events:390:28)\n    at maybeClose (node:internal/child_process:1064:16)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)"
npm ERR! gyp verb find Python Python is not set from environment variable PYTHON
npm ERR! gyp sill find Python runChecks: err = undefined
npm ERR! gyp verb find Python checking if "python3" can be used
npm ERR! gyp verb find Python - executing "python3" to get executable path
npm ERR! gyp sill find Python execFile: exec = "\"python3\""
npm ERR! gyp sill find Python execFile: args = ["\"-c\"","\"import sys; print(sys.executable);\""]
npm ERR! gyp sill find Python execFile: opts = {"env":{"WXDRIVE_START_ARGS":"--wxdrive-setting=0 --disable-gpu --disable-software-rasterizer --enable-features=NetworkServiceInProcess","WT_SESSION":"42409d7a-63f2-4b23-b72b-cf356ec69b54","WT_PROFILE_ID":"{0caa0dad-35be-5f56-a8ff-afceeeaa6101}","WSLENV":"WT_SESSION::WT_PROFILE_ID","windir":"C:\\Windows","USERPROFILE":"C:\\Users\\Liu.D.H","USERNAME":"Liu.D.H","USERDOMAIN_ROAMINGPROFILE":"DESKTOP-T8RM6NG","USERDOMAIN":"DESKTOP-T8RM6NG","TMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","TEMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","SystemRoot":"C:\\Windows","SystemDrive":"C:","PUB_HOSTED_URL":"https://mirrors.tuna.tsinghua.edu.cn/dart-pub","PUBLIC":"C:\\Users\\Public","PSModulePath":"C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules","PROMPT":"C\bL\bI\bN\bK\b \b$P$G","ProgramW6432":"C:\\Program Files","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramFiles":"C:\\Program Files","ProgramData":"C:\\ProgramData","PROCESSOR_REVISION":"3c03","PROCESSOR_LEVEL":"6","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 60 Stepping 3, GenuineIntel","PROCESSOR_ARCHITECTURE":"AMD64","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","Path":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\zeromq\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\node_modules\\.bin;C:\\Users\\Liu.D.H\\node_modules\\.bin;C:\\Users\\node_modules\\.bin;C:\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\@npmcli\\run-script\\lib\\node-gyp-bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Git\\cmd;C:\\Program Files (x86)\\NetSarang\\Xshell 7\\;C:\\Program Files (x86)\\NetSarang\\Xftp 7\\;C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Liu.D.H\\anaconda3;C:\\Users\\Liu.D.H\\anaconda3\\Library\\mingw-w64\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\usr\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Scripts;C:\\Users\\Liu.D.H\\.dotnet\\tools;C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;D:\\android\\android_sdk\\tools;D:\\android\\android_sdk\\tools\\bin;D:\\android\\android_sdk\\platform-tools;D:\\android\\android_sdk\\cmdline-tools\\latest\\bin;D:\\android\\android_sdk\\build-tools\\29.0.3;D:\\android\\android_sdk\\ndk-bundle;C:\\Program Files\\Java\\jdk1.8.0_301\\bin;D:\\apps\\flutter\\bin;D:\\apps\\apache-maven-3.6.0\\bin;D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build\\bin;D:\\apps\\ImageMagick-7.0.10-Q16-HDRI;D:\\apps;D:\\apps\\bin","OS":"Windows_NT","OneDrive":"C:\\Users\\Liu.D.H\\OneDrive","NVM_SYMLINK":"C:\\Program Files\\nodejs","NVM_HOME":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm","NUMBER_OF_PROCESSORS":"8","NPM_PREFIX_NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_package_version":"5.2.8","npm_package_resolved":"https://registry.npmjs.org/zeromq/-/zeromq-5.2.8.tgz","npm_package_peer":"","npm_package_optional":"","npm_package_name":"zeromq","npm_package_json":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\zeromq\\package.json","npm_package_integrity":"sha512-bXzsk7KOmgLSv1tC0Ms1VXBy90+Rz27ZYf27cLuldRYbpqYpuWJfxxHFhO710t22zgWBnmdUP0m3SKFpLI0u5g==","npm_package_engines_node":">=6.0","npm_package_dev_optional":"","npm_package_dev":"","npm_node_execpath":"C:\\Program Files\\nodejs\\node.exe","npm_lifecycle_script":"node-gyp-build || npm run build:libzmq","npm_lifecycle_event":"install","npm_execpath":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_config_zmq_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/zmq-prebuilt/v{version}","npm_config_utp_native_binary_host_mirror":"https://npm.taobao.org/mirrors/utp-native/v{version}","npm_config_utf_8_validate_binary_host_mirror":"https://npm.taobao.org/mirrors/utf-8-validate/v{version}","npm_config_user_agent":"npm/8.1.3 node/v16.13.0 win32 x64 workspaces/false","npm_config_userconfig":"C:\\Users\\Liu.D.H\\.npmrc","npm_config_strict_ssl":"","npm_config_sqlite3_binary_site":"https://npm.taobao.org/mirrors/sqlite3","npm_config_sodium_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/sodium-prebuilt/v{version}","npm_config_sass_binary_site":"https://npm.taobao.org/mirrors/node-sass","npm_config_rabin_binary_host_mirror":"https://npm.taobao.org/mirrors/rabin/v{version}","npm_config_python_mirror":"https://npm.taobao.org/mirrors/python","npm_config_python":"C:/Python27/python.exe","npm_config_puppeteer_download_host":"https://npm.taobao.org/mirrors","npm_config_profiler_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector/","npm_config_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_phantomjs_cdnurl":"https://npm.taobao.org/mirrors/phantomjs","npm_config_operadriver_cdnurl":"https://npm.taobao.org/mirrors/operadriver","npm_config_no_optional":"true","npm_config_noproxy":"","npm_config_node_tk5_binary_host_mirror":"https://npm.taobao.org/mirrors/node-tk5/v{version}","npm_config_node_sqlite3_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_node_gypc:\\users\\liu.d.h\\appdata\\roaming\\npm\\node_modules\\node_gyp\\bin\\node_gyp.js":"","npm_config_node_gyp":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js","npm_config_nodegit_binary_host_mirror":"https://npm.taobao.org/mirrors/nodegit/v{version}/","npm_config_msvs_version":"2022","npm_config_mknod_binary_host_mirror":"https://npm.taobao.org/mirrors/mknod/v{version}","npm_config_metrics_registry":"https://registry.npmjs.org/","npm_config_loglevel":"silly","npm_config_local_prefix":"null","npm_config_leveldown_hyper_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown-hyper/v{version}","npm_config_leveldown_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown/v{version}","npm_config_init_module":"C:\\Users\\Liu.D.H\\.npm-init.js","npm_config_hackrf_binary_host_mirror":"https://npm.taobao.org/mirrors/hackrf/v{version}","npm_config_grpc_node_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_gl_binary_host_mirror":"https://npm.taobao.org/mirrors/gl/v{version}","npm_config_global_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_globalconfig":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\etc\\npmrc","npm_config_global":"true","npm_config_git4win_mirror":"https://npm.taobao.org/mirrors/git-for-windows","npm_config_fuse_bindings_binary_host_mirror":"https://npm.taobao.org/mirrors/fuse-bindings/v{version}","npm_config_fse_binary_host_mirror":"https://npm.taobao.org/mirrors/fsevents","npm_config_flow_bin_binary_host_mirror":"https://npm.taobao.org/mirrors/flow/v","npm_config_electron_mirror":"https://cdn.npm.taobao.org/dist/electron/","npm_config_disturl":"https://npm.taobao.org/dist","npm_config_debug_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector","npm_config_couchbase_binary_host_mirror":"https://npm.taobao.org/mirrors/couchbase/v{version}","npm_config_chromedriver_cdnurl":"https://npm.taobao.org/mirrors/chromedriver","npm_config_cache":"C:\\Users\\Liu.D.H\\AppData\\Local\\npm-cache","npm_config_access":"public","npm_command":"install","NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","NODE_EXE":"C:\\Program Files\\nodejs\\\\node.exe","NODE":"C:\\Program Files\\nodejs\\node.exe","M2_HOME":"D:\\apps\\apache-maven-3.6.0","LOGONSERVER":"\\\\DESKTOP-T8RM6NG","LOCALAPPDATA":"C:\\Users\\Liu.D.H\\AppData\\Local","LINES":"32","JAVA_HOME":"C:\\Program Files\\Java\\jdk1.8.0_301","INIT_CWD":"C:\\Users\\Liu.D.H","IMAGEMAGICK_HOME":"D:\\apps\\ImageMagick-7.0.10-Q16-HDRI","HOMEPATH":"\\Users\\Liu.D.H","HOMEDRIVE":"C:","HOME":"C:\\Users\\Liu.D.H","FLUTTER_STORAGE_BASE_URL":"https://mirrors.tuna.tsinghua.edu.cn/flutter","FLUTTER_HOME":"D:\\apps\\flutter","FFMPEG_HOME":"D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build","EDITOR":"notepad.exe","DriverData":"C:\\Windows\\System32\\Drivers\\DriverData","ComSpec":"C:\\Windows\\system32\\cmd.exe","COMPUTERNAME":"DESKTOP-T8RM6NG","CommonProgramW6432":"C:\\Program Files\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles":"C:\\Program Files\\Common Files","COLUMNS":"133","COLOR":"1","CLINK_DIR":"C:\\Program Files (x86)\\clink\\1.2.42.d4506e","APPDATA":"C:\\Users\\Liu.D.H\\AppData\\Roaming","ANDROID_HOME":"D:\\android\\android_sdk","ALLUSERSPROFILE":"C:\\ProgramData","TERM":"dumb"},"shell":true}
npm ERR! gyp sill find Python execFile result: err = null
npm ERR! gyp sill find Python execFile result: stdout = "C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe\r\n"
npm ERR! gyp sill find Python execFile result: stderr = ""
npm ERR! gyp verb find Python - executable path is "C:\Users\Liu.D.H\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe"
npm ERR! gyp verb find Python - executing "C:\Users\Liu.D.H\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe" to get version
npm ERR! gyp sill find Python execFile: exec = "C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe"
npm ERR! gyp sill find Python execFile: args = ["-c","import sys; print(\"%s.%s.%s\" % sys.version_info[:3]);"]
npm ERR! gyp sill find Python execFile: opts = {"env":{"WXDRIVE_START_ARGS":"--wxdrive-setting=0 --disable-gpu --disable-software-rasterizer --enable-features=NetworkServiceInProcess","WT_SESSION":"42409d7a-63f2-4b23-b72b-cf356ec69b54","WT_PROFILE_ID":"{0caa0dad-35be-5f56-a8ff-afceeeaa6101}","WSLENV":"WT_SESSION::WT_PROFILE_ID","windir":"C:\\Windows","USERPROFILE":"C:\\Users\\Liu.D.H","USERNAME":"Liu.D.H","USERDOMAIN_ROAMINGPROFILE":"DESKTOP-T8RM6NG","USERDOMAIN":"DESKTOP-T8RM6NG","TMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","TEMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","SystemRoot":"C:\\Windows","SystemDrive":"C:","PUB_HOSTED_URL":"https://mirrors.tuna.tsinghua.edu.cn/dart-pub","PUBLIC":"C:\\Users\\Public","PSModulePath":"C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules","PROMPT":"C\bL\bI\bN\bK\b \b$P$G","ProgramW6432":"C:\\Program Files","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramFiles":"C:\\Program Files","ProgramData":"C:\\ProgramData","PROCESSOR_REVISION":"3c03","PROCESSOR_LEVEL":"6","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 60 Stepping 3, GenuineIntel","PROCESSOR_ARCHITECTURE":"AMD64","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","Path":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\zeromq\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\node_modules\\.bin;C:\\Users\\Liu.D.H\\node_modules\\.bin;C:\\Users\\node_modules\\.bin;C:\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\@npmcli\\run-script\\lib\\node-gyp-bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Git\\cmd;C:\\Program Files (x86)\\NetSarang\\Xshell 7\\;C:\\Program Files (x86)\\NetSarang\\Xftp 7\\;C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Liu.D.H\\anaconda3;C:\\Users\\Liu.D.H\\anaconda3\\Library\\mingw-w64\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\usr\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Scripts;C:\\Users\\Liu.D.H\\.dotnet\\tools;C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;D:\\android\\android_sdk\\tools;D:\\android\\android_sdk\\tools\\bin;D:\\android\\android_sdk\\platform-tools;D:\\android\\android_sdk\\cmdline-tools\\latest\\bin;D:\\android\\android_sdk\\build-tools\\29.0.3;D:\\android\\android_sdk\\ndk-bundle;C:\\Program Files\\Java\\jdk1.8.0_301\\bin;D:\\apps\\flutter\\bin;D:\\apps\\apache-maven-3.6.0\\bin;D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build\\bin;D:\\apps\\ImageMagick-7.0.10-Q16-HDRI;D:\\apps;D:\\apps\\bin","OS":"Windows_NT","OneDrive":"C:\\Users\\Liu.D.H\\OneDrive","NVM_SYMLINK":"C:\\Program Files\\nodejs","NVM_HOME":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm","NUMBER_OF_PROCESSORS":"8","NPM_PREFIX_NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_package_version":"5.2.8","npm_package_resolved":"https://registry.npmjs.org/zeromq/-/zeromq-5.2.8.tgz","npm_package_peer":"","npm_package_optional":"","npm_package_name":"zeromq","npm_package_json":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\jp-babel\\node_modules\\zeromq\\package.json","npm_package_integrity":"sha512-bXzsk7KOmgLSv1tC0Ms1VXBy90+Rz27ZYf27cLuldRYbpqYpuWJfxxHFhO710t22zgWBnmdUP0m3SKFpLI0u5g==","npm_package_engines_node":">=6.0","npm_package_dev_optional":"","npm_package_dev":"","npm_node_execpath":"C:\\Program Files\\nodejs\\node.exe","npm_lifecycle_script":"node-gyp-build || npm run build:libzmq","npm_lifecycle_event":"install","npm_execpath":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_config_zmq_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/zmq-prebuilt/v{version}","npm_config_utp_native_binary_host_mirror":"https://npm.taobao.org/mirrors/utp-native/v{version}","npm_config_utf_8_validate_binary_host_mirror":"https://npm.taobao.org/mirrors/utf-8-validate/v{version}","npm_config_user_agent":"npm/8.1.3 node/v16.13.0 win32 x64 workspaces/false","npm_config_userconfig":"C:\\Users\\Liu.D.H\\.npmrc","npm_config_strict_ssl":"","npm_config_sqlite3_binary_site":"https://npm.taobao.org/mirrors/sqlite3","npm_config_sodium_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/sodium-prebuilt/v{version}","npm_config_sass_binary_site":"https://npm.taobao.org/mirrors/node-sass","npm_config_rabin_binary_host_mirror":"https://npm.taobao.org/mirrors/rabin/v{version}","npm_config_python_mirror":"https://npm.taobao.org/mirrors/python","npm_config_python":"C:/Python27/python.exe","npm_config_puppeteer_download_host":"https://npm.taobao.org/mirrors","npm_config_profiler_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector/","npm_config_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_phantomjs_cdnurl":"https://npm.taobao.org/mirrors/phantomjs","npm_config_operadriver_cdnurl":"https://npm.taobao.org/mirrors/operadriver","npm_config_no_optional":"true","npm_config_noproxy":"","npm_config_node_tk5_binary_host_mirror":"https://npm.taobao.org/mirrors/node-tk5/v{version}","npm_config_node_sqlite3_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_node_gypc:\\users\\liu.d.h\\appdata\\roaming\\npm\\node_modules\\node_gyp\\bin\\node_gyp.js":"","npm_config_node_gyp":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js","npm_config_nodegit_binary_host_mirror":"https://npm.taobao.org/mirrors/nodegit/v{version}/","npm_config_msvs_version":"2022","npm_config_mknod_binary_host_mirror":"https://npm.taobao.org/mirrors/mknod/v{version}","npm_config_metrics_registry":"https://registry.npmjs.org/","npm_config_loglevel":"silly","npm_config_local_prefix":"null","npm_config_leveldown_hyper_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown-hyper/v{version}","npm_config_leveldown_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown/v{version}","npm_config_init_module":"C:\\Users\\Liu.D.H\\.npm-init.js","npm_config_hackrf_binary_host_mirror":"https://npm.taobao.org/mirrors/hackrf/v{version}","npm_config_grpc_node_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_gl_binary_host_mirror":"https://npm.taobao.org/mirrors/gl/v{version}","npm_config_global_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_globalconfig":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\etc\\npmrc","npm_config_global":"true","npm_config_git4win_mirror":"https://npm.taobao.org/mirrors/git-for-windows","npm_config_fuse_bindings_binary_host_mirror":"https://npm.taobao.org/mirrors/fuse-bindings/v{version}","npm_config_fse_binary_host_mirror":"https://npm.taobao.org/mirrors/fsevents","npm_config_flow_bin_binary_host_mirror":"https://npm.taobao.org/mirrors/flow/v","npm_config_electron_mirror":"https://cdn.npm.taobao.org/dist/electron/","npm_config_disturl":"https://npm.taobao.org/dist","npm_config_debug_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector","npm_config_couchbase_binary_host_mirror":"https://npm.taobao.org/mirrors/couchbase/v{version}","npm_config_chromedriver_cdnurl":"https://npm.taobao.org/mirrors/chromedriver","npm_config_cache":"C:\\Users\\Liu.D.H\\AppData\\Local\\npm-cache","npm_config_access":"public","npm_command":"install","NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","NODE_EXE":"C:\\Program Files\\nodejs\\\\node.exe","NODE":"C:\\Program Files\\nodejs\\node.exe","M2_HOME":"D:\\apps\\apache-maven-3.6.0","LOGONSERVER":"\\\\DESKTOP-T8RM6NG","LOCALAPPDATA":"C:\\Users\\Liu.D.H\\AppData\\Local","LINES":"32","JAVA_HOME":"C:\\Program Files\\Java\\jdk1.8.0_301","INIT_CWD":"C:\\Users\\Liu.D.H","IMAGEMAGICK_HOME":"D:\\apps\\ImageMagick-7.0.10-Q16-HDRI","HOMEPATH":"\\Users\\Liu.D.H","HOMEDRIVE":"C:","HOME":"C:\\Users\\Liu.D.H","FLUTTER_STORAGE_BASE_URL":"https://mirrors.tuna.tsinghua.edu.cn/flutter","FLUTTER_HOME":"D:\\apps\\flutter","FFMPEG_HOME":"D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build","EDITOR":"notepad.exe","DriverData":"C:\\Windows\\System32\\Drivers\\DriverData","ComSpec":"C:\\Windows\\system32\\cmd.exe","COMPUTERNAME":"DESKTOP-T8RM6NG","CommonProgramW6432":"C:\\Program Files\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles":"C:\\Program Files\\Common Files","COLUMNS":"133","COLOR":"1","CLINK_DIR":"C:\\Program Files (x86)\\clink\\1.2.42.d4506e","APPDATA":"C:\\Users\\Liu.D.H\\AppData\\Roaming","ANDROID_HOME":"D:\\android\\android_sdk","ALLUSERSPROFILE":"C:\\ProgramData","TERM":"dumb"},"shell":false}
npm ERR! gyp sill find Python execFile result: err = null
npm ERR! gyp sill find Python execFile result: stdout = "3.10.0\r\n"
npm ERR! gyp sill find Python execFile result: stderr = ""
npm ERR! gyp verb find Python - version is "3.10.0"
npm ERR! gyp info find Python using Python version 3.10.0 found at "C:\Users\Liu.D.H\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe"
npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 16.13.0
npm ERR! gyp verb command install [ '16.13.0' ]
npm ERR! gyp verb download using dist-url https://npm.taobao.org/dist
npm ERR! gyp verb install input version string "16.13.0"
npm ERR! gyp verb install installing version: 16.13.0
npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
npm ERR! gyp verb install version is already installed, need to check "installVersion"
npm ERR! gyp verb got "installVersion" 9
npm ERR! gyp verb needs "installVersion" 9
npm ERR! gyp verb install version is good
npm ERR! gyp verb get node dir target node version installed: 16.13.0
npm ERR! gyp verb build dir attempting to create "build" dir: C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\jp-babel\node_modules\zeromq\build
npm ERR! gyp verb build dir "build" dir needed to be created? Yes
npm ERR! gyp verb find VS msvs_version was set from command line or npm config
npm ERR! gyp verb find VS - looking for Visual Studio version 2022
npm ERR! gyp verb find VS VCINSTALLDIR not set, not running in VS Command Prompt
npm ERR! gyp sill find VS Running C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe [
npm ERR! gyp sill find VS   '-ExecutionPolicy',
npm ERR! gyp sill find VS   'Unrestricted',
npm ERR! gyp sill find VS   '-NoProfile',
npm ERR! gyp sill find VS   '-Command',
npm ERR! gyp sill find VS   "&{Add-Type -Path 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\lib\\Find-VisualStudio.cs';[VisualStudioConfiguration.Main]::PrintJson()}"
npm ERR! gyp sill find VS ]
npm ERR! gyp sill find VS PS stderr = ""
npm ERR! gyp sill find VS processing installation: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"
npm ERR! gyp sill find VS - version match = ["16.11.31829.152","16","11"]
npm ERR! gyp sill find VS - found VC.MSBuild.Base
npm ERR! gyp sill find VS - found VC.Tools.x86.x64
npm ERR! gyp sill find VS - found Win10SDK: 19041
npm ERR! gyp sill find VS processing installation: "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp sill find VS - version match = ["17.0.31903.59","17","0"]
npm ERR! gyp sill find VS - unsupported version: 17
npm ERR! gyp sill find VS - found VC.Tools.x86.x64
npm ERR! gyp sill find VS - invalid versionYear: undefined
npm ERR! gyp sill find VS - found Win10SDK: 19041
npm ERR! gyp sill find VS vsInfo: [
npm ERR! gyp sill find VS   {
npm ERR! gyp sill find VS     version: '16.11.31829.152',
npm ERR! gyp sill find VS     versionMajor: 16,
npm ERR! gyp sill find VS     versionMinor: 11,
npm ERR! gyp sill find VS     versionYear: 2019,
npm ERR! gyp sill find VS     path: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community',
npm ERR! gyp sill find VS     msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
npm ERR! gyp sill find VS     toolset: 'v142',
npm ERR! gyp sill find VS     sdk: '10.0.19041.0'
npm ERR! gyp sill find VS   },
npm ERR! gyp sill find VS   {
npm ERR! gyp sill find VS     path: 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community',
npm ERR! gyp sill find VS     msBuild: null,
npm ERR! gyp sill find VS     toolset: null,
npm ERR! gyp sill find VS     sdk: '10.0.19041.0'
npm ERR! gyp sill find VS   }
npm ERR! gyp sill find VS ]
npm ERR! gyp verb find VS unknown version "undefined" found at "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp verb find VS checking VS2019 (16.11.31829.152) found at:
npm ERR! gyp verb find VS "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"
npm ERR! gyp verb find VS - found "Visual Studio C++ core features"
npm ERR! gyp verb find VS - found VC++ toolset: v142
npm ERR! gyp verb find VS - found Windows SDK: 10.0.19041.0
npm ERR! gyp verb find VS - msvs_version does not match this version
npm ERR! gyp verb find VS could not find a version of Visual Studio 2017 or newer to use
npm ERR! gyp verb find VS looking for Visual Studio 2015
npm ERR! gyp sill reg-search looking for "14.0" in "HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7"
npm ERR! gyp sill reg running C:\Windows\System32\reg.exe [
npm ERR! gyp sill reg   'query',
npm ERR! gyp sill reg   'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7',
npm ERR! gyp sill reg   '/v',
npm ERR! gyp sill reg   '14.0'
npm ERR! gyp sill reg ]
npm ERR! gyp sill reg reg.exe stdout = ""
npm ERR! gyp sill reg reg.exe err = "Error: Command failed: C:\\Windows\\System32\\reg.exe query HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7 /v 14.0\nERROR: The system was unable to find the specified registry key or value.\r\n\n    at ChildProcess.exithandler (node:child_process:397:12)\n    at ChildProcess.emit (node:events:390:28)\n    at maybeClose (node:internal/child_process:1064:16)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)"
npm ERR! gyp sill reg reg.exe stderr = "ERROR: The system was unable to find the specified registry key or value.\r\n"
npm ERR! gyp sill reg-search looking for "14.0" in "HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7"
npm ERR! gyp sill reg running C:\Windows\System32\reg.exe [
npm ERR! gyp sill reg   'query',
npm ERR! gyp sill reg   'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7',
npm ERR! gyp sill reg   '/v',
npm ERR! gyp sill reg   '14.0'
npm ERR! gyp sill reg ]
npm ERR! gyp sill reg reg.exe stdout = ""
npm ERR! gyp sill reg reg.exe err = "Error: Command failed: C:\\Windows\\System32\\reg.exe query HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7 /v 14.0\nERROR: The system was unable to find the specified registry key or value.\r\n\n    at ChildProcess.exithandler (node:child_process:397:12)\n    at ChildProcess.emit (node:events:390:28)\n    at maybeClose (node:internal/child_process:1064:16)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)"
npm ERR! gyp sill reg reg.exe stderr = "ERROR: The system was unable to find the specified registry key or value.\r\n"
npm ERR! gyp verb find VS - not found
npm ERR! gyp verb find VS not looking for VS2013 as it is only supported up to Node.js 8
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! find VS msvs_version was set from command line or npm config
npm ERR! gyp ERR! find VS - looking for Visual Studio version 2022
npm ERR! gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
npm ERR! gyp ERR! find VS unknown version "undefined" found at "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp ERR! find VS checking VS2019 (16.11.31829.152) found at:
npm ERR! gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"
npm ERR! gyp ERR! find VS - found "Visual Studio C++ core features"
npm ERR! gyp ERR! find VS - found VC++ toolset: v142
npm ERR! gyp ERR! find VS - found Windows SDK: 10.0.19041.0
npm ERR! gyp ERR! find VS - msvs_version does not match this version
npm ERR! gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use
npm ERR! gyp ERR! find VS looking for Visual Studio 2015
npm ERR! gyp ERR! find VS - not found
npm ERR! gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! find VS valid versions for msvs_version:
npm ERR! gyp ERR! find VS - "2019"
npm ERR! gyp ERR! find VS - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! find VS **************************************************************
npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio
npm ERR! gyp ERR! find VS including the "Desktop development with C++" workload.
npm ERR! gyp ERR! find VS For more information consult the documentation at:
npm ERR! gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
npm ERR! gyp ERR! find VS **************************************************************
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Could not find any Visual Studio installation to use
npm ERR! gyp ERR! stack     at VisualStudioFinder.fail (C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:121:47)
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:74:16
npm ERR! gyp ERR! stack     at VisualStudioFinder.findVisualStudio2013 (C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:351:14)
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:70:14
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:372:16
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\util.js:54:7
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\util.js:33:16
npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:404:5)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1064:16)
npm ERR! gyp ERR! System Windows_NT 10.0.22000
npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\jp-babel\node_modules\zeromq
npm ERR! gyp ERR! node -v v16.13.0
npm ERR! gyp ERR! node-gyp -v v8.3.0
npm ERR! gyp ERR! not ok
npm ERR! npm verb cli [
npm ERR! npm verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm ERR! npm verb cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
npm ERR! npm verb cli   'prefix',
npm ERR! npm verb cli   '-g'
npm ERR! npm verb cli ]
npm ERR! npm info using [email protected]
npm ERR! npm info using [email protected]
npm ERR! npm timing npm:load:whichnode Completed in 0ms
npm ERR! npm timing config:load:defaults Completed in 2ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\nvm\v16.13.0\node_modules\npm\npmrc Completed in 1ms
npm ERR! npm timing config:load:builtin Completed in 1ms
npm ERR! npm timing config:load:cli Completed in 3ms
npm ERR! npm timing config:load:env Completed in 1ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\jp-babel\node_modules\zeromq\.npmrc Completed in 1ms
npm ERR! npm timing config:load:project Completed in 1ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\.npmrc Completed in 2ms
npm ERR! npm timing config:load:user Completed in 2ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\etc\npmrc Completed in 0ms
npm ERR! npm timing config:load:global Completed in 0ms
npm ERR! npm timing config:load:validate Completed in 2ms
npm ERR! npm timing config:load:credentials Completed in 1ms
npm ERR! npm timing config:load:setEnvs Completed in 1ms
npm ERR! npm timing config:load Completed in 14ms
npm ERR! npm timing npm:load:configload Completed in 14ms
npm ERR! npm timing npm:load:setTitle Completed in 0ms
npm ERR! npm timing npm:load:setupLog Completed in 1ms
npm ERR! npm timing config:load:flatten Completed in 3ms
npm ERR! npm timing npm:load:cleanupLog Completed in 2ms
npm ERR! npm timing npm:load:configScope Completed in 0ms
npm ERR! npm timing npm:load:projectScope Completed in 0ms
npm ERR! npm timing npm:load Completed in 23ms
npm ERR! npm timing command:prefix Completed in 0ms
npm ERR! npm verb exit 0
npm ERR! npm timing npm Completed in 253ms
npm ERR! npm info ok
npm ERR! npm verb cli [
npm ERR! npm verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm ERR! npm verb cli   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
npm ERR! npm verb cli   'run',
npm ERR! npm verb cli   'build:libzmq'
npm ERR! npm verb cli ]
npm ERR! npm info using [email protected]
npm ERR! npm info using [email protected]
npm ERR! npm timing npm:load:whichnode Completed in 0ms
npm ERR! npm timing config:load:defaults Completed in 2ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 1ms
npm ERR! npm timing config:load:builtin Completed in 1ms
npm ERR! npm timing config:load:cli Completed in 2ms
npm ERR! npm timing config:load:env Completed in 2ms
npm ERR! npm timing config:load:project Completed in 0ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\.npmrc Completed in 2ms
npm ERR! npm timing config:load:user Completed in 2ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\etc\npmrc Completed in 1ms
npm ERR! npm timing config:load:global Completed in 1ms
npm ERR! npm timing config:load:validate Completed in 2ms
npm ERR! npm timing config:load:credentials Completed in 0ms
npm ERR! npm timing config:load:setEnvs Completed in 1ms
npm ERR! npm timing config:load Completed in 13ms
npm ERR! npm timing npm:load:configload Completed in 13ms
npm ERR! npm timing npm:load:setTitle Completed in 0ms
npm ERR! npm timing npm:load:setupLog Completed in 1ms
npm ERR! npm timing config:load:flatten Completed in 3ms
npm ERR! npm timing npm:load:cleanupLog Completed in 2ms
npm ERR! npm timing npm:load:configScope Completed in 0ms
npm ERR! npm timing npm:load:projectScope Completed in 1ms
npm ERR! npm timing npm:load Completed in 22ms
npm ERR! npm timing command:run Completed in 3ms
npm ERR! npm verb stack Error: ENOENT: no such file or directory, open 'C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\jp-babel\node_modules\zeromq\null\package.json'
npm ERR! npm verb cwd C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\jp-babel\node_modules\zeromq
npm ERR! npm verb Windows_NT 10.0.22000
npm ERR! npm verb argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "build:libzmq"
npm ERR! npm verb node v16.13.0
npm ERR! npm verb npm  v8.1.3
npm ERR! npm ERR! code ENOENT
npm ERR! npm ERR! syscall open
npm ERR! npm ERR! path null/package.json
npm ERR! npm ERR! errno -4058
npm ERR! npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\jp-babel\node_modules\zeromq\null\package.json'
npm ERR! npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! npm ERR! enoent
npm ERR! npm verb exit -4058
npm ERR! npm timing npm Completed in 259ms
npm ERR! npm verb code -4058
npm ERR!
npm ERR! npm ERR! A complete log of this run can be found in:
npm ERR! npm ERR!     C:\Users\Liu.D.H\AppData\Local\npm-cache\_logs\2021-11-12T01_49_19_315Z-debug.log
npm verb exit 4294963238
npm timing npm Completed in 38940ms
npm verb unfinished npm timer reify 1636681721433
npm verb unfinished npm timer reify:build 1636681755608
npm verb unfinished npm timer build 1636681755608
npm verb unfinished npm timer build:deps 1636681755608
npm verb unfinished npm timer build:run:install 1636681755759
npm verb unfinished npm timer build:run:install:node_modules/ijavascript/node_modules/zeromq 1636681755759
npm verb unfinished npm timer build:run:install:node_modules/jp-babel/node_modules/zeromq 1636681755767
npm verb code 4294963238

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Liu.D.H\AppData\Local\npm-cache\_logs\2021-11-12T01_49_20_042Z-debug.log

C:\Users\Liu.D.H>

@liudonghua123
Copy link
Author

liudonghua123 commented Nov 12, 2021

I noticed it seems not using vs 2022 and node-gyp bundled within npm was used instead of node_gyp config.

npm ERR! gyp ERR! find VS msvs_version was set from command line or npm config
npm ERR! gyp ERR! find VS - looking for Visual Studio version 2022
npm ERR! gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
npm ERR! gyp ERR! find VS unknown version "undefined" found at "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp ERR! find VS checking VS2019 (16.11.31829.152) found at:
npm ERR! gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"
npm ERR! gyp ERR! find VS - found "Visual Studio C++ core features"
npm ERR! gyp ERR! find VS - found VC++ toolset: v142
npm ERR! gyp ERR! find VS - found Windows SDK: 10.0.19041.0
npm ERR! gyp ERR! find VS - msvs_version does not match this version
npm ERR! gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use
npm ERR! gyp ERR! find VS looking for Visual Studio 2015
npm ERR! gyp ERR! find VS - not found
npm ERR! gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! find VS valid versions for msvs_version:
npm ERR! gyp ERR! find VS - "2019"
npm ERR! gyp ERR! find VS - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! find VS **************************************************************
npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio
npm ERR! gyp ERR! find VS including the "Desktop development with C++" workload.
npm ERR! gyp ERR! find VS For more information consult the documentation at:
npm ERR! gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
npm ERR! gyp ERR! find VS **************************************************************
npm ERR! gyp ERR! find VS
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Could not find any Visual Studio installation to use
npm ERR! gyp ERR! stack     at VisualStudioFinder.fail (C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:121:47)
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:74:16
npm ERR! gyp ERR! stack     at VisualStudioFinder.findVisualStudio2013 (C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:351:14)
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:70:14
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:372:16
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\util.js:54:7
npm ERR! gyp ERR! stack     at C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\util.js:33:16
npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:404:5)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1064:16)
npm ERR! gyp ERR! System Windows_NT 10.0.22000
npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
C:\Users\Liu.D.H>npm config get node_gyp
C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\node-gyp\bin\node-gyp.js

C:\Users\Liu.D.H>
C:\Users\Liu.D.H>type "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\package.json" | findstr version
  "version": "8.3.0",

C:\Users\Liu.D.H>type "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\node-gyp\package.json" | findstr version
  "version": "8.4.0",

C:\Users\Liu.D.H>

Then I tried to update node-gyp bundled within npm, set VCINSTALLDIR and tried again. However, the same errors.

npm i -g ijavascript jp-babel --loglevel silly
C:\Users\Liu.D.H>npm config get node_gyp
C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\node-gyp\bin\node-gyp.js

C:\Users\Liu.D.H>
C:\Users\Liu.D.H>type "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\package.json" | findstr version
  "version": "8.3.0",

C:\Users\Liu.D.H>type "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\node-gyp\package.json" | findstr version
  "version": "8.4.0",

C:\Users\Liu.D.H>set VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\

C:\Users\Liu.D.H>cd C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm

C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm>npm i node-gyp
npm WARN deprecated [email protected]: This package is no longer relevant as Node.js 0.12 is unmaintained.
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with 'npm rm eslint-plugin-standard'. More info here: https://github.com/standard/standard/issues/1316
npm WARN deprecated [email protected]: 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 [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

added 383 packages, changed 13 packages, and audited 771 packages in 4m

79 packages are looking for funding
  run `npm fund` for details

11 moderate severity vulnerabilities

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm>type "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\node-gyp\package.json" | findstr version
  "version": "8.4.0",

C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm>npm i -g ijavascript jp-babel --loglevel silly
npm verb cli [
npm verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm verb cli   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
npm verb cli   'i',
npm verb cli   '-g',
npm verb cli   'ijavascript',
npm verb cli   'jp-babel',
npm verb cli   '--loglevel',
npm verb cli   'silly'
npm verb cli ]
npm info using [email protected]
npm info using [email protected]
npm timing npm:load:whichnode Completed in 0ms
npm timing config:load:defaults Completed in 2ms
npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 1ms
npm timing config:load:builtin Completed in 1ms
npm timing config:load:cli Completed in 2ms
npm timing config:load:env Completed in 0ms
npm timing config:load:project Completed in 1ms
npm timing config:load:file:C:\Users\Liu.D.H\.npmrc Completed in 2ms
npm timing config:load:user Completed in 2ms
npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\etc\npmrc Completed in 1ms
npm timing config:load:global Completed in 1ms
npm timing config:load:validate Completed in 2ms
npm timing config:load:credentials Completed in 1ms
npm timing config:load:setEnvs Completed in 1ms
npm timing config:load Completed in 13ms
npm timing npm:load:configload Completed in 13ms
npm timing npm:load:setTitle Completed in 0ms
npm timing npm:load:setupLog Completed in 1ms
npm timing config:load:flatten Completed in 3ms
npm timing npm:load:cleanupLog Completed in 2ms
npm timing npm:load:configScope Completed in 0ms
npm timing npm:load:projectScope Completed in 0ms
npm timing npm:load Completed in 34ms
npm timing arborist:ctor Completed in 1ms
npm timing idealTree:init Completed in 6ms
npm timing idealTree:userRequests Completed in 3ms
npm sill idealTree buildDeps
npm sill fetch manifest ijavascript@*
npm http fetch GET 200 https://registry.npmjs.org/ijavascript 4333ms (cache revalidated)
npm sill fetch manifest jp-babel@*
npm http fetch GET 200 https://registry.npmjs.org/jp-babel 386ms (cache revalidated)
npm sill placeDep ROOT [email protected] OK for:  want: *
npm sill placeDep ROOT [email protected] OK for:  want: *
npm sill fetch manifest jp-kernel@1 || 2
npm sill fetch manifest @babel/core@7
npm sill fetch manifest @babel/preset-env@7
npm sill fetch manifest @babel/register@7
npm sill fetch manifest jp-kernel@2
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcore 41ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-env 296ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/jp-kernel 893ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fregister 1445ms (cache revalidated)
npm timing idealTree:#root Completed in 6215ms
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 1 || 2
npm sill fetch manifest jmp@1 || 2
npm sill fetch manifest nel@^1.1.0
npm sill fetch manifest uuid@3
npm http fetch GET 200 https://registry.npmjs.org/uuid 16ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/nel 404ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/jmp 1062ms (cache revalidated)
npm timing idealTree:node_modules/ijavascript Completed in 1071ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: 7
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: 7
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: 7
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 2
npm sill fetch manifest @babel/code-frame@^7.16.0
npm sill fetch manifest @babel/generator@^7.16.0
npm sill fetch manifest @babel/helper-compilation-targets@^7.16.0
npm sill fetch manifest @babel/helper-module-transforms@^7.16.0
npm sill fetch manifest @babel/helpers@^7.16.0
npm sill fetch manifest @babel/parser@^7.16.0
npm sill fetch manifest @babel/template@^7.16.0
npm sill fetch manifest @babel/traverse@^7.16.0
npm sill fetch manifest @babel/types@^7.16.0
npm sill fetch manifest convert-source-map@^1.7.0
npm sill fetch manifest debug@^4.1.0
npm sill fetch manifest gensync@^1.0.0-beta.2
npm sill fetch manifest json5@^2.1.2
npm sill fetch manifest semver@^6.3.0
npm sill fetch manifest source-map@^0.5.0
npm sill fetch manifest @babel/compat-data@^7.16.0
npm sill fetch manifest @babel/helper-plugin-utils@^7.14.5
npm sill fetch manifest @babel/helper-validator-option@^7.14.5
npm sill fetch manifest @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0
npm sill fetch manifest @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-async-generator-functions@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-class-properties@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-class-static-block@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-dynamic-import@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-export-namespace-from@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-json-strings@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-logical-assignment-operators@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-nullish-coalescing-operator@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-numeric-separator@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-object-rest-spread@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-optional-catch-binding@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-optional-chaining@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-private-methods@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-private-property-in-object@^7.16.0
npm sill fetch manifest @babel/plugin-proposal-unicode-property-regex@^7.16.0
npm sill fetch manifest @babel/plugin-syntax-async-generators@^7.8.4
npm sill fetch manifest @babel/plugin-syntax-class-properties@^7.12.13
npm sill fetch manifest @babel/plugin-syntax-class-static-block@^7.14.5
npm sill fetch manifest @babel/plugin-syntax-dynamic-import@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-export-namespace-from@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-json-strings@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-logical-assignment-operators@^7.10.4
npm sill fetch manifest @babel/plugin-syntax-nullish-coalescing-operator@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-numeric-separator@^7.10.4
npm sill fetch manifest @babel/plugin-syntax-object-rest-spread@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-optional-catch-binding@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-optional-chaining@^7.8.3
npm sill fetch manifest @babel/plugin-syntax-private-property-in-object@^7.14.5
npm sill fetch manifest @babel/plugin-syntax-top-level-await@^7.14.5
npm sill fetch manifest @babel/plugin-transform-arrow-functions@^7.16.0
npm sill fetch manifest @babel/plugin-transform-async-to-generator@^7.16.0
npm sill fetch manifest @babel/plugin-transform-block-scoped-functions@^7.16.0
npm sill fetch manifest @babel/plugin-transform-block-scoping@^7.16.0
npm sill fetch manifest @babel/plugin-transform-classes@^7.16.0
npm sill fetch manifest @babel/plugin-transform-computed-properties@^7.16.0
npm sill fetch manifest @babel/plugin-transform-destructuring@^7.16.0
npm sill fetch manifest @babel/plugin-transform-dotall-regex@^7.16.0
npm sill fetch manifest @babel/plugin-transform-duplicate-keys@^7.16.0
npm sill fetch manifest @babel/plugin-transform-exponentiation-operator@^7.16.0
npm sill fetch manifest @babel/plugin-transform-for-of@^7.16.0
npm sill fetch manifest @babel/plugin-transform-function-name@^7.16.0
npm sill fetch manifest @babel/plugin-transform-literals@^7.16.0
npm sill fetch manifest @babel/plugin-transform-member-expression-literals@^7.16.0
npm sill fetch manifest @babel/plugin-transform-modules-amd@^7.16.0
npm sill fetch manifest @babel/plugin-transform-modules-commonjs@^7.16.0
npm sill fetch manifest @babel/plugin-transform-modules-systemjs@^7.16.0
npm sill fetch manifest @babel/plugin-transform-modules-umd@^7.16.0
npm sill fetch manifest @babel/plugin-transform-named-capturing-groups-regex@^7.16.0
npm sill fetch manifest @babel/plugin-transform-new-target@^7.16.0
npm sill fetch manifest @babel/plugin-transform-object-super@^7.16.0
npm sill fetch manifest @babel/plugin-transform-parameters@^7.16.0
npm sill fetch manifest @babel/plugin-transform-property-literals@^7.16.0
npm sill fetch manifest @babel/plugin-transform-regenerator@^7.16.0
npm sill fetch manifest @babel/plugin-transform-reserved-words@^7.16.0
npm sill fetch manifest @babel/plugin-transform-shorthand-properties@^7.16.0
npm sill fetch manifest @babel/plugin-transform-spread@^7.16.0
npm sill fetch manifest @babel/plugin-transform-sticky-regex@^7.16.0
npm sill fetch manifest @babel/plugin-transform-template-literals@^7.16.0
npm sill fetch manifest @babel/plugin-transform-typeof-symbol@^7.16.0
npm sill fetch manifest @babel/plugin-transform-unicode-escapes@^7.16.0
npm sill fetch manifest @babel/plugin-transform-unicode-regex@^7.16.0
npm sill fetch manifest @babel/preset-modules@^0.1.5
npm sill fetch manifest babel-plugin-polyfill-corejs2@^0.2.3
npm sill fetch manifest babel-plugin-polyfill-corejs3@^0.3.0
npm sill fetch manifest babel-plugin-polyfill-regenerator@^0.2.3
npm sill fetch manifest core-js-compat@^3.19.0
npm sill fetch manifest clone-deep@^4.0.1
npm sill fetch manifest find-cache-dir@^2.0.0
npm sill fetch manifest make-dir@^2.1.0
npm sill fetch manifest pirates@^4.0.0
npm sill fetch manifest source-map-support@^0.5.16
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-compilation-targets 411ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelpers 411ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2ftemplate 411ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/debug 409ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fgenerator 417ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/gensync 412ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2ftraverse 415ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-module-transforms 418ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-plugin-utils 410ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/json5 415ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/source-map 414ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2ftypes 423ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/semver 420ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map 426ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fparser 430ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcompat-data 425ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-validator-option 424ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-object-rest-spread 414ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-object-rest-spread 401ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fcode-frame 440ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/make-dir 355ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-parameters 375ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-destructuring 396ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/find-cache-dir 363ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/source-map-support 361ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-logical-assignment-operators 591ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-dynamic-import 609ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-class-static-block 845ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators 1123ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining 1144ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-async-generator-functions 1158ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-class-properties 1162ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-optional-chaining 1154ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-export-namespace-from 1164ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-numeric-separator 1161ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-class-properties 1347ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-json-strings 1348ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-private-methods 1377ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-numeric-separator 1373ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-logical-assignment-operators 1379ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-export-namespace-from 1493ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-chaining 1618ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-arrow-functions 1622ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-private-property-in-object 1640ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-top-level-await 1643ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-async-to-generator 1655ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoped-functions 1769ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-private-property-in-object 1799ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-dynamic-import 1868ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-classes 1877ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-block-scoping 1905ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-dotall-regex 1905ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-nullish-coalescing-operator 2022ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-function-name 2020ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-for-of 2037ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-syntax-optional-catch-binding 2050ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-member-expression-literals 2127ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-commonjs 2150ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-umd 2166ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-literals 2205ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-named-capturing-groups-regex 2261ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-computed-properties 2360ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-exponentiation-operator 2401ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-regenerator 2441ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-bugfix-safari-id-destructuring-collision-in-function-expression 2525ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-nullish-coalescing-operator 2524ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-template-literals 2511ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-sticky-regex 2594ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-shorthand-properties 2662ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-escapes 2724ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-spread 2737ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-unicode-regex 2764ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/core-js-compat 2850ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-object-super 2874ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-amd 2901ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-regenerator 2901ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-property-literals 2920ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-reserved-words 2937ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-new-target 2984ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs3 2980ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-modules-systemjs 3055ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/clone-deep 3079ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-json-strings 3232ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-duplicate-keys 3203ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fpreset-modules 3436ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-class-static-block 3513ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-polyfill-corejs2 3464ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/pirates 3606ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-unicode-property-regex 3800ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-transform-typeof-symbol 3836ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fplugin-proposal-optional-catch-binding 25820ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel Completed in 25869ms
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 1 || 2
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: ^1.1.0
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 3
npm sill fetch manifest zeromq@5
npm http fetch GET 200 https://registry.npmjs.org/zeromq 419ms (cache revalidated)
npm timing idealTree:node_modules/ijavascript/node_modules/jp-kernel Completed in 454ms
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 5
npm sill fetch manifest [email protected]
npm sill fetch manifest node-gyp-build@^4.2.3
npm http fetch GET 200 https://registry.npmjs.org/nan 261ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/node-gyp-build 781ms (cache revalidated)
npm timing idealTree:node_modules/ijavascript/node_modules/jmp Completed in 795ms
npm timing idealTree:node_modules/ijavascript/node_modules/nel Completed in 0ms
npm timing idealTree:node_modules/ijavascript/node_modules/uuid Completed in 1ms
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: 2.14.2
npm sill placeDep node_modules/ijavascript [email protected] OK for: [email protected] want: ^4.2.3
npm timing idealTree:node_modules/ijavascript/node_modules/zeromq Completed in 16ms
npm timing idealTree:node_modules/ijavascript/node_modules/nan Completed in 0ms
npm timing idealTree:node_modules/ijavascript/node_modules/node-gyp-build Completed in 1ms
npm sill fetch manifest @babel/core@^7.0.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^1.7.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.1.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^1.0.0-beta.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.1.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^6.3.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.5.0
npm sill fetch manifest @babel/highlight@^7.16.0
npm sill fetch manifest jsesc@^2.5.1
npm sill fetch manifest browserslist@^4.17.5
npm sill fetch manifest @babel/helper-module-imports@^7.16.0
npm sill fetch manifest @babel/helper-replace-supers@^7.16.0
npm sill fetch manifest @babel/helper-simple-access@^7.16.0
npm sill fetch manifest @babel/helper-split-export-declaration@^7.16.0
npm sill fetch manifest @babel/helper-validator-identifier@^7.15.7
npm sill fetch manifest @babel/helper-function-name@^7.16.0
npm sill fetch manifest @babel/helper-hoist-variables@^7.16.0
npm sill fetch manifest globals@^11.1.0
npm sill fetch manifest to-fast-properties@^2.0.0
npm sill fetch manifest safe-buffer@~5.1.1
npm sill fetch manifest [email protected]
npm sill fetch manifest minimist@^1.2.5
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-module-imports 61ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/jsesc 64ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhighlight 67ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-replace-supers 65ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-split-export-declaration 65ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-function-name 64ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-simple-access 68ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-hoist-variables 66ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-validator-identifier 69ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/browserslist 75ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/to-fast-properties 68ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/globals 73ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/ms 72ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 74ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/minimist 74ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/core Completed in 128ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest chalk@^2.0.0
npm sill fetch manifest js-tokens@^4.0.0
npm http fetch GET 200 https://registry.npmjs.org/js-tokens 10ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/chalk 13ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/code-frame Completed in 22ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.5.1
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/generator Completed in 1ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.17.5
npm sill fetch manifest caniuse-lite@^1.0.30001274
npm sill fetch manifest electron-to-chromium@^1.3.886
npm sill fetch manifest escalade@^3.1.1
npm sill fetch manifest node-releases@^2.0.1
npm sill fetch manifest picocolors@^1.0.0
npm http fetch GET 200 https://registry.npmjs.org/escalade 22ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/picocolors 20ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/node-releases 23ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/caniuse-lite 30ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/electron-to-chromium 34ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-compilation-targets Completed in 47ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/compat-data Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.15.7
npm sill fetch manifest @babel/helper-member-expression-to-functions@^7.16.0
npm sill fetch manifest @babel/helper-optimise-call-expression@^7.16.0
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression 7ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions 10ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-module-transforms Completed in 19ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-module-imports Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-replace-supers Completed in 3ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-member-expression-to-functions Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-optimise-call-expression Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-simple-access Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-split-export-declaration Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-validator-identifier Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-validator-option Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helpers Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.0.0
npm sill fetch manifest ansi-styles@^3.2.1
npm sill fetch manifest escape-string-regexp@^1.0.5
npm sill fetch manifest supports-color@^5.3.0
npm http fetch GET 200 https://registry.npmjs.org/supports-color 11ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles 15ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 15ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/highlight Completed in 21ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/parser Completed in 0ms
npm sill fetch manifest @babel/core@^7.0.0-0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.2 OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.4
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.12.13
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.10.4
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.10.4
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.8.3
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.14.5
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^0.1.5
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.2.3
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.3.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.2.3
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^3.19.0
npm sill fetch manifest @babel/helper-skip-transparent-expression-wrappers@^7.16.0
npm sill fetch manifest @babel/helper-remap-async-to-generator@^7.16.0
npm sill fetch manifest @babel/helper-create-class-features-plugin@^7.16.0
npm sill fetch manifest @babel/helper-annotate-as-pure@^7.16.0
npm sill fetch manifest @babel/helper-create-regexp-features-plugin@^7.16.0
npm sill fetch manifest @babel/helper-builder-binary-assignment-operator-visitor@^7.16.0
npm sill fetch manifest babel-plugin-dynamic-import-node@^2.3.3
npm sill fetch manifest regenerator-transform@^0.14.2
npm sill fetch manifest esutils@^2.0.2
npm sill fetch manifest @babel/helper-define-polyfill-provider@^0.2.4
npm sill fetch manifest [email protected]
npm http fetch GET 200 https://registry.npmjs.org/esutils 44ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure 51ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/regenerator-transform 293ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-define-polyfill-provider 747ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor 768ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin 797ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator 1472ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers 1795ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin 1862ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-dynamic-import-node 2452ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/preset-env Completed in 2626ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-plugin-utils Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining Completed in 4ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-skip-transparent-expression-wrappers Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest @babel/helper-wrap-function@^7.16.0
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-wrap-function 282ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-async-generator-functions Completed in 291ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-remap-async-to-generator Completed in 12ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-annotate-as-pure Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest @babel/helper-get-function-arity@^7.16.0
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-get-function-arity 14ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-wrap-function Completed in 28ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-function-name Completed in 3ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-get-function-arity Completed in 1ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-class-properties Completed in 2ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-create-class-features-plugin Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-class-static-block Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-dynamic-import Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-export-namespace-from Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-json-strings Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-logical-assignment-operators Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-nullish-coalescing-operator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-numeric-separator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-object-rest-spread Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-optional-catch-binding Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-optional-chaining Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-private-methods Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-private-property-in-object Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest regexpu-core@^4.7.1
npm http fetch GET 200 https://registry.npmjs.org/regexpu-core 278ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-proposal-unicode-property-regex Completed in 285ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.7.1
npm sill fetch manifest regenerate@^1.4.2
npm sill fetch manifest regenerate-unicode-properties@^9.0.0
npm sill fetch manifest regjsgen@^0.5.2
npm sill fetch manifest regjsparser@^0.7.0
npm sill fetch manifest unicode-match-property-ecmascript@^2.0.0
npm sill fetch manifest unicode-match-property-value-ecmascript@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/regjsparser 297ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/unicode-match-property-ecmascript 301ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/regenerate 316ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/unicode-match-property-value-ecmascript 312ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/regenerate-unicode-properties 1003ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/regjsgen 1650ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-create-regexp-features-plugin Completed in 1667ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-async-generators Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-class-properties Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-class-static-block Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-dynamic-import Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-export-namespace-from Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-json-strings Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-logical-assignment-operators Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-nullish-coalescing-operator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-numeric-separator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-object-rest-spread Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-optional-catch-binding Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-optional-chaining Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-private-property-in-object Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-syntax-top-level-await Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-arrow-functions Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-async-to-generator Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-block-scoped-functions Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-block-scoping Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^11.1.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-classes Completed in 4ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-computed-properties Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-destructuring Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-dotall-regex Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-duplicate-keys Completed in 1ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm sill fetch manifest @babel/helper-explode-assignable-expression@^7.16.0
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-explode-assignable-expression 272ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-exponentiation-operator Completed in 293ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-builder-binary-assignment-operator-visitor Completed in 6ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-explode-assignable-expression Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-for-of Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-function-name Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-literals Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-member-expression-literals Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.3.3
npm sill fetch manifest object.assign@^4.1.0
npm http fetch GET 200 https://registry.npmjs.org/object.assign 13ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-amd Completed in 20ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-commonjs Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: @babel/[email protected] want: ^7.16.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-systemjs Completed in 2ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-hoist-variables Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-umd Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-named-capturing-groups-regex Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-new-target Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-object-super Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-parameters Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-property-literals Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.14.2
npm sill fetch manifest @babel/runtime@^7.8.4
npm http fetch GET 200 https://registry.npmjs.org/@babel%2fruntime 896ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-regenerator Completed in 904ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-reserved-words Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-shorthand-properties Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-spread Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-sticky-regex Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-template-literals Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-typeof-symbol Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-unicode-escapes Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/plugin-transform-unicode-regex Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.0.2
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/preset-modules Completed in 5ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.0.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.1.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.5.16
npm sill fetch manifest is-plain-object@^2.0.4
npm sill fetch manifest kind-of@^6.0.2
npm sill fetch manifest shallow-clone@^3.0.0
npm sill fetch manifest commondir@^1.0.1
npm sill fetch manifest pkg-dir@^3.0.0
npm sill fetch manifest pify@^4.0.1
npm sill fetch manifest semver@^5.6.0
npm sill fetch manifest node-modules-regexp@^1.0.0
npm sill fetch manifest buffer-from@^1.0.0
npm sill fetch manifest source-map@^0.6.0
npm http fetch GET 200 https://registry.npmjs.org/buffer-from 28ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/pkg-dir 32ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/commondir 34ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/pify 300ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/kind-of 307ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/is-plain-object 312ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/shallow-clone 311ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/node-modules-regexp 308ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/register Completed in 337ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/template Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/traverse Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^2.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/types Completed in 3ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^4.1.0
npm sill fetch manifest call-bind@^1.0.0
npm sill fetch manifest define-properties@^1.1.3
npm sill fetch manifest has-symbols@^1.0.1
npm sill fetch manifest object-keys@^1.1.1
npm http fetch GET 200 https://registry.npmjs.org/call-bind 18ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/has-symbols 16ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/object-keys 16ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/define-properties 19ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/babel-plugin-dynamic-import-node Completed in 27ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: ^0.2.4
npm sill fetch manifest lodash.debounce@^4.0.8
npm sill fetch manifest resolve@^1.14.2
npm http fetch GET 200 https://registry.npmjs.org/resolve 11ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/lodash.debounce 277ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/babel-plugin-polyfill-corejs2 Completed in 289ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^4.0.8
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^1.14.2
npm sill fetch manifest is-core-module@^2.2.0
npm sill fetch manifest path-parse@^1.0.6
npm http fetch GET 200 https://registry.npmjs.org/is-core-module 19ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/path-parse 18ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/helper-define-polyfill-provider Completed in 34ms
npm timing idealTree:node_modules/jp-babel/node_modules/babel-plugin-polyfill-corejs3 Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/babel-plugin-polyfill-regenerator Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.30001274
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.3.886
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.1.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/browserslist Completed in 10ms
npm timing idealTree:node_modules/jp-babel/node_modules/caniuse-lite Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.2.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.5
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^5.3.0
npm sill fetch manifest color-convert@^1.9.0
npm sill fetch manifest has-flag@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/color-convert 9ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/has-flag 8ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/chalk Completed in 18ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.9.0
npm sill fetch manifest [email protected]
npm http fetch GET 200 https://registry.npmjs.org/color-name 10ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/ansi-styles Completed in 16ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.4
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^6.0.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest isobject@^3.0.1
npm http fetch GET 200 https://registry.npmjs.org/isobject 273ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/clone-deep Completed in 286ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 1.1.3
npm timing idealTree:node_modules/jp-babel/node_modules/color-convert Completed in 6ms
npm timing idealTree:node_modules/jp-babel/node_modules/color-name Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ~5.1.1
npm timing idealTree:node_modules/jp-babel/node_modules/convert-source-map Completed in 5ms
npm sill placeDep node_modules/jp-babel/node_modules/core-js-compat [email protected] OK for: [email protected] want: 7.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/core-js-compat Completed in 4ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 2.1.2
npm timing idealTree:node_modules/jp-babel/node_modules/debug Completed in 2ms
npm timing idealTree:node_modules/jp-babel/node_modules/electron-to-chromium Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/escalade Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/escape-string-regexp Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/esutils Completed in 1ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest find-up@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/find-up 8ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/find-cache-dir Completed in 16ms
npm timing idealTree:node_modules/jp-babel/node_modules/commondir Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/gensync Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/globals Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.1
npm timing idealTree:node_modules/jp-babel/node_modules/is-plain-object Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/isobject Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 1 || 2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.1.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 3
npm timing idealTree:node_modules/jp-babel/node_modules/jp-kernel Completed in 4ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 5
npm timing idealTree:node_modules/jp-babel/node_modules/jmp Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/js-tokens Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/jsesc Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.2.5
npm timing idealTree:node_modules/jp-babel/node_modules/json5 Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/kind-of Completed in 4ms
npm timing idealTree:node_modules/jp-babel/node_modules/lodash.debounce Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^4.0.1
npm sill placeDep node_modules/jp-babel/node_modules/make-dir [email protected] OK for: [email protected] want: ^5.6.0
npm timing idealTree:node_modules/jp-babel/node_modules/make-dir Completed in 5ms
npm timing idealTree:node_modules/jp-babel/node_modules/minimist Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/ms Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/nel Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/node-releases Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.1.3
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.1.1
npm sill fetch manifest function-bind@^1.1.1
npm sill fetch manifest get-intrinsic@^1.0.2
npm http fetch GET 200 https://registry.npmjs.org/get-intrinsic 9ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/function-bind 273ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/object.assign Completed in 286ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.1.1
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.2
npm sill fetch manifest has@^1.0.3
npm http fetch GET 200 https://registry.npmjs.org/has 268ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/call-bind Completed in 283ms
npm timing idealTree:node_modules/jp-babel/node_modules/define-properties Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/function-bind Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.3
npm timing idealTree:node_modules/jp-babel/node_modules/get-intrinsic Completed in 5ms
npm timing idealTree:node_modules/jp-babel/node_modules/has Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/has-symbols Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/object-keys Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/picocolors Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/pify Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/pirates Completed in 4ms
npm timing idealTree:node_modules/jp-babel/node_modules/node-modules-regexp Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest locate-path@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/locate-path 11ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/pkg-dir Completed in 18ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest p-locate@^3.0.0
npm sill fetch manifest path-exists@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/p-locate 10ms (cache hit)
npm http fetch GET 200 https://registry.npmjs.org/path-exists 11ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/find-up Completed in 17ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm sill fetch manifest p-limit@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/p-limit 6ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/locate-path Completed in 12ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm sill fetch manifest p-try@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/p-try 7ms (cache hit)
npm timing idealTree:node_modules/jp-babel/node_modules/p-locate Completed in 11ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/p-limit Completed in 1ms
npm timing idealTree:node_modules/jp-babel/node_modules/p-try Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/path-exists Completed in 0ms
npm sill placeDep node_modules/jp-babel @babel/[email protected] OK for: [email protected] want: ^7.8.4
npm sill fetch manifest regenerator-runtime@^0.13.4
npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime 269ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/regenerator-transform Completed in 276ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: @babel/[email protected] want: ^0.13.4
npm timing idealTree:node_modules/jp-babel/node_modules/@babel/runtime Completed in 7ms
npm timing idealTree:node_modules/jp-babel/node_modules/regenerator-runtime Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.4.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^9.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^0.5.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^0.7.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm sill fetch manifest jsesc@~0.5.0
npm sill fetch manifest unicode-canonical-property-names-ecmascript@^2.0.0
npm sill fetch manifest unicode-property-aliases-ecmascript@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/unicode-property-aliases-ecmascript 277ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/unicode-canonical-property-names-ecmascript 282ms (cache revalidated)
npm timing idealTree:node_modules/jp-babel/node_modules/regexpu-core Completed in 301ms
npm timing idealTree:node_modules/jp-babel/node_modules/regenerate Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/regenerate-unicode-properties Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/regjsgen Completed in 0ms
npm sill placeDep node_modules/jp-babel/node_modules/regjsparser [email protected] OK for: [email protected] want: ~0.5.0
npm timing idealTree:node_modules/jp-babel/node_modules/regjsparser Completed in 2ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.2.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.6
npm timing idealTree:node_modules/jp-babel/node_modules/resolve Completed in 4ms
npm timing idealTree:node_modules/jp-babel/node_modules/is-core-module Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/path-parse Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/safe-buffer Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/shallow-clone Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/source-map Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^1.0.0
npm sill placeDep node_modules/jp-babel/node_modules/source-map-support [email protected] OK for: [email protected] want: ^0.6.0
npm timing idealTree:node_modules/jp-babel/node_modules/source-map-support Completed in 8ms
npm timing idealTree:node_modules/jp-babel/node_modules/buffer-from Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^3.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/supports-color Completed in 2ms
npm timing idealTree:node_modules/jp-babel/node_modules/has-flag Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/to-fast-properties Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^2.0.0
npm timing idealTree:node_modules/jp-babel/node_modules/unicode-match-property-ecmascript Completed in 2ms
npm timing idealTree:node_modules/jp-babel/node_modules/unicode-canonical-property-names-ecmascript Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/unicode-match-property-value-ecmascript Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/unicode-property-aliases-ecmascript Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/uuid Completed in 0ms
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: 2.14.2
npm sill placeDep node_modules/jp-babel [email protected] OK for: [email protected] want: ^4.2.3
npm timing idealTree:node_modules/jp-babel/node_modules/zeromq Completed in 2ms
npm timing idealTree:node_modules/jp-babel/node_modules/nan Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/node-gyp-build Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/core-js-compat/node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/make-dir/node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/regjsparser/node_modules/jsesc Completed in 0ms
npm timing idealTree:node_modules/jp-babel/node_modules/source-map-support/node_modules/source-map Completed in 0ms
npm timing idealTree:buildDeps Completed in 43376ms
npm timing idealTree:fixDepFlags Completed in 3ms
npm timing idealTree Completed in 43394ms
npm timing reify:loadTrees Completed in 43400ms
npm timing reify:diffTrees Completed in 7ms
npm sill reify moves {}
npm timing reify:retireShallow Completed in 1ms
npm timing reify:createSparse Completed in 66ms
npm timing reify:loadBundles Completed in 0ms
npm sill audit bulk request {
npm sill audit   ijavascript: [ '5.2.0' ],
npm sill audit   'jp-babel': [ '2.1.0' ],
npm sill audit   'jp-kernel': [ '2.0.0' ],
npm sill audit   '@babel/core': [ '7.16.0' ],
npm sill audit   '@babel/preset-env': [ '7.16.0' ],
npm sill audit   '@babel/register': [ '7.16.0' ],
npm sill audit   jmp: [ '2.0.0' ],
npm sill audit   nel: [ '1.2.0' ],
npm sill audit   uuid: [ '3.4.0' ],
npm sill audit   zeromq: [ '5.2.8' ],
npm sill audit   nan: [ '2.14.2' ],
npm sill audit   'node-gyp-build': [ '4.3.0' ],
npm sill audit   '@babel/code-frame': [ '7.16.0' ],
npm sill audit   '@babel/generator': [ '7.16.0' ],
npm sill audit   '@babel/helper-compilation-targets': [ '7.16.3' ],
npm sill audit   '@babel/helper-module-transforms': [ '7.16.0' ],
npm sill audit   '@babel/helpers': [ '7.16.3' ],
npm sill audit   '@babel/parser': [ '7.16.3' ],
npm sill audit   '@babel/template': [ '7.16.0' ],
npm sill audit   '@babel/traverse': [ '7.16.3' ],
npm sill audit   '@babel/types': [ '7.16.0' ],
npm sill audit   'convert-source-map': [ '1.8.0' ],
npm sill audit   debug: [ '4.3.2' ],
npm sill audit   gensync: [ '1.0.0-beta.2' ],
npm sill audit   json5: [ '2.2.0' ],
npm sill audit   semver: [ '6.3.0', '7.0.0', '5.7.1' ],
npm sill audit   'source-map': [ '0.5.7', '0.6.1' ],
npm sill audit   '@babel/highlight': [ '7.16.0' ],
npm sill audit   jsesc: [ '2.5.2', '0.5.0' ],
npm sill audit   '@babel/compat-data': [ '7.16.0' ],
npm sill audit   '@babel/helper-validator-option': [ '7.14.5' ],
npm sill audit   browserslist: [ '4.17.6' ],
npm sill audit   '@babel/helper-module-imports': [ '7.16.0' ],
npm sill audit   '@babel/helper-replace-supers': [ '7.16.0' ],
npm sill audit   '@babel/helper-simple-access': [ '7.16.0' ],
npm sill audit   '@babel/helper-split-export-declaration': [ '7.16.0' ],
npm sill audit   '@babel/helper-validator-identifier': [ '7.15.7' ],
npm sill audit   '@babel/helper-member-expression-to-functions': [ '7.16.0' ],
npm sill audit   '@babel/helper-optimise-call-expression': [ '7.16.0' ],
npm sill audit   chalk: [ '2.4.2' ],
npm sill audit   'js-tokens': [ '4.0.0' ],
npm sill audit   '@babel/helper-plugin-utils': [ '7.14.5' ],
npm sill audit   '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': [ '7.16.2' ],
npm sill audit   '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-async-generator-functions': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-class-properties': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-class-static-block': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-dynamic-import': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-export-namespace-from': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-json-strings': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-logical-assignment-operators': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-nullish-coalescing-operator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-numeric-separator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-object-rest-spread': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-optional-catch-binding': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-optional-chaining': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-private-methods': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-private-property-in-object': [ '7.16.0' ],
npm sill audit   '@babel/plugin-proposal-unicode-property-regex': [ '7.16.0' ],
npm sill audit   '@babel/plugin-syntax-async-generators': [ '7.8.4' ],
npm sill audit   '@babel/plugin-syntax-class-properties': [ '7.12.13' ],
npm sill audit   '@babel/plugin-syntax-class-static-block': [ '7.14.5' ],
npm sill audit   '@babel/plugin-syntax-dynamic-import': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-export-namespace-from': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-json-strings': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-logical-assignment-operators': [ '7.10.4' ],
npm sill audit   '@babel/plugin-syntax-nullish-coalescing-operator': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-numeric-separator': [ '7.10.4' ],
npm sill audit   '@babel/plugin-syntax-object-rest-spread': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-optional-catch-binding': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-optional-chaining': [ '7.8.3' ],
npm sill audit   '@babel/plugin-syntax-private-property-in-object': [ '7.14.5' ],
npm sill audit   '@babel/plugin-syntax-top-level-await': [ '7.14.5' ],
npm sill audit   '@babel/plugin-transform-arrow-functions': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-async-to-generator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-block-scoped-functions': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-block-scoping': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-classes': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-computed-properties': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-destructuring': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-dotall-regex': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-duplicate-keys': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-exponentiation-operator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-for-of': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-function-name': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-literals': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-member-expression-literals': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-modules-amd': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-modules-commonjs': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-modules-systemjs': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-modules-umd': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-named-capturing-groups-regex': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-new-target': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-object-super': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-parameters': [ '7.16.3' ],
npm sill audit   '@babel/plugin-transform-property-literals': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-regenerator': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-reserved-words': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-shorthand-properties': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-spread': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-sticky-regex': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-template-literals': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-typeof-symbol': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-unicode-escapes': [ '7.16.0' ],
npm sill audit   '@babel/plugin-transform-unicode-regex': [ '7.16.0' ],
npm sill audit   '@babel/preset-modules': [ '0.1.5' ],
npm sill audit   'babel-plugin-polyfill-corejs2': [ '0.2.3' ],
npm sill audit   'babel-plugin-polyfill-corejs3': [ '0.3.0' ],
npm sill audit   'babel-plugin-polyfill-regenerator': [ '0.2.3' ],
npm sill audit   'core-js-compat': [ '3.19.1' ],
npm sill audit   '@babel/helper-skip-transparent-expression-wrappers': [ '7.16.0' ],
npm sill audit   '@babel/helper-remap-async-to-generator': [ '7.16.0' ],
npm sill audit   '@babel/helper-annotate-as-pure': [ '7.16.0' ],
npm sill audit   '@babel/helper-wrap-function': [ '7.16.0' ],
npm sill audit   '@babel/helper-function-name': [ '7.16.0' ],
npm sill audit   '@babel/helper-get-function-arity': [ '7.16.0' ],
npm sill audit   '@babel/helper-create-class-features-plugin': [ '7.16.0' ],
npm sill audit   '@babel/helper-create-regexp-features-plugin': [ '7.16.0' ],
npm sill audit   'regexpu-core': [ '4.8.0' ],
npm sill audit   globals: [ '11.12.0' ],
npm sill audit   '@babel/helper-builder-binary-assignment-operator-visitor': [ '7.16.0' ],
npm sill audit   '@babel/helper-explode-assignable-expression': [ '7.16.0' ],
npm sill audit   'babel-plugin-dynamic-import-node': [ '2.3.3' ],
npm sill audit   '@babel/helper-hoist-variables': [ '7.16.0' ],
npm sill audit   'regenerator-transform': [ '0.14.5' ],
npm sill audit   esutils: [ '2.0.3' ],
npm sill audit   'clone-deep': [ '4.0.1' ],
npm sill audit   'find-cache-dir': [ '2.1.0' ],
npm sill audit   'make-dir': [ '2.1.0' ],
npm sill audit   pirates: [ '4.0.1' ],
npm sill audit   'source-map-support': [ '0.5.20' ],
npm sill audit   'to-fast-properties': [ '2.0.0' ],
npm sill audit   'object.assign': [ '4.1.2' ],
npm sill audit   '@babel/helper-define-polyfill-provider': [ '0.2.4' ],
npm sill audit   'lodash.debounce': [ '4.0.8' ],
npm sill audit   resolve: [ '1.20.0' ],
npm sill audit   'caniuse-lite': [ '1.0.30001279' ],
npm sill audit   'electron-to-chromium': [ '1.3.895' ],
npm sill audit   escalade: [ '3.1.1' ],
npm sill audit   'node-releases': [ '2.0.1' ],
npm sill audit   picocolors: [ '1.0.0' ],
npm sill audit   'ansi-styles': [ '3.2.1' ],
npm sill audit   'escape-string-regexp': [ '1.0.5' ],
npm sill audit   'supports-color': [ '5.5.0' ],
npm sill audit   'color-convert': [ '1.9.3' ],
npm sill audit   'is-plain-object': [ '2.0.4' ],
npm sill audit   'kind-of': [ '6.0.3' ],
npm sill audit   'shallow-clone': [ '3.0.1' ],
npm sill audit   'color-name': [ '1.1.3' ],
npm sill audit   'safe-buffer': [ '5.1.2' ],
npm sill audit   ms: [ '2.1.2' ],
npm sill audit   commondir: [ '1.0.1' ],
npm sill audit   'pkg-dir': [ '3.0.0' ],
npm sill audit   isobject: [ '3.0.1' ],
npm sill audit   minimist: [ '1.2.5' ],
npm sill audit   pify: [ '4.0.1' ],
npm sill audit   'call-bind': [ '1.0.2' ],
npm sill audit   'define-properties': [ '1.1.3' ],
npm sill audit   'has-symbols': [ '1.0.2' ],
npm sill audit   'object-keys': [ '1.1.1' ],
npm sill audit   'function-bind': [ '1.1.1' ],
npm sill audit   'get-intrinsic': [ '1.1.1' ],
npm sill audit   has: [ '1.0.3' ],
npm sill audit   'node-modules-regexp': [ '1.0.0' ],
npm sill audit   'find-up': [ '3.0.0' ],
npm sill audit   'locate-path': [ '3.0.0' ],
npm sill audit   'p-locate': [ '3.0.0' ],
npm sill audit   'path-exists': [ '3.0.0' ],
npm sill audit   'p-limit': [ '2.3.0' ],
npm sill audit   'p-try': [ '2.2.0' ],
npm sill audit   '@babel/runtime': [ '7.16.3' ],
npm sill audit   'regenerator-runtime': [ '0.13.9' ],
npm sill audit   regenerate: [ '1.4.2' ],
npm sill audit   'regenerate-unicode-properties': [ '9.0.0' ],
npm sill audit   regjsgen: [ '0.5.2' ],
npm sill audit   regjsparser: [ '0.7.0' ],
npm sill audit   'unicode-match-property-ecmascript': [ '2.0.0' ],
npm sill audit   'unicode-match-property-value-ecmascript': [ '2.0.0' ],
npm sill audit   'is-core-module': [ '2.8.0' ],
npm sill audit   'path-parse': [ '1.0.7' ],
npm sill audit   'buffer-from': [ '1.1.2' ],
npm sill audit   'has-flag': [ '3.0.0' ],
npm sill audit   'unicode-canonical-property-names-ecmascript': [ '2.0.0' ],
npm sill audit   'unicode-property-aliases-ecmascript': [ '2.0.0' ]
npm sill audit }
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 741ms
npm timing auditReport:getReport Completed in 791ms
npm sill audit report {}
npm timing auditReport:init Completed in 0ms
npm timing reify:audit Completed in 793ms
npm timing reifyNode:node_modules/jp-babel/node_modules/has-flag Completed in 934ms
npm timing reifyNode:node_modules/jp-babel/node_modules/buffer-from Completed in 935ms
npm timing reifyNode:node_modules/jp-babel/node_modules/unicode-property-aliases-ecmascript Completed in 937ms
npm timing reifyNode:node_modules/jp-babel/node_modules/unicode-canonical-property-names-ecmascript Completed in 937ms
npm timing reifyNode:node_modules/jp-babel/node_modules/path-parse Completed in 937ms
npm timing reifyNode:node_modules/jp-babel/node_modules/p-locate Completed in 937ms
npm timing reifyNode:node_modules/jp-babel/node_modules/unicode-match-property-ecmascript Completed in 938ms
npm timing reifyNode:node_modules/jp-babel/node_modules/path-exists Completed in 938ms
npm timing reifyNode:node_modules/jp-babel/node_modules/locate-path Completed in 939ms
npm timing reifyNode:node_modules/jp-babel/node_modules/find-up Completed in 939ms
npm timing reifyNode:node_modules/jp-babel/node_modules/node-modules-regexp Completed in 940ms
npm timing reifyNode:node_modules/jp-babel/node_modules/pkg-dir Completed in 939ms
npm timing reifyNode:node_modules/jp-babel/node_modules/ms Completed in 940ms
npm timing reifyNode:node_modules/jp-babel/node_modules/pify Completed in 942ms
npm timing reifyNode:node_modules/jp-babel/node_modules/shallow-clone Completed in 941ms
npm timing reifyNode:node_modules/jp-babel/node_modules/escape-string-regexp Completed in 942ms
npm timing reifyNode:node_modules/jp-babel/node_modules/ansi-styles Completed in 943ms
npm timing reifyNode:node_modules/jp-babel/node_modules/to-fast-properties Completed in 943ms
npm timing reifyNode:node_modules/jp-babel/node_modules/find-cache-dir Completed in 943ms
npm timing reifyNode:node_modules/jp-babel/node_modules/clone-deep Completed in 944ms
npm timing reifyNode:node_modules/jp-babel/node_modules/convert-source-map Completed in 952ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regjsgen Completed in 963ms
npm timing reifyNode:node_modules/jp-babel/node_modules/lodash.debounce Completed in 962ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-hoist-variables Completed in 963ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-explode-assignable-expression Completed in 964ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-builder-binary-assignment-operator-visitor Completed in 963ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-get-function-arity Completed in 964ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-annotate-as-pure Completed in 964ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-function-name Completed in 965ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-wrap-function Completed in 966ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-remap-async-to-generator Completed in 966ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-skip-transparent-expression-wrappers Completed in 967ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-unicode-regex Completed in 968ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-unicode-escapes Completed in 968ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-typeof-symbol Completed in 969ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-spread Completed in 968ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-template-literals Completed in 970ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-reserved-words Completed in 969ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-regenerator Completed in 970ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-new-target Completed in 970ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-property-literals Completed in 971ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-sticky-regex Completed in 971ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-object-super Completed in 971ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-shorthand-properties Completed in 972ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-named-capturing-groups-regex Completed in 972ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-umd Completed in 973ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-literals Completed in 972ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-dotall-regex Completed in 972ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-function-name Completed in 973ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-commonjs Completed in 974ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-member-expression-literals Completed in 973ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-amd Completed in 975ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-exponentiation-operator Completed in 974ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-duplicate-keys Completed in 975ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-optional-chaining Completed in 973ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-object-rest-spread Completed in 974ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-block-scoped-functions Completed in 974ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-optional-catch-binding Completed in 975ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-arrow-functions Completed in 975ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-computed-properties Completed in 975ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-async-to-generator Completed in 976ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-numeric-separator Completed in 976ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-nullish-coalescing-operator Completed in 977ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-top-level-await Completed in 977ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-private-property-in-object Completed in 978ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-class-properties Completed in 978ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-json-strings Completed in 978ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-export-namespace-from Completed in 979ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-logical-assignment-operators Completed in 980ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-class-static-block Completed in 980ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-dynamic-import Completed in 981ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-syntax-async-generators Completed in 981ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-private-property-in-object Completed in 981ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-private-methods Completed in 981ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-optional-catch-binding Completed in 982ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-unicode-property-regex Completed in 983ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-logical-assignment-operators Completed in 983ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-json-strings Completed in 983ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-nullish-coalescing-operator Completed in 984ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-class-properties Completed in 984ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-dynamic-import Completed in 985ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-class-static-block Completed in 985ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-numeric-separator Completed in 985ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-plugin-utils Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-split-export-declaration Completed in 986ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-optimise-call-expression Completed in 987ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-simple-access Completed in 987ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-export-namespace-from Completed in 988ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/highlight Completed in 988ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-replace-supers Completed in 988ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/code-frame Completed in 990ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-modules-systemjs Completed in 1000ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-destructuring Completed in 1000ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regenerate Completed in 1012ms
npm timing reifyNode:node_modules/jp-babel/node_modules/p-try Completed in 1013ms
npm timing reifyNode:node_modules/jp-babel/node_modules/p-limit Completed in 1013ms
npm timing reifyNode:node_modules/jp-babel/node_modules/isobject Completed in 1013ms
npm timing reifyNode:node_modules/jp-babel/node_modules/supports-color Completed in 1014ms
npm timing reifyNode:node_modules/jp-babel/node_modules/is-plain-object Completed in 1016ms
npm timing reifyNode:node_modules/jp-babel/node_modules/make-dir Completed in 1017ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regenerator-runtime Completed in 1025ms
npm timing reifyNode:node_modules/jp-babel/node_modules/kind-of Completed in 1025ms
npm timing reifyNode:node_modules/jp-babel/node_modules/pirates Completed in 1025ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-async-generator-functions Completed in 1020ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining Completed in 1021ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression Completed in 1022ms
npm timing reifyNode:node_modules/jp-babel/node_modules/js-tokens Completed in 1023ms
npm timing reifyNode:node_modules/jp-babel/node_modules/has Completed in 1033ms
npm timing reifyNode:node_modules/jp-babel/node_modules/safe-buffer Completed in 1033ms
npm timing reifyNode:node_modules/jp-babel/node_modules/unicode-match-property-value-ecmascript Completed in 1036ms
npm timing reifyNode:node_modules/jp-babel/node_modules/globals Completed in 1033ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-block-scoping Completed in 1030ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-for-of Completed in 1032ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-optional-chaining Completed in 1029ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-proposal-object-rest-spread Completed in 1032ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-member-expression-to-functions Completed in 1038ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regjsparser Completed in 1053ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-create-regexp-features-plugin Completed in 1056ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-validator-option Completed in 1051ms
npm timing reifyNode:node_modules/jp-babel/node_modules/commondir Completed in 1061ms
npm timing reifyNode:node_modules/jp-babel/node_modules/babel-plugin-polyfill-regenerator Completed in 1062ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-parameters Completed in 1061ms
npm timing reifyNode:node_modules/jp-babel/node_modules/node-releases Completed in 1065ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/plugin-transform-classes Completed in 1060ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regexpu-core Completed in 1070ms
npm timing reifyNode:node_modules/jp-babel/node_modules/picocolors Completed in 1076ms
npm timing reifyNode:node_modules/jp-babel/node_modules/color-name Completed in 1076ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regjsparser/node_modules/jsesc Completed in 1079ms
npm timing reifyNode:node_modules/jp-babel/node_modules/jsesc Completed in 1072ms
npm timing reifyNode:node_modules/jp-babel/node_modules/node-gyp-build Completed in 1084ms
npm timing reifyNode:node_modules/jp-babel/node_modules/color-convert Completed in 1084ms
npm timing reifyNode:node_modules/ijavascript/node_modules/node-gyp-build Completed in 1083ms
npm timing reifyNode:node_modules/jp-babel/node_modules/source-map-support Completed in 1092ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-validator-identifier Completed in 1089ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-module-imports Completed in 1089ms
npm timing reifyNode:node_modules/jp-babel/node_modules/chalk Completed in 1091ms
npm timing reifyNode:node_modules/jp-babel/node_modules/debug Completed in 1090ms
npm timing reifyNode:node_modules/jp-babel/node_modules/gensync Completed in 1093ms
npm timing reifyNode:node_modules/jp-babel/node_modules/esutils Completed in 1104ms
npm timing reifyNode:node_modules/jp-babel/node_modules/make-dir/node_modules/semver Completed in 1105ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/register Completed in 1102ms
npm timing reifyNode:node_modules/jp-babel/node_modules/semver Completed in 1106ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-module-transforms Completed in 1113ms
npm timing reifyNode:node_modules/jp-babel/node_modules/escalade Completed in 1130ms
npm timing reifyNode:node_modules/jp-babel/node_modules/electron-to-chromium Completed in 1138ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-create-class-features-plugin Completed in 1141ms
npm timing reifyNode:node_modules/jp-babel/node_modules/define-properties Completed in 1150ms
npm timing reifyNode:node_modules/jp-babel/node_modules/is-core-module Completed in 1154ms
npm timing reifyNode:node_modules/jp-babel/node_modules/babel-plugin-polyfill-corejs2 Completed in 1156ms
npm timing reifyNode:node_modules/jp-babel/node_modules/get-intrinsic Completed in 1160ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-compilation-targets Completed in 1153ms
npm timing reifyNode:node_modules/jp-babel/node_modules/jmp Completed in 1165ms
npm timing reifyNode:node_modules/ijavascript/node_modules/jmp Completed in 1157ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/template Completed in 1159ms
npm timing reifyNode:node_modules/jp-babel/node_modules/babel-plugin-dynamic-import-node Completed in 1168ms
npm timing reifyNode:node_modules/jp-babel/node_modules/object-keys Completed in 1170ms
npm timing reifyNode:node_modules/jp-babel/node_modules/browserslist Completed in 1168ms
npm timing reifyNode:node_modules/jp-babel/node_modules/function-bind Completed in 1184ms
npm timing reifyNode:node_modules/jp-babel/node_modules/call-bind Completed in 1185ms
npm timing reifyNode:node_modules/ijavascript/node_modules/jp-kernel Completed in 1183ms
npm timing reifyNode:node_modules/jp-babel/node_modules/jp-kernel Completed in 1184ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helpers Completed in 1208ms
npm timing reifyNode:node_modules/jp-babel/node_modules/has-symbols Completed in 1218ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/compat-data Completed in 1210ms
npm timing reifyNode:node_modules/jp-babel/node_modules/babel-plugin-polyfill-corejs3 Completed in 1226ms
npm timing reifyNode:node_modules/jp-babel/node_modules/core-js-compat Completed in 1254ms
npm WARN deprecated [email protected]: 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 timing reifyNode:node_modules/jp-babel/node_modules/uuid Completed in 1268ms
npm WARN deprecated [email protected]: 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 timing reifyNode:node_modules/ijavascript/node_modules/uuid Completed in 1260ms
npm timing reifyNode:node_modules/jp-babel/node_modules/minimist Completed in 1280ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regenerator-transform Completed in 1279ms
npm timing reifyNode:node_modules/jp-babel Completed in 1294ms
npm timing reifyNode:node_modules/jp-babel/node_modules/object.assign Completed in 1300ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/generator Completed in 1299ms
npm timing reifyNode:node_modules/jp-babel/node_modules/json5 Completed in 1302ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/preset-env Completed in 1314ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/helper-define-polyfill-provider Completed in 1324ms
npm timing reifyNode:node_modules/jp-babel/node_modules/nel Completed in 1334ms
npm timing reifyNode:node_modules/ijavascript/node_modules/nel Completed in 1325ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/preset-modules Completed in 1335ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/parser Completed in 1345ms
npm timing reifyNode:node_modules/jp-babel/node_modules/source-map Completed in 1346ms
npm timing reifyNode:node_modules/jp-babel/node_modules/source-map-support/node_modules/source-map Completed in 1360ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/traverse Completed in 1373ms
npm timing reifyNode:node_modules/jp-babel/node_modules/core-js-compat/node_modules/semver Completed in 1439ms
npm timing reifyNode:node_modules/jp-babel/node_modules/nan Completed in 1461ms
npm timing reifyNode:node_modules/ijavascript/node_modules/nan Completed in 1450ms
npm timing reifyNode:node_modules/ijavascript Completed in 1486ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/core Completed in 1502ms
npm timing reifyNode:node_modules/jp-babel/node_modules/resolve Completed in 1594ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/types Completed in 1682ms
npm timing reifyNode:node_modules/jp-babel/node_modules/@babel/runtime Completed in 1753ms
npm timing reifyNode:node_modules/jp-babel/node_modules/zeromq Completed in 2060ms
npm timing reifyNode:node_modules/ijavascript/node_modules/zeromq Completed in 2051ms
npm timing reifyNode:node_modules/jp-babel/node_modules/regenerate-unicode-properties Completed in 2097ms
npm timing reifyNode:node_modules/jp-babel/node_modules/caniuse-lite Completed in 2584ms
npm timing reify:unpack Completed in 2588ms
npm timing reify:unretire Completed in 0ms
npm timing build:queue Completed in 12ms
npm timing build:link:node_modules/jp-babel/node_modules/@babel/parser Completed in 94ms
npm timing build:link:node_modules/jp-babel/node_modules/make-dir/node_modules/semver Completed in 95ms
npm timing build:link:node_modules/jp-babel/node_modules/regjsparser/node_modules/jsesc Completed in 97ms
npm timing build:link:node_modules/jp-babel/node_modules/core-js-compat/node_modules/semver Completed in 103ms
npm timing build:link:node_modules/ijavascript/node_modules/uuid Completed in 108ms
npm timing build:link:node_modules/ijavascript/node_modules/node-gyp-build Completed in 115ms
npm timing build:link:node_modules/jp-babel/node_modules/browserslist Completed in 127ms
npm timing build:link:node_modules/jp-babel/node_modules/node-gyp-build Completed in 135ms
npm timing build:link:node_modules/jp-babel/node_modules/semver Completed in 141ms
npm timing build:link:node_modules/jp-babel/node_modules/uuid Completed in 148ms
npm timing build:link:node_modules/jp-babel/node_modules/json5 Completed in 154ms
npm timing build:link:node_modules/jp-babel/node_modules/regjsparser Completed in 154ms
npm timing build:link:node_modules/jp-babel/node_modules/jsesc Completed in 155ms
npm timing build:link:node_modules/ijavascript Completed in 158ms
npm timing build:link:node_modules/jp-babel Completed in 158ms
npm timing build:link Completed in 159ms
npm info run [email protected] install node_modules/ijavascript/node_modules/zeromq node-gyp-build || npm run build:libzmq
npm info run [email protected] install node_modules/jp-babel/node_modules/zeromq node-gyp-build || npm run build:libzmq
npm info run [email protected] install { code: 4294963238, signal: null }
npm info run [email protected] install { code: 4294963238, signal: null }
npm timing reify:rollback:createSparse Completed in 1763ms
npm timing reify:rollback:retireShallow Completed in 0ms
npm timing command:i Completed in 57950ms
npm verb stack Error: command failed
npm verb stack     at ChildProcess.<anonymous> (C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\@npmcli\promise-spawn\index.js:64:27)
npm verb stack     at ChildProcess.emit (node:events:390:28)
npm verb stack     at maybeClose (node:internal/child_process:1064:16)
npm verb stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)
npm verb pkgid [email protected]
npm verb cwd C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm
npm verb Windows_NT 10.0.22000
npm verb argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "i" "-g" "ijavascript" "jp-babel" "--loglevel" "silly"
npm verb node v16.13.0
npm verb npm  v8.1.3
npm ERR! code 4294963238
npm ERR! path C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node-gyp-build || npm run build:libzmq
npm ERR! Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
npm ERR! Build started 2021/11/12 10:16:43.
npm ERR! Project "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\binding.sln" on node 1 (default targets).
npm ERR! ValidateSolutionConfiguration:
npm ERR!   Building solution configuration "Release|x64".
npm ERR! Project "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\binding.sln" (1) is building "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\libzmq.vcxproj" (2) on node 1 (default targets).
npm ERR! PrepareForBuild:
npm ERR!   Creating directory "Release\obj\libzmq\".
npm ERR!   Creating directory "Release\obj\libzmq\libzmq.tlog\".
npm ERR! InitializeBuildStatus:
npm ERR!   Creating "Release\obj\libzmq\libzmq.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
npm ERR! ComputeCustomBuildOutput:
npm ERR!   Creating directory "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\windows\lib\".
npm ERR! CustomBuild:
npm ERR!   prepare-build
npm ERR!   Downloading libzmq for Windows
npm ERR!   Download finished
npm ERR! FinalizeBuildStatus:
npm ERR!   Deleting file "Release\obj\libzmq\libzmq.tlog\unsuccessfulbuild".
npm ERR!   Touching "Release\obj\libzmq\libzmq.tlog\libzmq.lastbuildstate".
npm ERR! Done Building Project "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\libzmq.vcxproj" (default targets).
npm ERR! Project "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\binding.sln" (1) is building "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj.metaproj" (3) on node 1 (default targets).
npm ERR! Project "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj.metaproj" (3) is building "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj" (4) on node 1 (default targets).
npm ERR! PrepareForBuild:
npm ERR!   Creating directory "Release\obj\zmq\".
npm ERR!   Creating directory "Release\obj\zmq\zmq.tlog\".
npm ERR! InitializeBuildStatus:
npm ERR!   Creating "Release\obj\zmq\zmq.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
npm ERR! ClCompile:
npm ERR!   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe /c /I"C:\Users\Liu.D.H\AppData\Local\node-gyp\Cache\16.13.0\include\node" /I"C:\Users\Liu.D.H\AppData\Local\node-gyp\Cache\16.13.0\src" /I"C:\Users\Liu.D.H\AppData\Local\node-gyp\Cache\16.13.0\deps\openssl\config" /I"C:\Users\Liu.D.H\AppData\Local\node-gyp\Cache\16.13.0\deps\openssl\openssl\include" /I"C:\Users\Liu.D.H\AppData\Local\node-gyp\Cache\16.13.0\deps\uv\include" /I"C:\Users\Liu.D.H\AppData\Local\node-gyp\Cache\16.13.0\deps\zlib" /I"C:\Users\Liu.D.H\AppData\Local\node-gyp\Cache\16.13.0\deps\v8\include" /I..\..\nan /I..\windows\include /Z7 /nologo /W3 /WX- /diagnostics:column /MP1 /Ox /Ob2 /Oi /Ot /Oy /GL /D NODE_GYP_MODULE_NAME=zmq /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D V8_DEPRECATION_WARNINGS /D V8_IMMINENT_DEPRECATION_WARNINGS /D _GLIBCXX_USE_CXX11_ABI=1 /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D OPENSSL_NO_PINSHARED /D OPENSSL_THREADS /D ZMQ_STATIC /D BUILDING_NODE_EXTENSION /D "HOST_BINARY=\"node.exe\"" /D _WINDLL /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\zmq\\binding.obj" /Fd"Release\obj\zmq\vc143.pdb" /external:W3 /Gd /TP /wd4351 /wd4355 /wd4800 /wd4251 /wd4275 /wd4244 /wd4267 /FC /errorReport:queue /Zc:__cplusplus ..\binding.cc
npm ERR!   binding.cc
npm ERR! C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\binding.cc(24,10): fatal error C1083: Cannot open include file: 'v8.h': No such file or directory [C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj]
npm ERR! Done Building Project "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj" (default targets) -- FAILED.
npm ERR! Done Building Project "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj.metaproj" (default targets) -- FAILED.
npm ERR! Done Building Project "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\binding.sln" (default targets) -- FAILED.
npm ERR!
npm ERR! Build FAILED.
npm ERR!
npm ERR! "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\binding.sln" (default target) (1) ->
npm ERR! "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj.metaproj" (default target) (3) ->
npm ERR! "C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj" (default target) (4) ->
npm ERR! (ClCompile target) ->
npm ERR!   C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\binding.cc(24,10): fatal error C1083: Cannot open include file: 'v8.h': No such file or directory [C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj]
npm ERR!
npm ERR!     0 Warning(s)
npm ERR!     1 Error(s)
npm ERR!
npm ERR! Time Elapsed 00:00:04.59
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm ERR! gyp verb cli   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js',
npm ERR! gyp verb cli   'rebuild'
npm ERR! gyp verb cli ]
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | win32 | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb download using dist-url https://npm.taobao.org/dist
npm ERR! gyp sill find Python runChecks: err = undefined
npm ERR! gyp verb find Python checking Python explicitly set from command line or npm configuration
npm ERR! gyp verb find Python - "--python=" or "npm config get python" is "C:/Python27/python.exe"
npm ERR! gyp verb find Python - executing "C:/Python27/python.exe" to get executable path
npm ERR! gyp sill find Python execFile: exec = "\"C:/Python27/python.exe\""
npm ERR! gyp sill find Python execFile: args = ["\"-c\"","\"import sys; print(sys.executable);\""]
npm ERR! gyp sill find Python execFile: opts = {"env":{"WXDRIVE_START_ARGS":"--wxdrive-setting=0 --disable-gpu --disable-software-rasterizer --enable-features=NetworkServiceInProcess","WT_SESSION":"42409d7a-63f2-4b23-b72b-cf356ec69b54","WT_PROFILE_ID":"{0caa0dad-35be-5f56-a8ff-afceeeaa6101}","WSLENV":"WT_SESSION::WT_PROFILE_ID","windir":"C:\\Windows","VCINSTALLDIR":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\","USERPROFILE":"C:\\Users\\Liu.D.H","USERNAME":"Liu.D.H","USERDOMAIN_ROAMINGPROFILE":"DESKTOP-T8RM6NG","USERDOMAIN":"DESKTOP-T8RM6NG","TMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","TEMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","SystemRoot":"C:\\Windows","SystemDrive":"C:","PUB_HOSTED_URL":"https://mirrors.tuna.tsinghua.edu.cn/dart-pub","PUBLIC":"C:\\Users\\Public","PSModulePath":"C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules","PROMPT":"C\bL\bI\bN\bK\b \b$P$G","ProgramW6432":"C:\\Program Files","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramFiles":"C:\\Program Files","ProgramData":"C:\\ProgramData","PROCESSOR_REVISION":"3c03","PROCESSOR_LEVEL":"6","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 60 Stepping 3, GenuineIntel","PROCESSOR_ARCHITECTURE":"AMD64","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","Path":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\node_modules\\.bin;C:\\Users\\Liu.D.H\\node_modules\\.bin;C:\\Users\\node_modules\\.bin;C:\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\@npmcli\\run-script\\lib\\node-gyp-bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Git\\cmd;C:\\Program Files (x86)\\NetSarang\\Xshell 7\\;C:\\Program Files (x86)\\NetSarang\\Xftp 7\\;C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Liu.D.H\\anaconda3;C:\\Users\\Liu.D.H\\anaconda3\\Library\\mingw-w64\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\usr\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Scripts;C:\\Users\\Liu.D.H\\.dotnet\\tools;C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;D:\\android\\android_sdk\\tools;D:\\android\\android_sdk\\tools\\bin;D:\\android\\android_sdk\\platform-tools;D:\\android\\android_sdk\\cmdline-tools\\latest\\bin;D:\\android\\android_sdk\\build-tools\\29.0.3;D:\\android\\android_sdk\\ndk-bundle;C:\\Program Files\\Java\\jdk1.8.0_301\\bin;D:\\apps\\flutter\\bin;D:\\apps\\apache-maven-3.6.0\\bin;D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build\\bin;D:\\apps\\ImageMagick-7.0.10-Q16-HDRI;D:\\apps;D:\\apps\\bin","OS":"Windows_NT","OneDrive":"C:\\Users\\Liu.D.H\\OneDrive","NVM_SYMLINK":"C:\\Program Files\\nodejs","NVM_HOME":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm","NUMBER_OF_PROCESSORS":"8","NPM_PREFIX_NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_package_version":"5.2.8","npm_package_resolved":"https://registry.npmjs.org/zeromq/-/zeromq-5.2.8.tgz","npm_package_peer":"","npm_package_optional":"","npm_package_name":"zeromq","npm_package_json":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\package.json","npm_package_integrity":"sha512-bXzsk7KOmgLSv1tC0Ms1VXBy90+Rz27ZYf27cLuldRYbpqYpuWJfxxHFhO710t22zgWBnmdUP0m3SKFpLI0u5g==","npm_package_engines_node":">=6.0","npm_package_dev_optional":"","npm_package_dev":"","npm_node_execpath":"C:\\Program Files\\nodejs\\node.exe","npm_lifecycle_script":"node-gyp-build || npm run build:libzmq","npm_lifecycle_event":"install","npm_execpath":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_config_zmq_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/zmq-prebuilt/v{version}","npm_config_utp_native_binary_host_mirror":"https://npm.taobao.org/mirrors/utp-native/v{version}","npm_config_utf_8_validate_binary_host_mirror":"https://npm.taobao.org/mirrors/utf-8-validate/v{version}","npm_config_user_agent":"npm/8.1.3 node/v16.13.0 win32 x64 workspaces/false","npm_config_userconfig":"C:\\Users\\Liu.D.H\\.npmrc","npm_config_strict_ssl":"","npm_config_sqlite3_binary_site":"https://npm.taobao.org/mirrors/sqlite3","npm_config_sodium_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/sodium-prebuilt/v{version}","npm_config_sass_binary_site":"https://npm.taobao.org/mirrors/node-sass","npm_config_rabin_binary_host_mirror":"https://npm.taobao.org/mirrors/rabin/v{version}","npm_config_python_mirror":"https://npm.taobao.org/mirrors/python","npm_config_python":"C:/Python27/python.exe","npm_config_puppeteer_download_host":"https://npm.taobao.org/mirrors","npm_config_profiler_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector/","npm_config_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_phantomjs_cdnurl":"https://npm.taobao.org/mirrors/phantomjs","npm_config_operadriver_cdnurl":"https://npm.taobao.org/mirrors/operadriver","npm_config_no_optional":"true","npm_config_noproxy":"","npm_config_node_tk5_binary_host_mirror":"https://npm.taobao.org/mirrors/node-tk5/v{version}","npm_config_node_sqlite3_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_node_gypc:\\users\\liu.d.h\\appdata\\roaming\\npm\\node_modules\\node_gyp\\bin\\node_gyp.js":"","npm_config_node_gyp":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js","npm_config_nodegit_binary_host_mirror":"https://npm.taobao.org/mirrors/nodegit/v{version}/","npm_config_msvs_version":"2022","npm_config_mknod_binary_host_mirror":"https://npm.taobao.org/mirrors/mknod/v{version}","npm_config_metrics_registry":"https://registry.npmjs.org/","npm_config_loglevel":"silly","npm_config_local_prefix":"null","npm_config_leveldown_hyper_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown-hyper/v{version}","npm_config_leveldown_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown/v{version}","npm_config_init_module":"C:\\Users\\Liu.D.H\\.npm-init.js","npm_config_hackrf_binary_host_mirror":"https://npm.taobao.org/mirrors/hackrf/v{version}","npm_config_grpc_node_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_gl_binary_host_mirror":"https://npm.taobao.org/mirrors/gl/v{version}","npm_config_global_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_globalconfig":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\etc\\npmrc","npm_config_global":"true","npm_config_git4win_mirror":"https://npm.taobao.org/mirrors/git-for-windows","npm_config_fuse_bindings_binary_host_mirror":"https://npm.taobao.org/mirrors/fuse-bindings/v{version}","npm_config_fse_binary_host_mirror":"https://npm.taobao.org/mirrors/fsevents","npm_config_flow_bin_binary_host_mirror":"https://npm.taobao.org/mirrors/flow/v","npm_config_electron_mirror":"https://cdn.npm.taobao.org/dist/electron/","npm_config_disturl":"https://npm.taobao.org/dist","npm_config_debug_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector","npm_config_couchbase_binary_host_mirror":"https://npm.taobao.org/mirrors/couchbase/v{version}","npm_config_chromedriver_cdnurl":"https://npm.taobao.org/mirrors/chromedriver","npm_config_cache":"C:\\Users\\Liu.D.H\\AppData\\Local\\npm-cache","npm_config_access":"public","npm_command":"install","NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","NODE_EXE":"C:\\Program Files\\nodejs\\\\node.exe","NODE":"C:\\Program Files\\nodejs\\node.exe","M2_HOME":"D:\\apps\\apache-maven-3.6.0","LOGONSERVER":"\\\\DESKTOP-T8RM6NG","LOCALAPPDATA":"C:\\Users\\Liu.D.H\\AppData\\Local","LINES":"32","JAVA_HOME":"C:\\Program Files\\Java\\jdk1.8.0_301","INIT_CWD":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm","IMAGEMAGICK_HOME":"D:\\apps\\ImageMagick-7.0.10-Q16-HDRI","HOMEPATH":"\\Users\\Liu.D.H","HOMEDRIVE":"C:","HOME":"C:\\Users\\Liu.D.H","FLUTTER_STORAGE_BASE_URL":"https://mirrors.tuna.tsinghua.edu.cn/flutter","FLUTTER_HOME":"D:\\apps\\flutter","FFMPEG_HOME":"D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build","EDITOR":"notepad.exe","DriverData":"C:\\Windows\\System32\\Drivers\\DriverData","ComSpec":"C:\\Windows\\system32\\cmd.exe","COMPUTERNAME":"DESKTOP-T8RM6NG","CommonProgramW6432":"C:\\Program Files\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles":"C:\\Program Files\\Common Files","COLUMNS":"133","COLOR":"1","CLINK_DIR":"C:\\Program Files (x86)\\clink\\1.2.42.d4506e","APPDATA":"C:\\Users\\Liu.D.H\\AppData\\Roaming","ANDROID_HOME":"D:\\android\\android_sdk","ALLUSERSPROFILE":"C:\\ProgramData","TERM":"dumb"},"shell":true}
npm ERR! gyp sill find Python execFile result: err = "Error: Command failed: \"C:/Python27/python.exe\" \"-c\" \"import sys; print(sys.executable);\"\nThe system cannot find the path specified.\r\n\n    at ChildProcess.exithandler (node:child_process:397:12)\n    at ChildProcess.emit (node:events:390:28)\n    at maybeClose (node:internal/child_process:1064:16)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)"
npm ERR! gyp sill find Python execFile result: stdout = ""
npm ERR! gyp sill find Python execFile result: stderr = "The system cannot find the path specified.\r\n"
npm ERR! gyp verb find Python - "C:/Python27/python.exe" is not in PATH or produced an error
npm ERR! gyp sill find Python runChecks: err = "Error: Command failed: \"C:/Python27/python.exe\" \"-c\" \"import sys; print(sys.executable);\"\nThe system cannot find the path specified.\r\n\n    at ChildProcess.exithandler (node:child_process:397:12)\n    at ChildProcess.emit (node:events:390:28)\n    at maybeClose (node:internal/child_process:1064:16)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)"
npm ERR! gyp verb find Python Python is not set from environment variable PYTHON
npm ERR! gyp sill find Python runChecks: err = undefined
npm ERR! gyp verb find Python checking if "python3" can be used
npm ERR! gyp verb find Python - executing "python3" to get executable path
npm ERR! gyp sill find Python execFile: exec = "\"python3\""
npm ERR! gyp sill find Python execFile: args = ["\"-c\"","\"import sys; print(sys.executable);\""]
npm ERR! gyp sill find Python execFile: opts = {"env":{"WXDRIVE_START_ARGS":"--wxdrive-setting=0 --disable-gpu --disable-software-rasterizer --enable-features=NetworkServiceInProcess","WT_SESSION":"42409d7a-63f2-4b23-b72b-cf356ec69b54","WT_PROFILE_ID":"{0caa0dad-35be-5f56-a8ff-afceeeaa6101}","WSLENV":"WT_SESSION::WT_PROFILE_ID","windir":"C:\\Windows","VCINSTALLDIR":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\","USERPROFILE":"C:\\Users\\Liu.D.H","USERNAME":"Liu.D.H","USERDOMAIN_ROAMINGPROFILE":"DESKTOP-T8RM6NG","USERDOMAIN":"DESKTOP-T8RM6NG","TMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","TEMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","SystemRoot":"C:\\Windows","SystemDrive":"C:","PUB_HOSTED_URL":"https://mirrors.tuna.tsinghua.edu.cn/dart-pub","PUBLIC":"C:\\Users\\Public","PSModulePath":"C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules","PROMPT":"C\bL\bI\bN\bK\b \b$P$G","ProgramW6432":"C:\\Program Files","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramFiles":"C:\\Program Files","ProgramData":"C:\\ProgramData","PROCESSOR_REVISION":"3c03","PROCESSOR_LEVEL":"6","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 60 Stepping 3, GenuineIntel","PROCESSOR_ARCHITECTURE":"AMD64","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","Path":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\node_modules\\.bin;C:\\Users\\Liu.D.H\\node_modules\\.bin;C:\\Users\\node_modules\\.bin;C:\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\@npmcli\\run-script\\lib\\node-gyp-bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Git\\cmd;C:\\Program Files (x86)\\NetSarang\\Xshell 7\\;C:\\Program Files (x86)\\NetSarang\\Xftp 7\\;C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Liu.D.H\\anaconda3;C:\\Users\\Liu.D.H\\anaconda3\\Library\\mingw-w64\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\usr\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Scripts;C:\\Users\\Liu.D.H\\.dotnet\\tools;C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;D:\\android\\android_sdk\\tools;D:\\android\\android_sdk\\tools\\bin;D:\\android\\android_sdk\\platform-tools;D:\\android\\android_sdk\\cmdline-tools\\latest\\bin;D:\\android\\android_sdk\\build-tools\\29.0.3;D:\\android\\android_sdk\\ndk-bundle;C:\\Program Files\\Java\\jdk1.8.0_301\\bin;D:\\apps\\flutter\\bin;D:\\apps\\apache-maven-3.6.0\\bin;D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build\\bin;D:\\apps\\ImageMagick-7.0.10-Q16-HDRI;D:\\apps;D:\\apps\\bin","OS":"Windows_NT","OneDrive":"C:\\Users\\Liu.D.H\\OneDrive","NVM_SYMLINK":"C:\\Program Files\\nodejs","NVM_HOME":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm","NUMBER_OF_PROCESSORS":"8","NPM_PREFIX_NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_package_version":"5.2.8","npm_package_resolved":"https://registry.npmjs.org/zeromq/-/zeromq-5.2.8.tgz","npm_package_peer":"","npm_package_optional":"","npm_package_name":"zeromq","npm_package_json":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\package.json","npm_package_integrity":"sha512-bXzsk7KOmgLSv1tC0Ms1VXBy90+Rz27ZYf27cLuldRYbpqYpuWJfxxHFhO710t22zgWBnmdUP0m3SKFpLI0u5g==","npm_package_engines_node":">=6.0","npm_package_dev_optional":"","npm_package_dev":"","npm_node_execpath":"C:\\Program Files\\nodejs\\node.exe","npm_lifecycle_script":"node-gyp-build || npm run build:libzmq","npm_lifecycle_event":"install","npm_execpath":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_config_zmq_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/zmq-prebuilt/v{version}","npm_config_utp_native_binary_host_mirror":"https://npm.taobao.org/mirrors/utp-native/v{version}","npm_config_utf_8_validate_binary_host_mirror":"https://npm.taobao.org/mirrors/utf-8-validate/v{version}","npm_config_user_agent":"npm/8.1.3 node/v16.13.0 win32 x64 workspaces/false","npm_config_userconfig":"C:\\Users\\Liu.D.H\\.npmrc","npm_config_strict_ssl":"","npm_config_sqlite3_binary_site":"https://npm.taobao.org/mirrors/sqlite3","npm_config_sodium_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/sodium-prebuilt/v{version}","npm_config_sass_binary_site":"https://npm.taobao.org/mirrors/node-sass","npm_config_rabin_binary_host_mirror":"https://npm.taobao.org/mirrors/rabin/v{version}","npm_config_python_mirror":"https://npm.taobao.org/mirrors/python","npm_config_python":"C:/Python27/python.exe","npm_config_puppeteer_download_host":"https://npm.taobao.org/mirrors","npm_config_profiler_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector/","npm_config_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_phantomjs_cdnurl":"https://npm.taobao.org/mirrors/phantomjs","npm_config_operadriver_cdnurl":"https://npm.taobao.org/mirrors/operadriver","npm_config_no_optional":"true","npm_config_noproxy":"","npm_config_node_tk5_binary_host_mirror":"https://npm.taobao.org/mirrors/node-tk5/v{version}","npm_config_node_sqlite3_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_node_gypc:\\users\\liu.d.h\\appdata\\roaming\\npm\\node_modules\\node_gyp\\bin\\node_gyp.js":"","npm_config_node_gyp":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js","npm_config_nodegit_binary_host_mirror":"https://npm.taobao.org/mirrors/nodegit/v{version}/","npm_config_msvs_version":"2022","npm_config_mknod_binary_host_mirror":"https://npm.taobao.org/mirrors/mknod/v{version}","npm_config_metrics_registry":"https://registry.npmjs.org/","npm_config_loglevel":"silly","npm_config_local_prefix":"null","npm_config_leveldown_hyper_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown-hyper/v{version}","npm_config_leveldown_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown/v{version}","npm_config_init_module":"C:\\Users\\Liu.D.H\\.npm-init.js","npm_config_hackrf_binary_host_mirror":"https://npm.taobao.org/mirrors/hackrf/v{version}","npm_config_grpc_node_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_gl_binary_host_mirror":"https://npm.taobao.org/mirrors/gl/v{version}","npm_config_global_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_globalconfig":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\etc\\npmrc","npm_config_global":"true","npm_config_git4win_mirror":"https://npm.taobao.org/mirrors/git-for-windows","npm_config_fuse_bindings_binary_host_mirror":"https://npm.taobao.org/mirrors/fuse-bindings/v{version}","npm_config_fse_binary_host_mirror":"https://npm.taobao.org/mirrors/fsevents","npm_config_flow_bin_binary_host_mirror":"https://npm.taobao.org/mirrors/flow/v","npm_config_electron_mirror":"https://cdn.npm.taobao.org/dist/electron/","npm_config_disturl":"https://npm.taobao.org/dist","npm_config_debug_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector","npm_config_couchbase_binary_host_mirror":"https://npm.taobao.org/mirrors/couchbase/v{version}","npm_config_chromedriver_cdnurl":"https://npm.taobao.org/mirrors/chromedriver","npm_config_cache":"C:\\Users\\Liu.D.H\\AppData\\Local\\npm-cache","npm_config_access":"public","npm_command":"install","NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","NODE_EXE":"C:\\Program Files\\nodejs\\\\node.exe","NODE":"C:\\Program Files\\nodejs\\node.exe","M2_HOME":"D:\\apps\\apache-maven-3.6.0","LOGONSERVER":"\\\\DESKTOP-T8RM6NG","LOCALAPPDATA":"C:\\Users\\Liu.D.H\\AppData\\Local","LINES":"32","JAVA_HOME":"C:\\Program Files\\Java\\jdk1.8.0_301","INIT_CWD":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm","IMAGEMAGICK_HOME":"D:\\apps\\ImageMagick-7.0.10-Q16-HDRI","HOMEPATH":"\\Users\\Liu.D.H","HOMEDRIVE":"C:","HOME":"C:\\Users\\Liu.D.H","FLUTTER_STORAGE_BASE_URL":"https://mirrors.tuna.tsinghua.edu.cn/flutter","FLUTTER_HOME":"D:\\apps\\flutter","FFMPEG_HOME":"D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build","EDITOR":"notepad.exe","DriverData":"C:\\Windows\\System32\\Drivers\\DriverData","ComSpec":"C:\\Windows\\system32\\cmd.exe","COMPUTERNAME":"DESKTOP-T8RM6NG","CommonProgramW6432":"C:\\Program Files\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles":"C:\\Program Files\\Common Files","COLUMNS":"133","COLOR":"1","CLINK_DIR":"C:\\Program Files (x86)\\clink\\1.2.42.d4506e","APPDATA":"C:\\Users\\Liu.D.H\\AppData\\Roaming","ANDROID_HOME":"D:\\android\\android_sdk","ALLUSERSPROFILE":"C:\\ProgramData","TERM":"dumb"},"shell":true}
npm ERR! gyp sill find Python execFile result: err = null
npm ERR! gyp sill find Python execFile result: stdout = "C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe\r\n"
npm ERR! gyp sill find Python execFile result: stderr = ""
npm ERR! gyp verb find Python - executable path is "C:\Users\Liu.D.H\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe"
npm ERR! gyp verb find Python - executing "C:\Users\Liu.D.H\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe" to get version
npm ERR! gyp sill find Python execFile: exec = "C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe"
npm ERR! gyp sill find Python execFile: args = ["-c","import sys; print(\"%s.%s.%s\" % sys.version_info[:3]);"]
npm ERR! gyp sill find Python execFile: opts = {"env":{"WXDRIVE_START_ARGS":"--wxdrive-setting=0 --disable-gpu --disable-software-rasterizer --enable-features=NetworkServiceInProcess","WT_SESSION":"42409d7a-63f2-4b23-b72b-cf356ec69b54","WT_PROFILE_ID":"{0caa0dad-35be-5f56-a8ff-afceeeaa6101}","WSLENV":"WT_SESSION::WT_PROFILE_ID","windir":"C:\\Windows","VCINSTALLDIR":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\","USERPROFILE":"C:\\Users\\Liu.D.H","USERNAME":"Liu.D.H","USERDOMAIN_ROAMINGPROFILE":"DESKTOP-T8RM6NG","USERDOMAIN":"DESKTOP-T8RM6NG","TMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","TEMP":"C:\\Users\\LIUD~1.H\\AppData\\Local\\Temp","SystemRoot":"C:\\Windows","SystemDrive":"C:","PUB_HOSTED_URL":"https://mirrors.tuna.tsinghua.edu.cn/dart-pub","PUBLIC":"C:\\Users\\Public","PSModulePath":"C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules","PROMPT":"C\bL\bI\bN\bK\b \b$P$G","ProgramW6432":"C:\\Program Files","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramFiles":"C:\\Program Files","ProgramData":"C:\\ProgramData","PROCESSOR_REVISION":"3c03","PROCESSOR_LEVEL":"6","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 60 Stepping 3, GenuineIntel","PROCESSOR_ARCHITECTURE":"AMD64","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","Path":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\node_modules\\.bin;C:\\Users\\Liu.D.H\\node_modules\\.bin;C:\\Users\\node_modules\\.bin;C:\\node_modules\\.bin;C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\@npmcli\\run-script\\lib\\node-gyp-bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\dotnet\\;C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm;C:\\Program Files\\nodejs;C:\\Program Files\\Git\\cmd;C:\\Program Files (x86)\\NetSarang\\Xshell 7\\;C:\\Program Files (x86)\\NetSarang\\Xftp 7\\;C:\\Users\\Liu.D.H\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Liu.D.H\\anaconda3;C:\\Users\\Liu.D.H\\anaconda3\\Library\\mingw-w64\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\usr\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Library\\bin;C:\\Users\\Liu.D.H\\anaconda3\\Scripts;C:\\Users\\Liu.D.H\\.dotnet\\tools;C:\\Users\\Liu.D.H\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;D:\\android\\android_sdk\\tools;D:\\android\\android_sdk\\tools\\bin;D:\\android\\android_sdk\\platform-tools;D:\\android\\android_sdk\\cmdline-tools\\latest\\bin;D:\\android\\android_sdk\\build-tools\\29.0.3;D:\\android\\android_sdk\\ndk-bundle;C:\\Program Files\\Java\\jdk1.8.0_301\\bin;D:\\apps\\flutter\\bin;D:\\apps\\apache-maven-3.6.0\\bin;D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build\\bin;D:\\apps\\ImageMagick-7.0.10-Q16-HDRI;D:\\apps;D:\\apps\\bin","OS":"Windows_NT","OneDrive":"C:\\Users\\Liu.D.H\\OneDrive","NVM_SYMLINK":"C:\\Program Files\\nodejs","NVM_HOME":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\nvm","NUMBER_OF_PROCESSORS":"8","NPM_PREFIX_NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_package_version":"5.2.8","npm_package_resolved":"https://registry.npmjs.org/zeromq/-/zeromq-5.2.8.tgz","npm_package_peer":"","npm_package_optional":"","npm_package_name":"zeromq","npm_package_json":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\package.json","npm_package_integrity":"sha512-bXzsk7KOmgLSv1tC0Ms1VXBy90+Rz27ZYf27cLuldRYbpqYpuWJfxxHFhO710t22zgWBnmdUP0m3SKFpLI0u5g==","npm_package_engines_node":">=6.0","npm_package_dev_optional":"","npm_package_dev":"","npm_node_execpath":"C:\\Program Files\\nodejs\\node.exe","npm_lifecycle_script":"node-gyp-build || npm run build:libzmq","npm_lifecycle_event":"install","npm_execpath":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","npm_config_zmq_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/zmq-prebuilt/v{version}","npm_config_utp_native_binary_host_mirror":"https://npm.taobao.org/mirrors/utp-native/v{version}","npm_config_utf_8_validate_binary_host_mirror":"https://npm.taobao.org/mirrors/utf-8-validate/v{version}","npm_config_user_agent":"npm/8.1.3 node/v16.13.0 win32 x64 workspaces/false","npm_config_userconfig":"C:\\Users\\Liu.D.H\\.npmrc","npm_config_strict_ssl":"","npm_config_sqlite3_binary_site":"https://npm.taobao.org/mirrors/sqlite3","npm_config_sodium_prebuilt_binary_host_mirror":"https://npm.taobao.org/mirrors/sodium-prebuilt/v{version}","npm_config_sass_binary_site":"https://npm.taobao.org/mirrors/node-sass","npm_config_rabin_binary_host_mirror":"https://npm.taobao.org/mirrors/rabin/v{version}","npm_config_python_mirror":"https://npm.taobao.org/mirrors/python","npm_config_python":"C:/Python27/python.exe","npm_config_puppeteer_download_host":"https://npm.taobao.org/mirrors","npm_config_profiler_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector/","npm_config_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_phantomjs_cdnurl":"https://npm.taobao.org/mirrors/phantomjs","npm_config_operadriver_cdnurl":"https://npm.taobao.org/mirrors/operadriver","npm_config_no_optional":"true","npm_config_noproxy":"","npm_config_node_tk5_binary_host_mirror":"https://npm.taobao.org/mirrors/node-tk5/v{version}","npm_config_node_sqlite3_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_node_gypc:\\users\\liu.d.h\\appdata\\roaming\\npm\\node_modules\\node_gyp\\bin\\node_gyp.js":"","npm_config_node_gyp":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js","npm_config_nodegit_binary_host_mirror":"https://npm.taobao.org/mirrors/nodegit/v{version}/","npm_config_msvs_version":"2022","npm_config_mknod_binary_host_mirror":"https://npm.taobao.org/mirrors/mknod/v{version}","npm_config_metrics_registry":"https://registry.npmjs.org/","npm_config_loglevel":"silly","npm_config_local_prefix":"null","npm_config_leveldown_hyper_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown-hyper/v{version}","npm_config_leveldown_binary_host_mirror":"https://npm.taobao.org/mirrors/leveldown/v{version}","npm_config_init_module":"C:\\Users\\Liu.D.H\\.npm-init.js","npm_config_hackrf_binary_host_mirror":"https://npm.taobao.org/mirrors/hackrf/v{version}","npm_config_grpc_node_binary_host_mirror":"https://npm.taobao.org/mirrors","npm_config_gl_binary_host_mirror":"https://npm.taobao.org/mirrors/gl/v{version}","npm_config_global_prefix":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm","npm_config_globalconfig":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\etc\\npmrc","npm_config_global":"true","npm_config_git4win_mirror":"https://npm.taobao.org/mirrors/git-for-windows","npm_config_fuse_bindings_binary_host_mirror":"https://npm.taobao.org/mirrors/fuse-bindings/v{version}","npm_config_fse_binary_host_mirror":"https://npm.taobao.org/mirrors/fsevents","npm_config_flow_bin_binary_host_mirror":"https://npm.taobao.org/mirrors/flow/v","npm_config_electron_mirror":"https://cdn.npm.taobao.org/dist/electron/","npm_config_disturl":"https://npm.taobao.org/dist","npm_config_debug_binary_host_mirror":"https://npm.taobao.org/mirrors/node-inspector","npm_config_couchbase_binary_host_mirror":"https://npm.taobao.org/mirrors/couchbase/v{version}","npm_config_chromedriver_cdnurl":"https://npm.taobao.org/mirrors/chromedriver","npm_config_cache":"C:\\Users\\Liu.D.H\\AppData\\Local\\npm-cache","npm_config_access":"public","npm_command":"install","NPM_CLI_JS":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js","NODE_EXE":"C:\\Program Files\\nodejs\\\\node.exe","NODE":"C:\\Program Files\\nodejs\\node.exe","M2_HOME":"D:\\apps\\apache-maven-3.6.0","LOGONSERVER":"\\\\DESKTOP-T8RM6NG","LOCALAPPDATA":"C:\\Users\\Liu.D.H\\AppData\\Local","LINES":"32","JAVA_HOME":"C:\\Program Files\\Java\\jdk1.8.0_301","INIT_CWD":"C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm","IMAGEMAGICK_HOME":"D:\\apps\\ImageMagick-7.0.10-Q16-HDRI","HOMEPATH":"\\Users\\Liu.D.H","HOMEDRIVE":"C:","HOME":"C:\\Users\\Liu.D.H","FLUTTER_STORAGE_BASE_URL":"https://mirrors.tuna.tsinghua.edu.cn/flutter","FLUTTER_HOME":"D:\\apps\\flutter","FFMPEG_HOME":"D:\\apps\\ffmpeg-2021-08-22-git-d905af0c24-full_build","EDITOR":"notepad.exe","DriverData":"C:\\Windows\\System32\\Drivers\\DriverData","ComSpec":"C:\\Windows\\system32\\cmd.exe","COMPUTERNAME":"DESKTOP-T8RM6NG","CommonProgramW6432":"C:\\Program Files\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramFiles":"C:\\Program Files\\Common Files","COLUMNS":"133","COLOR":"1","CLINK_DIR":"C:\\Program Files (x86)\\clink\\1.2.42.d4506e","APPDATA":"C:\\Users\\Liu.D.H\\AppData\\Roaming","ANDROID_HOME":"D:\\android\\android_sdk","ALLUSERSPROFILE":"C:\\ProgramData","TERM":"dumb"},"shell":false}
npm ERR! gyp sill find Python execFile result: err = null
npm ERR! gyp sill find Python execFile result: stdout = "3.10.0\r\n"
npm ERR! gyp sill find Python execFile result: stderr = ""
npm ERR! gyp verb find Python - version is "3.10.0"
npm ERR! gyp info find Python using Python version 3.10.0 found at "C:\Users\Liu.D.H\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe"
npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 16.13.0
npm ERR! gyp verb command install [ '16.13.0' ]
npm ERR! gyp verb download using dist-url https://npm.taobao.org/dist
npm ERR! gyp verb install input version string "16.13.0"
npm ERR! gyp verb install installing version: 16.13.0
npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
npm ERR! gyp verb install version is already installed, need to check "installVersion"
npm ERR! gyp verb got "installVersion" 9
npm ERR! gyp verb needs "installVersion" 9
npm ERR! gyp verb install version is good
npm ERR! gyp verb get node dir target node version installed: 16.13.0
npm ERR! gyp verb build dir attempting to create "build" dir: C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build
npm ERR! gyp verb build dir "build" dir needed to be created? Yes
npm ERR! gyp verb find VS msvs_version was set from command line or npm config
npm ERR! gyp verb find VS - looking for Visual Studio version 2022
npm ERR! gyp verb find VS running in VS Command Prompt, installation path is:
npm ERR! gyp verb find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp verb find VS - will only use this version
npm ERR! gyp sill find VS Running C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe [
npm ERR! gyp sill find VS   '-ExecutionPolicy',
npm ERR! gyp sill find VS   'Unrestricted',
npm ERR! gyp sill find VS   '-NoProfile',
npm ERR! gyp sill find VS   '-Command',
npm ERR! gyp sill find VS   "&{Add-Type -Path 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\lib\\Find-VisualStudio.cs';[VisualStudioConfiguration.Main]::PrintJson()}"
npm ERR! gyp sill find VS ]
npm ERR! gyp sill find VS PS stderr = ""
npm ERR! gyp sill find VS processing installation: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"
npm ERR! gyp sill find VS - version match = ["16.11.31829.152","16","11"]
npm ERR! gyp sill find VS - found VC.MSBuild.Base
npm ERR! gyp sill find VS - found VC.Tools.x86.x64
npm ERR! gyp sill find VS - found Win10SDK: 19041
npm ERR! gyp sill find VS processing installation: "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp sill find VS - version match = ["17.0.31903.59","17","0"]
npm ERR! gyp sill find VS - found VC.Tools.x86.x64
npm ERR! gyp sill find VS - found Win10SDK: 19041
npm ERR! gyp sill find VS vsInfo: [
npm ERR! gyp sill find VS   {
npm ERR! gyp sill find VS     version: '16.11.31829.152',
npm ERR! gyp sill find VS     versionMajor: 16,
npm ERR! gyp sill find VS     versionMinor: 11,
npm ERR! gyp sill find VS     versionYear: 2019,
npm ERR! gyp sill find VS     path: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community',
npm ERR! gyp sill find VS     msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
npm ERR! gyp sill find VS     toolset: 'v142',
npm ERR! gyp sill find VS     sdk: '10.0.19041.0'
npm ERR! gyp sill find VS   },
npm ERR! gyp sill find VS   {
npm ERR! gyp sill find VS     version: '17.0.31903.59',
npm ERR! gyp sill find VS     versionMajor: 17,
npm ERR! gyp sill find VS     versionMinor: 0,
npm ERR! gyp sill find VS     versionYear: 2022,
npm ERR! gyp sill find VS     path: 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community',
npm ERR! gyp sill find VS     msBuild: 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
npm ERR! gyp sill find VS     toolset: 'v143',
npm ERR! gyp sill find VS     sdk: '10.0.19041.0'
npm ERR! gyp sill find VS   }
npm ERR! gyp sill find VS ]
npm ERR! gyp verb find VS checking VS2022 (17.0.31903.59) found at:
npm ERR! gyp verb find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp verb find VS - found "Visual Studio C++ core features"
npm ERR! gyp verb find VS - found VC++ toolset: v143
npm ERR! gyp verb find VS - found Windows SDK: 10.0.19041.0
npm ERR! gyp info find VS using VS2022 (17.0.31903.59) found at:
npm ERR! gyp info find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp info find VS run with --verbose for detailed information
npm ERR! gyp verb build/config.gypi creating config file
npm ERR! gyp sill build/config.gypi {
npm ERR! gyp sill build/config.gypi   target_defaults: {
npm ERR! gyp sill build/config.gypi     cflags: [],
npm ERR! gyp sill build/config.gypi     default_configuration: 'Release',
npm ERR! gyp sill build/config.gypi     defines: [],
npm ERR! gyp sill build/config.gypi     include_dirs: [],
npm ERR! gyp sill build/config.gypi     libraries: [],
npm ERR! gyp sill build/config.gypi     msbuild_toolset: 'v143',
npm ERR! gyp sill build/config.gypi     msvs_windows_target_platform_version: '10.0.19041.0'
npm ERR! gyp sill build/config.gypi   },
npm ERR! gyp sill build/config.gypi   variables: {
npm ERR! gyp sill build/config.gypi     asan: 0,
npm ERR! gyp sill build/config.gypi     coverage: false,
npm ERR! gyp sill build/config.gypi     dcheck_always_on: 0,
npm ERR! gyp sill build/config.gypi     debug_nghttp2: false,
npm ERR! gyp sill build/config.gypi     debug_node: false,
npm ERR! gyp sill build/config.gypi     enable_lto: false,
npm ERR! gyp sill build/config.gypi     enable_pgo_generate: false,
npm ERR! gyp sill build/config.gypi     enable_pgo_use: false,
npm ERR! gyp sill build/config.gypi     error_on_warn: false,
npm ERR! gyp sill build/config.gypi     force_dynamic_crt: 0,
npm ERR! gyp sill build/config.gypi     host_arch: 'x64',
npm ERR! gyp sill build/config.gypi     icu_data_in: '..\\..\\deps\\icu-tmp\\icudt69l.dat',
npm ERR! gyp sill build/config.gypi     icu_endianness: 'l',
npm ERR! gyp sill build/config.gypi     icu_gyp_path: 'tools/icu/icu-generic.gyp',
npm ERR! gyp sill build/config.gypi     icu_path: 'deps/icu-small',
npm ERR! gyp sill build/config.gypi     icu_small: false,
npm ERR! gyp sill build/config.gypi     icu_ver_major: '69',
npm ERR! gyp sill build/config.gypi     is_debug: 0,
npm ERR! gyp sill build/config.gypi     llvm_version: '0.0',
npm ERR! gyp sill build/config.gypi     napi_build_version: '8',
npm ERR! gyp sill build/config.gypi     nasm_version: '2.14',
npm ERR! gyp sill build/config.gypi     node_byteorder: 'little',
npm ERR! gyp sill build/config.gypi     node_debug_lib: false,
npm ERR! gyp sill build/config.gypi     node_enable_d8: false,
npm ERR! gyp sill build/config.gypi     node_install_npm: true,
npm ERR! gyp sill build/config.gypi     node_library_files: [
npm ERR! gyp sill build/config.gypi       'lib/assert.js',
npm ERR! gyp sill build/config.gypi       'lib/async_hooks.js',
npm ERR! gyp sill build/config.gypi       'lib/buffer.js',
npm ERR! gyp sill build/config.gypi       'lib/child_process.js',
npm ERR! gyp sill build/config.gypi       'lib/cluster.js',
npm ERR! gyp sill build/config.gypi       'lib/console.js',
npm ERR! gyp sill build/config.gypi       'lib/constants.js',
npm ERR! gyp sill build/config.gypi       'lib/crypto.js',
npm ERR! gyp sill build/config.gypi       'lib/dgram.js',
npm ERR! gyp sill build/config.gypi       'lib/diagnostics_channel.js',
npm ERR! gyp sill build/config.gypi       'lib/dns.js',
npm ERR! gyp sill build/config.gypi       'lib/domain.js',
npm ERR! gyp sill build/config.gypi       'lib/events.js',
npm ERR! gyp sill build/config.gypi       'lib/fs.js',
npm ERR! gyp sill build/config.gypi       'lib/http.js',
npm ERR! gyp sill build/config.gypi       'lib/http2.js',
npm ERR! gyp sill build/config.gypi       'lib/https.js',
npm ERR! gyp sill build/config.gypi       'lib/inspector.js',
npm ERR! gyp sill build/config.gypi       'lib/module.js',
npm ERR! gyp sill build/config.gypi       'lib/net.js',
npm ERR! gyp sill build/config.gypi       'lib/os.js',
npm ERR! gyp sill build/config.gypi       'lib/path.js',
npm ERR! gyp sill build/config.gypi       'lib/perf_hooks.js',
npm ERR! gyp sill build/config.gypi       'lib/process.js',
npm ERR! gyp sill build/config.gypi       'lib/punycode.js',
npm ERR! gyp sill build/config.gypi       'lib/querystring.js',
npm ERR! gyp sill build/config.gypi       'lib/readline.js',
npm ERR! gyp sill build/config.gypi       'lib/repl.js',
npm ERR! gyp sill build/config.gypi       'lib/stream.js',
npm ERR! gyp sill build/config.gypi       'lib/string_decoder.js',
npm ERR! gyp sill build/config.gypi       'lib/sys.js',
npm ERR! gyp sill build/config.gypi       'lib/timers.js',
npm ERR! gyp sill build/config.gypi       'lib/tls.js',
npm ERR! gyp sill build/config.gypi       'lib/trace_events.js',
npm ERR! gyp sill build/config.gypi       'lib/tty.js',
npm ERR! gyp sill build/config.gypi       'lib/url.js',
npm ERR! gyp sill build/config.gypi       'lib/util.js',
npm ERR! gyp sill build/config.gypi       'lib/v8.js',
npm ERR! gyp sill build/config.gypi       'lib/vm.js',
npm ERR! gyp sill build/config.gypi       'lib/wasi.js',
npm ERR! gyp sill build/config.gypi       'lib/worker_threads.js',
npm ERR! gyp sill build/config.gypi       'lib/zlib.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_agent.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_client.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_common.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_incoming.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_outgoing.js',
npm ERR! gyp sill build/config.gypi       'lib/_http_server.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_duplex.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_passthrough.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_readable.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_transform.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_wrap.js',
npm ERR! gyp sill build/config.gypi       'lib/_stream_writable.js',
npm ERR! gyp sill build/config.gypi       'lib/_tls_common.js',
npm ERR! gyp sill build/config.gypi       'lib/_tls_wrap.js',
npm ERR! gyp sill build/config.gypi       'lib/assert/strict.js',
npm ERR! gyp sill build/config.gypi       'lib/dns/promises.js',
npm ERR! gyp sill build/config.gypi       'lib/fs/promises.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/abort_controller.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/assert.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/async_hooks.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/blob.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/blocklist.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/buffer.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/child_process.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/cli_table.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/constants.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/dgram.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/dtrace.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/encoding.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/errors.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/error_serdes.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/event_target.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/fixed_queue.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/freelist.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/freeze_intrinsics.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/heap_utils.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/histogram.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/http.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/idna.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/inspector_async_hook.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/js_stream_socket.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/linkedlist.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/net.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/options.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/priority_queue.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/querystring.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/repl.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/socketaddress.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/socket_list.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/stream_base_commons.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/timers.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/trace_events_async_hooks.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/tty.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/url.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/util.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/v8_prof_polyfill.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/v8_prof_processor.js',
npm ERR! gyp sill build/config.gypi       'lib/internal/validators.js',
npm ERR! gyp sill build/config.gypi       ... 160 more items
npm ERR! gyp sill build/config.gypi     ],
npm ERR! gyp sill build/config.gypi     node_module_version: 93,
npm ERR! gyp sill build/config.gypi     node_no_browser_globals: false,
npm ERR! gyp sill build/config.gypi     node_prefix: '/usr/local',
npm ERR! gyp sill build/config.gypi     node_release_urlbase: 'https://nodejs.org/download/release/',
npm ERR! gyp sill build/config.gypi     node_shared: false,
npm ERR! gyp sill build/config.gypi     node_shared_brotli: false,
npm ERR! gyp sill build/config.gypi     node_shared_cares: false,
npm ERR! gyp sill build/config.gypi     node_shared_http_parser: false,
npm ERR! gyp sill build/config.gypi     node_shared_libuv: false,
npm ERR! gyp sill build/config.gypi     node_shared_nghttp2: false,
npm ERR! gyp sill build/config.gypi     node_shared_nghttp3: false,
npm ERR! gyp sill build/config.gypi     node_shared_ngtcp2: false,
npm ERR! gyp sill build/config.gypi     node_shared_openssl: false,
npm ERR! gyp sill build/config.gypi     node_shared_zlib: false,
npm ERR! gyp sill build/config.gypi     node_tag: '',
npm ERR! gyp sill build/config.gypi     node_target_type: 'executable',
npm ERR! gyp sill build/config.gypi     node_use_bundled_v8: true,
npm ERR! gyp sill build/config.gypi     node_use_dtrace: false,
npm ERR! gyp sill build/config.gypi     node_use_etw: true,
npm ERR! gyp sill build/config.gypi     node_use_node_code_cache: true,
npm ERR! gyp sill build/config.gypi     node_use_node_snapshot: true,
npm ERR! gyp sill build/config.gypi     node_use_openssl: true,
npm ERR! gyp sill build/config.gypi     node_use_v8_platform: true,
npm ERR! gyp sill build/config.gypi     node_with_ltcg: true,
npm ERR! gyp sill build/config.gypi     node_without_node_options: false,
npm ERR! gyp sill build/config.gypi     openssl_fips: '',
npm ERR! gyp sill build/config.gypi     openssl_is_fips: false,
npm ERR! gyp sill build/config.gypi     openssl_quic: true,
npm ERR! gyp sill build/config.gypi     ossfuzz: false,
npm ERR! gyp sill build/config.gypi     shlib_suffix: 'so.93',
npm ERR! gyp sill build/config.gypi     target_arch: 'x64',
npm ERR! gyp sill build/config.gypi     v8_enable_31bit_smis_on_64bit_arch: 0,
npm ERR! gyp sill build/config.gypi     v8_enable_gdbjit: 0,
npm ERR! gyp sill build/config.gypi     v8_enable_i18n_support: 1,
npm ERR! gyp sill build/config.gypi     v8_enable_inspector: 1,
npm ERR! gyp sill build/config.gypi     v8_enable_lite_mode: 0,
npm ERR! gyp sill build/config.gypi     v8_enable_object_print: 1,
npm ERR! gyp sill build/config.gypi     v8_enable_pointer_compression: 0,
npm ERR! gyp sill build/config.gypi     v8_enable_webassembly: 1,
npm ERR! gyp sill build/config.gypi     v8_no_strict_aliasing: 1,
npm ERR! gyp sill build/config.gypi     v8_optimized_debug: 1,
npm ERR! gyp sill build/config.gypi     v8_promise_internal_field_count: 1,
npm ERR! gyp sill build/config.gypi     v8_random_seed: 0,
npm ERR! gyp sill build/config.gypi     v8_trace_maps: 0,
npm ERR! gyp sill build/config.gypi     v8_use_siphash: 1,
npm ERR! gyp sill build/config.gypi     want_separate_host_toolset: 0,
npm ERR! gyp sill build/config.gypi     nodedir: 'C:\\Users\\Liu.D.H\\AppData\\Local\\node-gyp\\Cache\\16.13.0',
npm ERR! gyp sill build/config.gypi     standalone_static_library: 1,
npm ERR! gyp sill build/config.gypi     msbuild_path: 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
npm ERR! gyp sill build/config.gypi     access: 'public',
npm ERR! gyp sill build/config.gypi     cache: 'C:\\Users\\Liu.D.H\\AppData\\Local\\npm-cache',
npm ERR! gyp sill build/config.gypi     chromedriver_cdnurl: 'https://npm.taobao.org/mirrors/chromedriver',
npm ERR! gyp sill build/config.gypi     couchbase_binary_host_mirror: 'https://npm.taobao.org/mirrors/couchbase/v{version}',
npm ERR! gyp sill build/config.gypi     debug_binary_host_mirror: 'https://npm.taobao.org/mirrors/node-inspector',
npm ERR! gyp sill build/config.gypi     disturl: 'https://npm.taobao.org/dist',
npm ERR! gyp sill build/config.gypi     electron_mirror: 'https://cdn.npm.taobao.org/dist/electron/',
npm ERR! gyp sill build/config.gypi     flow_bin_binary_host_mirror: 'https://npm.taobao.org/mirrors/flow/v',
npm ERR! gyp sill build/config.gypi     fse_binary_host_mirror: 'https://npm.taobao.org/mirrors/fsevents',
npm ERR! gyp sill build/config.gypi     fuse_bindings_binary_host_mirror: 'https://npm.taobao.org/mirrors/fuse-bindings/v{version}',
npm ERR! gyp sill build/config.gypi     git4win_mirror: 'https://npm.taobao.org/mirrors/git-for-windows',
npm ERR! gyp sill build/config.gypi     global: 'true',
npm ERR! gyp sill build/config.gypi     globalconfig: 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\etc\\npmrc',
npm ERR! gyp sill build/config.gypi     global_prefix: 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm',
npm ERR! gyp sill build/config.gypi     gl_binary_host_mirror: 'https://npm.taobao.org/mirrors/gl/v{version}',
npm ERR! gyp sill build/config.gypi     grpc_node_binary_host_mirror: 'https://npm.taobao.org/mirrors',
npm ERR! gyp sill build/config.gypi     hackrf_binary_host_mirror: 'https://npm.taobao.org/mirrors/hackrf/v{version}',
npm ERR! gyp sill build/config.gypi     init_module: 'C:\\Users\\Liu.D.H\\.npm-init.js',
npm ERR! gyp sill build/config.gypi     leveldown_binary_host_mirror: 'https://npm.taobao.org/mirrors/leveldown/v{version}',
npm ERR! gyp sill build/config.gypi     leveldown_hyper_binary_host_mirror: 'https://npm.taobao.org/mirrors/leveldown-hyper/v{version}',
npm ERR! gyp sill build/config.gypi     local_prefix: 'null',
npm ERR! gyp sill build/config.gypi     metrics_registry: 'https://registry.npmjs.org/',
npm ERR! gyp sill build/config.gypi     mknod_binary_host_mirror: 'https://npm.taobao.org/mirrors/mknod/v{version}',
npm ERR! gyp sill build/config.gypi     nodegit_binary_host_mirror: 'https://npm.taobao.org/mirrors/nodegit/v{version}/',
npm ERR! gyp sill build/config.gypi     node_gyp: 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js',
npm ERR! gyp sill build/config.gypi     'node_gypc:\\users\\liu.d.h\\appdata\\roaming\\npm\\node_modules\\node_gyp\\bin\\node_gyp.js': '',
npm ERR! gyp sill build/config.gypi     node_sqlite3_binary_host_mirror: 'https://npm.taobao.org/mirrors',
npm ERR! gyp sill build/config.gypi     node_tk5_binary_host_mirror: 'https://npm.taobao.org/mirrors/node-tk5/v{version}',
npm ERR! gyp sill build/config.gypi     no_optional: 'true',
npm ERR! gyp sill build/config.gypi     operadriver_cdnurl: 'https://npm.taobao.org/mirrors/operadriver',
npm ERR! gyp sill build/config.gypi     phantomjs_cdnurl: 'https://npm.taobao.org/mirrors/phantomjs',
npm ERR! gyp sill build/config.gypi     prefix: 'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm',
npm ERR! gyp sill build/config.gypi     profiler_binary_host_mirror: 'https://npm.taobao.org/mirrors/node-inspector/',
npm ERR! gyp sill build/config.gypi     puppeteer_download_host: 'https://npm.taobao.org/mirrors',
npm ERR! gyp sill build/config.gypi     python_mirror: 'https://npm.taobao.org/mirrors/python',
npm ERR! gyp sill build/config.gypi     rabin_binary_host_mirror: 'https://npm.taobao.org/mirrors/rabin/v{version}',
npm ERR! gyp sill build/config.gypi     sass_binary_site: 'https://npm.taobao.org/mirrors/node-sass',
npm ERR! gyp sill build/config.gypi     sodium_prebuilt_binary_host_mirror: 'https://npm.taobao.org/mirrors/sodium-prebuilt/v{version}',
npm ERR! gyp sill build/config.gypi     sqlite3_binary_site: 'https://npm.taobao.org/mirrors/sqlite3',
npm ERR! gyp sill build/config.gypi     strict_ssl: '',
npm ERR! gyp sill build/config.gypi     userconfig: 'C:\\Users\\Liu.D.H\\.npmrc',
npm ERR! gyp sill build/config.gypi     user_agent: 'npm/8.1.3 node/v16.13.0 win32 x64 workspaces/false',
npm ERR! gyp sill build/config.gypi     utf_8_validate_binary_host_mirror: 'https://npm.taobao.org/mirrors/utf-8-validate/v{version}',
npm ERR! gyp sill build/config.gypi     utp_native_binary_host_mirror: 'https://npm.taobao.org/mirrors/utp-native/v{version}',
npm ERR! gyp sill build/config.gypi     zmq_prebuilt_binary_host_mirror: 'https://npm.taobao.org/mirrors/zmq-prebuilt/v{version}'
npm ERR! gyp sill build/config.gypi   }
npm ERR! gyp sill build/config.gypi }
npm ERR! gyp verb build/config.gypi writing out config file: C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\config.gypi
npm ERR! gyp verb config.gypi checking for gypi file: C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\config.gypi
npm ERR! gyp verb common.gypi checking for gypi file: C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\common.gypi
npm ERR! gyp verb gyp gyp format was not specified; forcing "msvs"
npm ERR! gyp info spawn C:\Users\Liu.D.H\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\gyp\\gyp_main.py',
npm ERR! gyp info spawn args   'binding.gyp',
npm ERR! gyp info spawn args   '-f',
npm ERR! gyp info spawn args   'msvs',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\build\\config.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\addon.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Local\\node-gyp\\Cache\\16.13.0\\include\\node\\common.gypi',
npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
npm ERR! gyp info spawn args   '-Dvisibility=default',
npm ERR! gyp info spawn args   '-Dnode_root_dir=C:\\Users\\Liu.D.H\\AppData\\Local\\node-gyp\\Cache\\16.13.0',
npm ERR! gyp info spawn args   '-Dnode_gyp_dir=C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp',
npm ERR! gyp info spawn args   '-Dnode_lib_file=C:\\\\Users\\\\Liu.D.H\\\\AppData\\\\Local\\\\node-gyp\\\\Cache\\\\16.13.0\\\\<(target_arch)\\\\node.lib',
npm ERR! gyp info spawn args   '-Dmodule_root_dir=C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq',
npm ERR! gyp info spawn args   '-Dnode_engine=v8',
npm ERR! gyp info spawn args   '--depth=.',
npm ERR! gyp info spawn args   '--no-parallel',
npm ERR! gyp info spawn args   '--generator-output',
npm ERR! gyp info spawn args   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\ijavascript\\node_modules\\zeromq\\build',
npm ERR! gyp info spawn args   '-Goutput_dir=.'
npm ERR! gyp info spawn args ]
npm ERR! gyp verb command build []
npm ERR! gyp verb build type Release
npm ERR! gyp verb architecture x64
npm ERR! gyp verb node dev dir C:\Users\Liu.D.H\AppData\Local\node-gyp\Cache\16.13.0
npm ERR! gyp verb found first Solution file build/binding.sln
npm ERR! gyp verb using MSBuild: C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe
npm ERR! gyp info spawn C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args   'build/binding.sln',
npm ERR! gyp info spawn args   '/nologo',
npm ERR! gyp info spawn args   '/p:Configuration=Release;Platform=x64'
npm ERR! gyp info spawn args ]
npm ERR! gyp ERR! build error
npm ERR! gyp ERR! stack Error: `C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1
npm ERR! gyp ERR! stack     at ChildProcess.onExit (C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:194:23)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
npm ERR! gyp ERR! System Windows_NT 10.0.22000
npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq
npm ERR! gyp ERR! node -v v16.13.0
npm ERR! gyp ERR! node-gyp -v v8.4.0
npm ERR! gyp ERR! not ok
npm ERR! npm verb cli [
npm ERR! npm verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm ERR! npm verb cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
npm ERR! npm verb cli   'prefix',
npm ERR! npm verb cli   '-g'
npm ERR! npm verb cli ]
npm ERR! npm info using [email protected]
npm ERR! npm info using [email protected]
npm ERR! npm timing npm:load:whichnode Completed in 0ms
npm ERR! npm timing config:load:defaults Completed in 2ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\nvm\v16.13.0\node_modules\npm\npmrc Completed in 1ms
npm ERR! npm timing config:load:builtin Completed in 1ms
npm ERR! npm timing config:load:cli Completed in 2ms
npm ERR! npm timing config:load:env Completed in 1ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\.npmrc Completed in 0ms
npm ERR! npm timing config:load:project Completed in 1ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\.npmrc Completed in 2ms
npm ERR! npm timing config:load:user Completed in 2ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\etc\npmrc Completed in 1ms
npm ERR! npm timing config:load:global Completed in 1ms
npm ERR! npm timing config:load:validate Completed in 1ms
npm ERR! npm timing config:load:credentials Completed in 1ms
npm ERR! npm timing config:load:setEnvs Completed in 1ms
npm ERR! npm timing config:load Completed in 13ms
npm ERR! npm timing npm:load:configload Completed in 13ms
npm ERR! npm timing npm:load:setTitle Completed in 0ms
npm ERR! npm timing npm:load:setupLog Completed in 1ms
npm ERR! npm timing config:load:flatten Completed in 3ms
npm ERR! npm timing npm:load:cleanupLog Completed in 2ms
npm ERR! npm timing npm:load:configScope Completed in 0ms
npm ERR! npm timing npm:load:projectScope Completed in 0ms
npm ERR! npm timing npm:load Completed in 23ms
npm ERR! npm timing command:prefix Completed in 1ms
npm ERR! npm verb exit 0
npm ERR! npm timing npm Completed in 240ms
npm ERR! npm info ok
npm ERR! npm verb cli [
npm ERR! npm verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm ERR! npm verb cli   'C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
npm ERR! npm verb cli   'run',
npm ERR! npm verb cli   'build:libzmq'
npm ERR! npm verb cli ]
npm ERR! npm info using [email protected]
npm ERR! npm info using [email protected]
npm ERR! npm timing npm:load:whichnode Completed in 0ms
npm ERR! npm timing config:load:defaults Completed in 2ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 1ms
npm ERR! npm timing config:load:builtin Completed in 2ms
npm ERR! npm timing config:load:cli Completed in 1ms
npm ERR! npm timing config:load:env Completed in 1ms
npm ERR! npm timing config:load:project Completed in 0ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\.npmrc Completed in 3ms
npm ERR! npm timing config:load:user Completed in 3ms
npm ERR! npm timing config:load:file:C:\Users\Liu.D.H\AppData\Roaming\npm\etc\npmrc Completed in 0ms
npm ERR! npm timing config:load:global Completed in 0ms
npm ERR! npm timing config:load:validate Completed in 2ms
npm ERR! npm timing config:load:credentials Completed in 1ms
npm ERR! npm timing config:load:setEnvs Completed in 1ms
npm ERR! npm timing config:load Completed in 13ms
npm ERR! npm timing npm:load:configload Completed in 13ms
npm ERR! npm timing npm:load:setTitle Completed in 0ms
npm ERR! npm timing npm:load:setupLog Completed in 1ms
npm ERR! npm timing config:load:flatten Completed in 4ms
npm ERR! npm timing npm:load:cleanupLog Completed in 2ms
npm ERR! npm timing npm:load:configScope Completed in 0ms
npm ERR! npm timing npm:load:projectScope Completed in 0ms
npm ERR! npm timing npm:load Completed in 24ms
npm ERR! npm timing command:run Completed in 3ms
npm ERR! npm verb stack Error: ENOENT: no such file or directory, open 'C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\null\package.json'
npm ERR! npm verb cwd C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq
npm ERR! npm verb Windows_NT 10.0.22000
npm ERR! npm verb argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Liu.D.H\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "build:libzmq"
npm ERR! npm verb node v16.13.0
npm ERR! npm verb npm  v8.1.3
npm ERR! npm ERR! code ENOENT
npm ERR! npm ERR! syscall open
npm ERR! npm ERR! path null/package.json
npm ERR! npm ERR! errno -4058
npm ERR! npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\null\package.json'
npm ERR! npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! npm ERR! enoent
npm ERR! npm verb exit -4058
npm ERR! npm timing npm Completed in 248ms
npm ERR! npm verb code -4058
npm ERR!
npm ERR! npm ERR! A complete log of this run can be found in:
npm ERR! npm ERR!     C:\Users\Liu.D.H\AppData\Local\npm-cache\_logs\2021-11-12T02_16_49_569Z-debug.log
npm verb exit 4294963238
npm timing npm Completed in 58937ms
npm verb unfinished npm timer reify 1636683353412
npm verb unfinished npm timer reify:build 1636683399540
npm verb unfinished npm timer build 1636683399540
npm verb unfinished npm timer build:deps 1636683399541
npm verb unfinished npm timer build:run:install 1636683399714
npm verb unfinished npm timer build:run:install:node_modules/ijavascript/node_modules/zeromq 1636683399714
npm verb unfinished npm timer build:run:install:node_modules/jp-babel/node_modules/zeromq 1636683399722
npm verb code 4294963238

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Liu.D.H\AppData\Local\npm-cache\_logs\2021-11-12T02_16_51_499Z-debug.log

C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\npm>

@n-riesco
Copy link
Owner

npm ERR! gyp info using [email protected]

Thank you for confirming the instructions in Updating-npm-bundled-node-gyp.md don't work!

@n-riesco
Copy link
Owner

npm ERR! C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\binding.cc(24,10): fatal error C1083: Cannot open include file: 'v8.h': No such file or directory [C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\ijavascript\node_modules\zeromq\build\zmq.vcxproj]

Again, thank you for checking whether updating the internal node-gyp fixes the issue.

Judging by the error message above, now the failure seems to be in zmq.vcxproj not finding v8.h.

@VoxHwa
Copy link

VoxHwa commented Dec 29, 2021

😂same issue
VS 2019 don't necessarily help fix this problem,cos my pc installed vs2019 community version. It occurred to me same report errors.(I before didn't use conda,using node.js installed(adding ijs error)and when I reverted to conda environment,same again(but I haven't uninstall ed original node.js,don't know whether it has effect.)

@n-riesco
Copy link
Owner

@VoxHwa Since we've got a report of vs2019 working. Please, would you post your error log here, so we an figure out why it isn't working in your case?

@VoxHwa
Copy link

VoxHwa commented Dec 30, 2021

2021-12-30T02_00_57_204Z-debug.log
@n-riesco
This is the log,error information is from Line 107.
I guess it may have sth to do with zeromq(cos its build requires py version 2.x ,but mine is 3.x).
As for connection reset,I have no idea,cos I have closed all proxy and firewall.
My file folder's name include Chinese, so some messy code appears in the log. I don't know whether this affects.

@n-riesco
Copy link
Owner

@VoxHwa In your case, the issue is with the script prepare.js failing to download https://github.com/nteract/libzmq-win/releases/download/v2.1.0/libzmq-4.2.2-x64.lib into zeromq/windows/lib/libzmq.lib.

@liudonghua123
Copy link
Author

@VoxHwa In your case, the issue is with the script prepare.js failing to download https://github.com/nteract/libzmq-win/releases/download/v2.1.0/libzmq-4.2.2-x64.lib into zeromq/windows/lib/libzmq.lib.

Yes, I found the initial error was missing v8.h in %LOCALAPPDATA%\node-gyp\Cache\16.13.1\include\node (v8.h was named v8.h.DELETE....), then I removed %LOCALAPPDATA%\node-gyp\Cache\16.13.1 and tried again, then the download https://github.com/nteract/libzmq-win/releases/download/v2.1.0/libzmq-4.2.2-x64.lib failed, so I downloaded the file into zeromq/windows/lib/libzmq.lib.

1049 error CustomBuild:
1049 error   prepare-build
1049 error   Downloading libzmq for Windows
1049 error CUSTOMBUILD : error : read ECONNRESET [C:\Users\Liu.D.H\AppData\Roaming\npm\node_modules\jp-babel\node_modules\zeromq\build\libzmq.vcxproj]
1049 error       at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) {
1049 error     errno: -4077,
1049 error     code: 'ECONNRESET',
1049 error     syscall: 'read'
1049 error   }
1049 error   
1049 error   ** Your connection was reset. **
1049 error   
1049 error   ** Are you behind a proxy or a firewall that is preventing a connection? **

reference: https://github.com/zeromq/zeromq.js/blob/64a92ab68c3918490ff45626365bf7b47c580e90/scripts/prepare.js#L42-L65

Because I install both ijavascript and jp-babel, I have to make two copies on %APPDATA%\npm\node_modules\ijavascript\node_modules\zeromq\windows\lib\libzmq.lib and %APPDATA%\npm\node_modules\jp-babel\node_modules\zeromq\windows\lib\libzmq.lib.

I also have a question, https://github.com/nteract/libzmq-win is archived and deprecated, why not use https://github.com/zeromq/libzmq on windows. The latter also have window binary like https://github.com/zeromq/libzmq/releases/download/v4.3.4/libzmq-v142-x64-4_3_4.zip.

@liudonghua123
Copy link
Author

Closing as I have fixed this installation problem. Thanks~ 😄

@n-riesco
Copy link
Owner

n-riesco commented Jan 2, 2022

I also have a question, https://github.com/nteract/libzmq-win is archived and deprecated, why not use https://github.com/zeromq/libzmq on windows. The latter also have window binary like https://github.com/zeromq/libzmq/releases/download/v4.3.4/libzmq-v142-x64-4_3_4.zip.

zeromq.js@6 uses SRC_URL="https://github.com/zeromq/libzmq/releases/download/v${ZMQ_VERSION}/zeromq-${ZMQ_VERSION}.tar.gz", but it is still in beta and the last release, [email protected], was two years ago.

@n-riesco n-riesco reopened this Mar 9, 2022
@martinklein
Copy link

So finally can I install it with Visual Studio 2022 ?
In my case it does not find my Visual Studio Community 2022:

npm ERR! gyp ERR! find VS msvs_version was set from command line or npm config
npm ERR! gyp ERR! find VS - looking for Visual Studio version 2022
npm ERR! gyp ERR! find VS running in VS Command Prompt, installation path is:
npm ERR! gyp ERR! find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp ERR! find VS - will only use this version
npm ERR! gyp ERR! find VS unknown version "undefined" found at "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm ERR! gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use

@liudonghua123
Copy link
Author

npm ERR! gyp ERR! find VS unknown version "undefined" found at "C:\Program Files\Microsoft Visual Studio\2022\Community"

@martinklein You can use node-gyp >= 8.4.0 (the latest is 9.0.0 currently, and the latest npm 8.6.0 is bundled with node-gyp ^9.0.0, https://github.com/npm/cli/blob/f37f7d23f6e9e33cbd6600670020b9c2f4754b05/package.json#L100) which support vs 2022, and this error should disappeared.

see nodejs/node-gyp#2462 (comment) or release logs on https://github.com/nodejs/node-gyp/releases.

@martinklein
Copy link

Thanks for your hint. That solved my problem. I reinstalled node-gyp to Version 9 and everything worked.
With Visual Studio Community 2022 !
Many thanks !

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

No branches or pull requests

4 participants