react-code-dataset / recharts /scripts /install-react-16.sh
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
208 Bytes
#!/usr/bin/env bash
# Useful for testing the package with React 16
set -o errexit
set -o pipefail
set -o nounset
npm install
npm install --no-save react@16.14 react-dom@16.14 @testing-library/react@12.x.x