-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
The trouble of getting started #35
Comments
I have try to use "meteor npm install --save jquery jsdom meteor-node-stubs hammerjs" and "meteor npm install --save jquery jsdom" , but without any help and return the same errors. |
Hi JamieACE, Try starting it from one level up (/path/to/OHIF/Viewers/OHIFViewer) with the command: bin/localhostOrthanc.sh |
Hi Jamie, Try the Wiki article on Getting Started: https://github.com/OHIF/Viewers/wiki/Getting-Started |
Hi all, thanks |
I've run it on Windows and everything worked fine. The annoying part is that you need to set the environment variable (PACKAGE_DIRS="../Packages") in the system settings. |
@JamieACE - for Windows, I start the viewer using a .bat file. The syntax is a little different than Linux. Here is an example: set PACKAGE_DIRS=..\Packages |
Hi : `=> Started proxy. While selecting package versions: => Your application has errors. Waiting for file change.` Thanks |
Hi: |
make build optional
I really want to know how to run the OHIFViewer of Viewers in right way, First time I running the ./bin/medkenOrthanc.bat on windows10, but have the error about:
`=> Started proxy.
=> Started MongoDB.
=> Errors prevented startup:
While selecting package versions:
error: unknown package in top-level dependencies: cornerstone
unknown package in top-level dependencies: dicomweb
unknown package in top-level dependencies: design
unknown package in top-level dependencies: ohif:core
unknown package in top-level dependencies: viewerbase
unknown package in top-level dependencies: worklist
unknown package in top-level dependencies: hangingprotocols
unknown package in top-level dependencies: wadoproxy
=> Your application has errors. Waiting for file change.`
So I copy the Viewers/Packages in to the OHIFViewers , and run medkenOrthanc.bat again. Then it show me another errors:
`=> Started proxy.
=> Started MongoDB.
Unable to resolve some modules:
"jquery" in /C/Users/Jamie/OHIF_workspace/Viewers/OHIFViewer/Packages/cornerstone/client/jquery.hammer.js
(web.browser)
"jsdom" in
/C/Users/Jamie/OHIF_workspace/Viewers/OHIFViewer/Packages/active-entry/lib/jquery.pwstrength.bootstrap.js
(web.browser)
"zlib" in /C/Users/Jamie/OHIF_workspace/Viewers/OHIFViewer/Packages/cornerstone/client/dicomParser.js
(web.browser)
"hammerjs" in /C/Users/Jamie/OHIF_workspace/Viewers/OHIFViewer/Packages/cornerstone/client/jquery.hammer.js
(web.browser)
"fs" in /C/Users/Jamie/OHIF_workspace/Viewers/OHIFViewer/Packages/cornerstone/client/libCharLS.js (web.browser)
"path" in /C/Users/Jamie/OHIF_workspace/Viewers/OHIFViewer/Packages/cornerstone/client/libCharLS.js (web.browser)
If you notice problems related to these missing modules, consider running:
meteor npm install --save jquery jsdom meteor-node-stubs hammerjs
Unable to resolve some modules:
"jquery" in
/C/Users/Jamie/OHIF_workspace/Viewers/OHIFViewer/Packages/active-entry/lib/jquery.pwstrength.bootstrap.js
(os.windows.x86_32)
"jsdom" in
/C/Users/Jamie/OHIF_workspace/Viewers/OHIFViewer/Packages/active-entry/lib/jquery.pwstrength.bootstrap.js
(os.windows.x86_32)
If you notice problems related to these missing modules, consider running:
meteor npm install --save jquery jsdom
=> Errors prevented startup:
While preparing to run:
../config/medkenOrthanc.json: file not found (settings file)
=> Your application has errors. Waiting for file change.
`
Thanks
Jamie
The text was updated successfully, but these errors were encountered: