How to specify parse-push adapter on install? -


i updating project parse-server 2.4.2 parse-server 2.5.3. there bug in parse-push-adapter, can't send notifications ios. however, fixed few weeks ago though. but, when update parse server, still pulls buggy push adapter.

i have changed package.json say:

  "parse-server": "2.5.3", 

and ran npm update. now, how can tell parse server pull correct parse-server-push-adapter?

thanks.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -