mattpocock/course-video-manager

install-effect-package

Install @effect/ packages safely.

소스 보기
원본 Skill 문서

원본 저장소의 제목, 예시, 코드, 표, 링크, 이미지를 유지해 표시합니다.

Installing Effect Ecosystem Packages

This repo uses pnpm. To add any @effect/* package:

bash
pnpm add @effect/package-name

pnpm resolves peer dependencies without rewriting the rest of the lockfile, so it does not suffer from the npm failure mode this skill originally guarded against (npm's --legacy-peer-deps silently stripping existing @effect/* peers such as @effect/rpc, @effect/sql, @effect/experimental and corrupting the lockfile).

If a new @effect/* package reports a peer-dependency conflict, install the matching peer versions explicitly rather than forcing the tree — check pnpm why <package> to see what is already resolved before adding.

같은 저장소의 Skills

더 많은 Skills

모든 Skills