{"id":18372,"library":"fast-react-cli","title":"fast-react-cli","description":"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.","status":"active","version":"1.3.1","language":"javascript","source_language":"en","source_url":"https://github.com/maomincoding/fast-react-app","tags":["javascript","parcel","react"],"install":[{"cmd":"npm install fast-react-cli","lang":"bash","label":"npm"},{"cmd":"yarn add fast-react-cli","lang":"bash","label":"yarn"},{"cmd":"pnpm add fast-react-cli","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Core bundler used for compilation and hot-reload","package":"parcel","optional":false},{"reason":"Required for image transformations","package":"@parcel/transformer-image","optional":true}],"imports":[{"note":"CLI tool intended to be run via npx or global install, not imported as a module.","wrong":"const fastReactCli = require('fast-react-cli')","symbol":"fast-react-cli","correct":"npx fast-react-cli init my-app"}],"quickstart":{"code":"npx fast-react-cli init my-react-app\ncd my-react-app\nnpm install\nnpm run serve","lang":"javascript","description":"Scaffold a new React project with default template and start development server."},"warnings":[{"fix":"Download libvips-8.9.0-xxx.tar.gz and libvips-8.10.5-xxx.tar.br into your npm cache _libvips folder.","message":"Image processing requires manual download of Sharp libvips files into npm cache.","severity":"gotcha","affected_versions":">=1.0.0"},{"fix":"Check package.json and pin parcel version if needed.","message":"Underlying Parcel version may not be pinned, causing breaking changes on upgrade.","severity":"breaking","affected_versions":">=1.0.0"},{"fix":"Upgrade Node.js to LTS version.","message":"CLI may not be compatible with Node.js versions below 12.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"npm install @parcel/transformer-image","cause":"Missing dependency when using image features","error":"Error: Cannot find module '@parcel/transformer-image'"},{"fix":"Set npm config set strict-ssl false temporarily or add sharp as a dependency manually.","cause":"SSL certificate issue during sharp download","error":"sharp: Installation error: unable to verify the first certificate"},{"fix":"Run `npm install -g fast-react-cli` or use npx.","cause":"CLI not installed globally or not in PATH","error":"fast-react-cli: command not found"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}