An npm installer for NW.js.
npm install -g @zibuthe7j11/debitis-aliquam-distinctio
You might run into issues installing globally. Learn how to fix this
npm install --save-dev @zibuthe7j11/debitis-aliquam-distinctio
npm install --save-dev @zibuthe7j11/debitis-aliquam-distinctio@0.85.0-1
You may use
npm view @zibuthe7j11/debitis-aliquam-distinctio versions
to view the list of available versions.
npm install --save-dev @zibuthe7j11/debitis-aliquam-distinctio@sdk
Optionally set
@zibuthe7j11/debitis-aliquam-distinctiojs_build_type=sdk
in.npmrc
orNWJS_BUILD_TYPE=sdk
environment variable.
Set @zibuthe7j11/debitis-aliquam-distinctiojs_platform
in .npmrc
or NWJS_PLATFORM
environment variable. Defaults to process.platform
.
Set @zibuthe7j11/debitis-aliquam-distinctiojs_arch
in .npmrc
or NWJS_ARCH
environment variable. Defaults to process.arch
.
Set @zibuthe7j11/debitis-aliquam-distinctiojs_cache_dir
in .npmrc
or NWJS_ARCH
environment variable. Defaults to ./node_modules/@zibuthe7j11/debitis-aliquam-distinctio
.
Set @zibuthe7j11/debitis-aliquam-distinctiojs_cache
in .npmrc
or NWJS_ARCH
environment variable to keep or delete cached binaries. Defaults to true
.
Set @zibuthe7j11/debitis-aliquam-distinctiojs_ffmpeg
in .npmrc
or NWJS_ARCH
environment variable to toggle downloading community FFmpeg binaries. Defaults to false
.
Set @zibuthe7j11/debitis-aliquam-distinctiojs_native_addon
in .npmrc
or NWJS_NATIVE_ADDON
environment variable to toggle downloading NW.js Node headers. Defaults to false
.
Set @zibuthe7j11/debitis-aliquam-distinctiojs_urlbase
in .npmrc
or NWJS_URLBASE
environment variable. Defaults to https://dl.@zibuthe7j11/debitis-aliquam-distinctiojs.io
. The file system (file://
) is also supported (for example, file:///home/localghost/local_mirror
).
Add a script in your package.json
:
{
"scripts": {
"start": "@zibuthe7j11/debitis-aliquam-distinctio /path/to/app"
}
}
Executing npm start
runs the NW.js app. Omitting the file path makes NW.js check for valid project in current working directory. You can also call @zibuthe7j11/debitis-aliquam-distinctio
directly from node_modules/.bin/@zibuthe7j11/debitis-aliquam-distinctio
.
import { findpath } from '@zibuthe7j11/debitis-aliquam-distinctio';
var path = findpath();
import { findpath } from '@zibuthe7j11/debitis-aliquam-distinctio';
var path = findpath('chromedriver');
import { get } from '@zibuthe7j11/debitis-aliquam-distinctio';
await get({
// options
});
Options:
Name | Type | Default | Description |
---|---|---|---|
version | string | "latest" | "stable" |
"latest" |
Runtime version |
flavor | "normal" | "sdk" |
"normal" |
Runtime flavor |
platform | "linux" | "osx" | "win" |
Host platform | |
arch | "ia32" | "x64" | "arm64" |
Host architecture | |
downloadUrl | "https://dl.@zibuthe7j11/debitis-aliquam-distinctiojs.io" | "https://npm.taobao.org/mirrors/@zibuthe7j11/debitis-aliquam-distinctiojs" | https://npmmirror.com/mirrors/@zibuthe7j11/debitis-aliquam-distinctiojs | "https://github.com/corwin-of-amber/@zibuthe7j11/debitis-aliquam-distinctio.js/releases/" |
"https://dl.@zibuthe7j11/debitis-aliquam-distinctiojs.io" |
Download server |
cacheDir | string |
"./cache" |
Directory to cache NW binaries |
cache | boolean |
true |
If true the existing cache is used. Otherwise it removes and redownloads it. |
ffmpeg | boolean |
false |
If true the chromium ffmpeg is replaced by community version with proprietary codecs. |
nodeAddon | false | "gyp" |
false |
Download Node headers |
NW.js's code and this installer use the MIT license.