fix(ci): emoji-mart React 19 peer dependency 충돌 해결
frontend .npmrc에 legacy-peer-deps=true 추가하여 @emoji-mart/react의 React 18 peer dependency 요구사항 우회 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
부모
fd48e755f2
커밋
61060bbb5f
@ -21,6 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > frontend/.npmrc
|
echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > frontend/.npmrc
|
||||||
echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> frontend/.npmrc
|
echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> frontend/.npmrc
|
||||||
|
echo "legacy-peer-deps=true" >> frontend/.npmrc
|
||||||
echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > backend/.npmrc
|
echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > backend/.npmrc
|
||||||
echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> backend/.npmrc
|
echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> backend/.npmrc
|
||||||
|
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user