OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.37k stars 3.41k forks source link

yarn build:package-all failed in v3-stable #3172

Closed anarnoli closed 1 year ago

anarnoli commented 1 year ago

yarn build:package-all failed in v3-stable

When I ran yarn build:package-all it failed error Command failed with exit code 2.

Steps to Reproduce:

  1. run yarn install
  2. run yarn build:package-all

The current behavior

Command failed

lerna ERR! yarn run build:package exited 2 in '@ohif/extension-dicom-pdf'
lerna WARN complete Waiting for 14 child processes to exit. CTRL-C to exit immediately.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

image

The expected behavior

It should generate build files

sedghi commented 1 year ago

Please review the latest code in the master branch. I am confident that this issue has been resolved. If it persists, kindly reopen the issue with updated details.

Try viewer-dev.ohif.org instead of viewer.ohif.org Our viewer.ohif.org is deployed from release branch while viewer-dev.ohif.org is our master branch Read more about branch explanations here https://docs.ohif.org/development/getting-started#developing