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 7e9d53a commit a39b24cCopy full SHA for a39b24c
1 file changed
bootstrap.sh
@@ -162,9 +162,7 @@ cat > ./package.json << EOF
162
"scripts": {
163
"start": "parse-server config.json"
164
},
165
- "dependencies": {
166
- "parse-server": "^3.9.0"
167
- }
+ "dependencies": {}
168
}
169
EOF
170
echo "${CHECK} Created package.json"
@@ -195,7 +193,7 @@ fi
195
193
196
194
echo "\n${CHECK} running npm install\n"
197
198
-npm install -s
+npm install parse-server -s
199
200
CURL_CMD=$(cat << EOF
201
curl -X POST -H 'X-Parse-Application-Id: ${APP_ID}' \\
0 commit comments