-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meteor unknown packages #3
Comments
Hi Marc, Try starting it from one level up (/path/to/OHIF/Viewers/OHIFViewer) with the command:
Rob |
Yes ! It works now... and I have an error when requesting my Orthanc wado server. |
More generally, you were not seeing the packages because there was no PACKAGES_DIR specifying them. This is done in localhostOrthanc.sh, but you could also set that environment variable in your .bashrc, for example. Your error may be the port needing to be changed to 8042. Check the previous issue: #2 |
Hi, i'm having the same issues that FWmaster had. I did radicalbob sugestion but no success. What i'm having: => Started proxy. While selecting package versions: => Your application has errors. Waiting for file change." Any suggestion it's accepted. i'm new using meteor. Thanks Thiago |
Your problem is that the local packages are not being detected because PACKAGE_DIRS is not set. You can test it with something like:
Then switch siimDCM4CHEE.json to your config file depending on where your data comes from (e.g. standalone Orthanc, Orthanc in Docker, ...). |
Thank you swederik. Worked fine. Now, i have another a error: When i go to http://localhost:3000/ i get the error: I now have another challenge to investigate. Thiago |
That's odd. It seems that jQuery is not being initialized properly. I can't reproduce this issue on OSX, though. Maybe try:
|
Getting the same error on Windows. And doing
seems to have found the packages |
Fix config name
Following the docs :
The packages are in /path/to/OHIF/Viewers/Packages but it seems that the meteor app isn't aware of this !
What is the point ? Do I have to edit meteor config ?
I'm new to meteor, please help !
Marc
The text was updated successfully, but these errors were encountered: