-
Notifications
You must be signed in to change notification settings - Fork 9
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
버전을 올리고 npm install이 오류를 내는 문제 #1719
Comments
|
npm/cli#3964 |
@zprime0920 이거 이해가 안되는데 좀 더 자세하게 알려주실 수 있을까요? |
npm의 workspace 지원이 의존하는 패키지의 순서 의존성을 고려하지 않는 것 때문에 생긴 문제로 추측하고 의존하는 패키지가 아래로 가도록 정렬한 목록을 직접 workspace에 넣어봤었습니다. 결국 해결하진 못했지만, 저 workaround는 작업과정에 발견했어요. 내부 패키지를 의존하는 패키지 (대략 icons 다음부터였던 거 같아요.)를 지우면 package-lock에서 내부에 기록된 symlink가 다 지워지는 거 아닐까 추측됩니다. 그리고 다시 추가한 다음 설치하면 symlink가 다시 연결되는지 설치가 잘 되더라구요. 이렇게 해결을 해도 버전을 새로 올리면 같은 문제가 발생하더라구요ㅜㅜ |
npm/cli#3637 |
새로운 버전을 올리고 package-lock을 업데이트할 목적으로
npm install
을 실행하면 오류를 냅니다.발견한 workaround
lerna bootstrap
을 한 다음npm install
The text was updated successfully, but these errors were encountered: