|
|
|
|
|
by franciscop
3433 days ago
|
|
That cannot work at all! See inside /bin/parse-server: require("../lib/cli/parse-server");
The same with the package.json, it points to /lib/index.js.However there is no /lib folder, apparently its name is /src. So there is basically no possible way that is even able to run. How is this possible? Either someone linked /src to /lib (doesn't make sense) or they changed the name of the folder and didn't change anything else. |
|
https://github.com/ParsePlatform/parse-server/blob/master/pa...