Registry / devops / cra-template-cartesi-ts-sqlite

cra-template-cartesi-ts-sqlite

JSON →
library0.8.2jsnpmunverified

A Create React App template (cra-template-cartesi-ts-sqlite) for bootstrapping React frontends with Cartesi backends using SQLite and TypeScript. Version 0.8.2 is the latest. It provides a pre-configured project structure that integrates Cartesi's TypeScript SQLite stack, saving developers time from manual setup. Different from official CRA templates, it targets Cartesi dApp developers who need a React + TypeScript + SQLite starting point. The package is stable but niche, with low release cadence.

npm install cra-template-cartesi-ts-sqlite
INSTALL
IMPORT
SIG · CRA-TEMPLATE-CARTE
C
cra-template-cartesi-ts-sqlite
devopsjavascriptv0.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Scaffolds a new React project using the Cartesi TypeScript SQLite template, then starts the development server.

npx create-react-app my-cartesi-app --template cartesi-ts-sqlite cd my-cartesi-app npm start
Debug
Known issues
breakingNode.js >=10 required; older versions will fail during installation.
fix
Upgrade Node.js to version 10 or higher.
affects: <10.0.0
gotchaMust use --template flag with create-react-app; other methods (like manually copying) may miss files.
fix
Use exactly: npx create-react-app <name> --template cartesi-ts-sqlite
affects: >=0.0.0
gotchaThe template expects a Git repository; commands may fail if project not initialized.
fix
Run git init after creating the project if needed.
affects: >=0.0.0
Errors
Common errors & fixes
npx: command not found: create-react-app
create-react-app not installed globally or npx not available.
fix
Run: npx create-react-app@latest <name> --template cartesi-ts-sqlite
Could not locate a template with name: "cartesi-ts-sqlite"
Template name is misspelled or wrong package registry (npm).
fix
Ensure correct spelling: --template cartesi-ts-sqlite
Module not found: Can't resolve 'react'
Dependencies not installed correctly.
fix
Run npm install in the created project directory.
Upgrade
Version history
0.8.2latest on npm
Audit
Dependencies
reactrequiredPeer dependency required by Create React App templates
react-domrequiredPeer dependency required by Create React App templates
react-scriptsrequiredPeer dependency required by Create React App templates
Agent activity
2 hits · last 30 days
node
2
Resources
cra-template-cartesi-ts-sqlite — npm install cra-template-cartesi-ts-sqlite · libregistry