-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
When I run the loopback relation command I get an error after I enter the property name for the relation.
The error:
/usr/local/lib/node_modules/strongloop/node_modules/rx/dist/rx.js:77
throw e;
^
trueHere is a log of my terminal so you can see all the options I selected:
$ slc loopback:relation
(node:31096) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
? Select the model to create the relationship from: Sport
? Relation type: has one
? Choose a model to create a relationship with: PerformanceEvaluation
? Enter the property name for the relation: (performanceEvaluations)
/usr/local/lib/node_modules/strongloop/node_modules/rx/dist/rx.js:77
throw e;
^
trueAny hints? Thanks!
And selection the model to create the relationship from:
paranoiasystem