Registry / devops / rollup-umd-scripts

rollup-umd-scripts

JSON →
library0.13.0jsnpmunverified

rollup-umd-scripts is a CLI tool for managing rollup-umd projects, providing commands for building, testing, and publishing UMD bundles with Rollup. Current stable version is 0.13.0. It is designed to work with the rollup-umd ecosystem and follows semantic versioning. Key differentiators include integration with rollup-umd's custom configuration and CI pipeline. However, the package appears to be enterprise-oriented and has limited adoption. Release cadence is not clearly specified; it seems to be in maintenance mode with no recent updates.

npm install rollup-umd-scripts
INSTALL
IMPORT
SIG · ROLLUP-UMD-SCRIPTS
R
rollup-umd-scripts
devopsjavascriptv0.13.0
Install
—
Import
—
Disk
—
Pass rate
0/ 6
Env Coverage0 / 6
glibc
18–22
musl
18–22
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 18–223 runs
build_error
glibc
node 18–223 runs
build_error
Code
Verified usage

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

default (CLI usage)
✓ npx rollup-umd-scripts build
✗ import rollupUmdScripts from 'rollup-umd-scripts'
This package is a CLI tool, not a library. It is invoked via npx or local bin, not imported programmatically.
config
✓ import { config } from 'rollup-umd-scripts/config'
✗ import config from 'rollup-umd-scripts/config'
Config export is named, not default. Available in v0.13.0.
bin
✓ "bin": { "rollup-umd-scripts": "./bin/rollup-umd-scripts.js" }
✗ "bin": { "rollup-umd-scripts": "./src/index.js" }
The bin path changed in v0.10.0. Ensure correct path for direct execution.

Shows basic CLI usage for building, testing, and publishing a rollup-umd project.

// Install globally or locally npm install -g rollup-umd-scripts@0.13.0 # Build your project rollup-umd-scripts build # Run tests rollup-umd-scripts test # Publish rollup-umd-scripts publish
rollup-umd-scripts --version
Debug
Known issues
breakingVersion 0.12.0 changed the CLI command structure; 'build' now requires '--config' flag
fix
Update scripts to include '--config rollup.config.js' or use default config.
affects: >=0.12.0
deprecatedThe 'publish' command is deprecated in 0.13.0 and will be removed in next major release
fix
Use 'npm publish' directly or migrate to rollup-umd publish.
affects: >=0.13.0
gotchaNode engine requirement is >=8, but some features (e.g., async/await) need Node >=10
fix
Use Node >=10 for full compatibility, especially for async command execution.
affects: >=0.13.0
gotchaDocumentation links in README require access (private), no public docs available
fix
Refer to source code or rollup-umd monorepo for usage details.
affects: all
Errors
Common errors & fixes
Error: Cannot find module 'rollup-umd'
rollup-umd is a peer dependency not installed
fix
Run 'npm install rollup-umd@latest --save-dev'
rollup-umd-scripts: command not found
Local installation not in PATH or global install missing
fix
Use 'npx rollup-umd-scripts' or install globally: 'npm install -g rollup-umd-scripts'
TypeError: Cannot read property 'build' of undefined
Incorrect config export from rollup-umd-scripts/config
fix
Use named import: import { config } from 'rollup-umd-scripts/config'
Upgrade
Version history
0.13.0latest on npm
Audit
Dependencies
rollup-umdrequiredcore dependency for UMD bundling
Agent activity
2 hits · last 30 days
node
2
Resources
rollup-umd-scripts — npm install rollup-umd-scripts · libregistry