Registry / web-framework / angular2-rollup

angular2-rollup

JSON →
library5.0.0-beta.6.1jsnpmunverified

Angular 2 starter using AOT compilation with ngc, Rollup bundling, and Closure Compiler optimization. Version 5.0.0-beta.6.1. Provides CLI commands (ngr) for JIT/dev/prod builds, testing with Jasmine/Karma, e2e with Protractor, SASS/PostCSS stylesheets, and Express server with LiveReload. Build scripts use ShellJS for cross-platform support. Differentiates by focusing on production optimization with Rollup+Closure Compiler and providing a boilerplate for component libraries.

npm install angular2-rollup
INSTALL
IMPORT
SIG · ANGULAR2-ROLLUP
A
angular2-rollup
web-frameworkjavascriptv5.0.0-beta.6.1
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 18223 runs
build_error
glibc
node 18223 runs
build_error
Code
Verified usage

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

ngr
npm install -g angular2-rollup
npm install angular2-rollup --save-dev
The cli is installed globally; local install is not typical.
scaffold
ngr scaffold
ngr --scaffold
CLI command is 'ngr scaffold' (no leading dashes), but older docs show --scaffold may also work.
build
ngr build prod
ngr build --prod
Commands are like 'ngr build jit', 'ngr build dev', 'ngr build prod' – not flags.

Shows global install, scaffolding a new project, and running the development build with server and LiveReload.

npm install -g angular2-rollup webdriver-manager codelyzer rimraf mkdir my-new-app && cd my-new-app ngr scaffold && npm install ngr build dev --serve --watch
ngr --version
Debug
Known issues
deprecatedAngular 2 is long deprecated; projects should use Angular 17+.
fix
Use a modern Angular CLI project (e.g., @angular/cli) instead.
affects: >=5.0.0
gotchaCLI commands require global installation; running 'ngr' without global install fails.
fix
Install globally: npm install -g angular2-rollup
affects: >=5.0.0
gotchaNode version must be v6.5.x+; newer Node versions may cause incompatibilities with dependencies.
fix
Use Node v6.5.x (or use a version manager like nvm).
affects: >=5.0.0
gotchaScaffold command creates files in current directory; running in wrong directory can overwrite files.
fix
Create a new directory first: mkdir my-app && cd my-app && ngr scaffold
affects: >=5.0.0
deprecatedProtractor and Karma are outdated; modern Angular uses Cypress or Playwright for e2e and Jest for unit tests.
fix
Consider migrating to modern testing tools.
affects: >=5.0.0
Errors
Common errors & fixes
ngr: command not found
angular2-rollup not installed globally or not in PATH.
fix
Run: npm install -g angular2-rollup
Cannot find module 'typescript'
Missing TypeScript dependency; scaffold may not install it.
fix
Run: npm install typescript --save-dev
Error: Cannot find module '@angular/compiler-cli'
Required Angular compiler packages are missing.
fix
Run: npm install @angular/compiler-cli @angular/compiler --save-dev
Upgrade
Version history
5.0.0-beta.6.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
angular2-rollup — npm install angular2-rollup · libregistry