react-code-dataset / recharts /scripts /install-react-19.sh
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
318 Bytes
#!/usr/bin/env bash
# Useful for testing the package with React 16
set -o errexit
set -o pipefail
set -o nounset
npm install
# --force because of the myriad storybook packages depending on each other as peers and always failing to resolve
npm install --no-save --force react@19.0.0 react-dom@19.0.0 react-is@19.0.0