We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c4324 commit 12a5f4dCopy full SHA for 12a5f4d
bootstrap.sh
@@ -108,7 +108,7 @@ cd "${INSTALL_DIR}"
108
109
if [ -f "package.json" ]; then
110
echo "\n${RED}package.json exists${NC}"
111
- confirm 'N' "Do you want to continue? \n${RED}this will erase your configuration${NC} (y/N): "
+ confirm 'N' "Do you want to continue? \n${RED}this will erase your existing package.json${NC} (y/N): "
112
fi
113
114
0 commit comments