-
Notifications
You must be signed in to change notification settings - Fork 29
ReferenceError: Parse is not defined #1
Comments
In which context are you using that module? |
here's setup on my main js : But in my case it can be fixed temporarily by adding line |
Do you use parse-develop? |
No, |
Ok, that module wasn't meant to be used outside parse develop. Wanna make a pull request (and add parse as a dependency in the package)? |
You could also declare a global Parse instead of a var |
Yeah, that's a more elegant way, thanks for solution |
I'll also update the module for a standalone usage as you suggested |
Adds support for pad function for full compatibility
I've pushed an update, fixed some bugs and errors and as well added the pad method to fully comply with Parse.Cloud module |
I got this error:
/Users/username/node_modules/parse-image/index.js:9
var p = new Parse.Promise();
^
ReferenceError: Parse is not defined
at Image.setData (/Users/username/node_modules/parse-image/index.js:9:14)
The text was updated successfully, but these errors were encountered: