copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
npmmirror 镜像站 The NPM package version tracks the version of chromedriver that will be installed, with an additional build number that is used for revisions to the installer You can use the package version number to install a specific version, or use the setting to a specific version
npmmirror npmmirror is a complete npmjs com mirror that allows you to install and sync modules using the cnpm command line tool or web interface
npmmirror 镜像站 Install npm install -g bun Upgrade bun upgrade Supported Platforms macOS, arm64 (Apple Silicon) macOS, x64 macOS, x64 (without AVX2 instructions) Linux, arm64 Linux, x64 Linux, x64 (without AVX2 instructions) Windows Windows (without AVX2 instructions) Future Platforms Unix-like variants such as FreeBSD, OpenBSD, etc Android and iOS
npmmirror 镜像站 npm install electron --save-dev For more installation options and troubleshooting tips, see installation For info on how to manage Electron versions in your apps, see Electron versioning Platform support Each Electron release provides binaries for macOS, Windows, and Linux
CNPM Binaries Mirror Provides access to Node js binaries hosted on CNPM Binaries Mirror
npmmirror 镜像站 Installation npm i puppeteer # Downloads compatible Chrome during installation npm i puppeteer-core # Alternatively, install as a library, without downloading Chrome Example import puppeteer from 'puppeteer'; Or import puppeteer from 'puppeteer-core'; Launch the browser and open a new blank page const browser = await puppeteer launch();
npmmirror 镜像站 To use on platforms without pre-built binaries, you can build Node js binding from source and consume it by npm install <onnxruntime_repo_root> js node See also instructions for building ONNX Runtime Node js binding locally