You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having troubles with the experience-person-search and getting it up and running. I realized I should do an extension for all 3 in this repo (extension, microservice, person-search-target). I realize you need all 3 to get it running (i think?). I am new to Ellucian Experience, and just trying to get it started up. I was curious if anyone else has tried it out, and if they went the route of creating them all as an extension, or only the "extension" directory as an extension? I have gotten the microservice serverless up and running, but not sure how to use it for the extension? I am having issues with the extension itself, when trying to run the deploy-dev for the package.json to run im getting the errors:
deploy-dev : The term 'deploy-dev' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling
of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
deploy-dev
+ CategoryInfo : ObjectNotFound: (deploy-dev:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
it is defined in my package.json so i am unsure why it is not found? any help/answers would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am having troubles with the experience-person-search and getting it up and running. I realized I should do an extension for all 3 in this repo (extension, microservice, person-search-target). I realize you need all 3 to get it running (i think?). I am new to Ellucian Experience, and just trying to get it started up. I was curious if anyone else has tried it out, and if they went the route of creating them all as an extension, or only the "extension" directory as an extension? I have gotten the microservice serverless up and running, but not sure how to use it for the extension? I am having issues with the extension itself, when trying to run the deploy-dev for the package.json to run im getting the errors:
deploy-dev : The term 'deploy-dev' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling
of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
Beta Was this translation helpful? Give feedback.
All reactions