mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 14:14:10 +00:00
Remove existing binary to fix dev env setup
This commit is contained in:
parent
6e462cff5d
commit
80aa83d846
@ -4,6 +4,7 @@ set -e
|
||||
GREEN='\033[0;32m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
rm -f /usr/local/bin/strapi.js # Remove existing binary
|
||||
echo "${GREEN}Installing dependencies..."
|
||||
npm install
|
||||
echo "${GREEN}Bootstraping packages and building dashboard...${NC}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user