anassisi2 commented on pull request #1514:
URL: https://github.com/apache/tinkerpop/pull/1514#issuecomment-1001678276


   Hi Stephen,
   I'm not sure where to post the issue below, it seems you are working on 
gremlin-javascript.
   I get a "ReferenceError: outE is not defined" when I use it after local or 
repeat like:
   
   g.V().hasLabel('assembly', 'part').
     local(outE("version").order().by('ver', desc).limit(1)).inV().
     path().
     by(__.elementMap()).
     by(__.valueMap()).
     by(__.valueMap()).
     toList();        
   
   I'm using ver 3.5.1 installed via Npm.
   
   Thank you,
   Andrea


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to