Using parse through CDN or `npm install parse@version` works I get the following error `ReferenceError: regeneratorRuntime is not defined` If I try to run get the bleeding edge in a node project `npm install parse-community/Parse-SDK-JS.git#master --save` or build it myself and copy parse.min.js from the dist folder into a simple html file. I don't know much about babel to fix the issue