⚡ Release 2.5.2 (#3985)
* Adds ability to configure cache from cli * dont use array.includes for node 4.6 * Changelog and version bump * Removes runtime check for version * Build releases on 4.6
This commit is contained in:
@@ -146,10 +146,6 @@ class ParseServer {
|
||||
objectIdSize = defaults.objectIdSize,
|
||||
__indexBuildCompletionCallbackForTests = () => {},
|
||||
}) {
|
||||
// verify parse-server is running on node >= 4.6
|
||||
if (process.versions.node < '4.6') {
|
||||
throw 'You must run parse-server on node >= 4.6. Your current node version is ' + process.versions.node + '.';
|
||||
}
|
||||
|
||||
// Initialize the node client SDK automatically
|
||||
Parse.initialize(appId, javascriptKey || 'unused', masterKey);
|
||||
|
||||
Reference in New Issue
Block a user