Registry / devops / nowa-core-bundler

nowa-core-bundler

JSON →
library2.0.0-alpha.6jsnpmunverified

Nowa Core Bundler is a command-line tool for bundling Nowa web applications. As of version 2.0.0-alpha.6, it is in early alpha with incomplete features (e.g., internationalization, component configuration). It uses yargs for CLI command parsing and likely integrates with webpack internally. This package is intended for internal use by Nowa projects and may not be suitable for general consumption due to its alpha status and limited documentation.

npm install nowa-core-bundler
INSTALL
IMPORT
SIG · NOWA-CORE-BUNDLER
N
nowa-core-bundler
devopsjavascriptv2.0.0-alpha.6
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import nowa from 'nowa-core-bundler'
const nowa = require('nowa-core-bundler')
Package may or may not have a default export; ESM imports preferred but CJS may still work.
CLI
import { CLI } from 'nowa-core-bundler'
If the package exports a CLI class, use named import.
config
import { config } from 'nowa-core-bundler'
If configuration utilities are exported, use named import.

Shows how to import and use the package programmatically, or use the CLI command.

import nowa from 'nowa-core-bundler'; // This package is primarily used via CLI, but if using programmatically: nowa().then(result => console.log(result)).catch(err => console.error(err)); // Alternatively, use CLI: npx nowa-core-bundler hello
nowa --version
Debug
Known issues
breakingVersion 2.x is a complete rewrite and API incompatible with 1.x
fix
Refer to migration guide if upgrading from 1.x
affects: >=2.0.0
deprecatedThis package is in alpha and may change without notice
fix
Pin to a specific version if using in production
affects: >=2.0.0-alpha.0
gotchaCLI commands are defined via yargs; 'hello' and 'world' are examples but may not be fully implemented
fix
Run 'nowa-core-bundler --help' to see available commands
affects: >=2.0.0
Errors
Common errors & fixes
Error: Cannot find module 'yargs'
yargs is a peer dependency not installed automatically
fix
npm install yargs --save
TypeError: nowa is not a function
Default import does not exist; package has named exports only
fix
import { CLI } from 'nowa-core-bundler'
Upgrade
Version history
2.0.0-alpha.6latest on npm
Audit
Dependencies
yargsrequiredUsed for CLI command parsing and argument handling
source-map-supportoptionalReferenced in comments for source map support (likely a dependency)
Agent activity
2 hits · last 30 days
node
2
Resources
nowa-core-bundler — npm install nowa-core-bundler · libregistry