Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
ignore-scripts=true
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Install scripts skip lib build

High Severity

Setting ignore-scripts=true stops npm install / npm ci from running the root prepare script, which is what compiles TypeScript into lib/. That output is listed in .gitignore and is the package main entry, so a normal install leaves the library without a loadable build until someone runs prepare by hand.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f4ec5ec. Configure here.

Loading