Registry / web-framework / fast-react-cli

fast-react-cli

JSON →
library1.3.1jsnpmunverified

A zero-configuration React application bundler built on Parcel. The current stable version is 1.3.1. It provides a CLI to scaffold and build React apps with minimal setup. Quick initialization via `fast-react-cli init <projectName>` followed by `npm run serve` for development and `npm run build` for production. Known for its simplicity and speed, it abstracts away Parcel configuration. However, it relies on additional manual steps for image handling (Sharp/libvips). Compared to CRA or Vite, it offers less community support and documentation.

npm install fast-react-cli
INSTALL
IMPORT
SIG · FAST-REACT-CLI
F
fast-react-cli
web-frameworkjavascriptv1.3.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 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

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

fast-react-cli
npx fast-react-cli init my-app
const fastReactCli = require('fast-react-cli')
CLI tool intended to be run via npx or global install, not imported as a module.

Scaffold a new React project with default template and start development server.

npx fast-react-cli init my-react-app cd my-react-app npm install npm run serve
fast-react-cli --version
Debug
Known issues
gotchaImage processing requires manual download of Sharp libvips files into npm cache.
fix
Download libvips-8.9.0-xxx.tar.gz and libvips-8.10.5-xxx.tar.br into your npm cache _libvips folder.
affects: >=1.0.0
breakingUnderlying Parcel version may not be pinned, causing breaking changes on upgrade.
fix
Check package.json and pin parcel version if needed.
affects: >=1.0.0
gotchaCLI may not be compatible with Node.js versions below 12.
fix
Upgrade Node.js to LTS version.
affects: >=1.0.0
Errors
Common errors & fixes
Error: Cannot find module '@parcel/transformer-image'
Missing dependency when using image features
fix
npm install @parcel/transformer-image
sharp: Installation error: unable to verify the first certificate
SSL certificate issue during sharp download
fix
Set npm config set strict-ssl false temporarily or add sharp as a dependency manually.
fast-react-cli: command not found
CLI not installed globally or not in PATH
fix
Run `npm install -g fast-react-cli` or use npx.
Upgrade
Version history
1.3.1latest on npm
Audit
Dependencies
parcelrequiredCore bundler used for compilation and hot-reload
@parcel/transformer-imageoptionalRequired for image transformations
Agent activity
2 hits · last 30 days
node
2
Resources
fast-react-cli — npm install fast-react-cli · libregistry