Open tiagodll opened 10 years ago
This is an issue with the erlang driver and your version of erlang. Atoms with a . in them have to be wrapped in single quotes. If you find that line, and quote the system.user, you will be able to compile.
(I think you have to do this for a second line in that same function)
The issue then becomes dealing with that dependency going forward.
Hi, i am trying to use this in a dynamo application, but I get this error all the time:
here it is my deps:
am I doing something wrong here?
thanks