Registry / web-framework / slush-jspm-react

slush-jspm-react

JSON →
library0.0.1jsnpmunverified

Slush generator for scaffolding a React project with JSPM (JavaScript Package Manager) and Babel+JSX transpiler. Version 0.0.1, last updated circa 2016. This generator creates a basic React setup using JSPM for module loading and Babel for JSX transformation. It requires Node >=0.10.26 and npm >=1.4.3. The package is not actively maintained and is considered obsolete due to the deprecation of JSPM and evolution of React tooling (e.g., Create React App, Vite). It serves as a historical example of early React + JSPM integration.

npm install slush-jspm-react
INSTALL
IMPORT
SIG · SLUSH-JSPM-REACT
S
slush-jspm-react
web-frameworkjavascriptv0.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

default
slush-jspm-react is a Slush generator; installed globally and invoked via 'slush jspm-react'.
This is a Slush generator, not a programmatic library. No JavaScript import is used. Install globally with npm and run from command line.

Creates a new project directory, runs the Slush generator to scaffold a React app with JSPM, installs dependencies via JSPM, and starts the development server.

mkdir my-project cd my-project slush jspm-react jspm install node server
Debug
Known issues
deprecatedJSPM is no longer maintained; use modern module bundlers like Webpack, Rollup, or Vite.
fix
Consider using a different React project starter (e.g., create-react-app, Vite).
affects: all
deprecatedBabel 6 and older JSX transforms are outdated; current Babel versions use new JSX transform.
fix
Update to modern Babel config for React (e.g., @babel/preset-react with runtime: 'automatic').
affects: all
gotchaGenerator may fail with Node versions > 0.12 due to outdated dependencies.
fix
Use Node 0.10 or 0.12, or upgrade manually to a different starter.
affects: >=0.12
Errors
Common errors & fixes
Error: Cannot find module 'slush-jspm-react'
Generator not installed globally or not linked correctly.
fix
Run 'npm install -g slush-jspm-react' from any directory.
Command 'slush' not found
Slush itself is not installed globally.
fix
Run 'npm install -g slush' before using generators.
jspm: command not found
JSPM not installed globally.
fix
Run 'npm install -g jspm@0.16.53' or use npx.
Upgrade
Version history
0.0.1latest on npm
Audit
Dependencies
slushrequiredSlush is the scaffolding tool that runs this generator.
jspmoptionalJSPM is used for package management and module loading as part of the generated project.
Agent activity
8 hits · last 30 days
node
6
OpenAI (training)
1
Resources
slush-jspm-react — npm install slush-jspm-react · libregistry