Spaces:
Runtime error
Runtime error
07 — NPM sidebar pane
NpmPane.tsx searches the public registry, lists the project's installed dependencies, and (when an access token is present in localStorage) lets you publish a new version.
Screenshots
What it does
Search proxies through
/exocore/api/editor/npm/search?q=…to avoid CORS and to allow private-registry overrides.Install / uninstall calls into
routes/editor/npm.tswhich runsnpm install --saveinside the project workspace.Publish flow uses the user's npm access token (stored client-side, never echoed back to the server logs).
Source files
-
← Back to the editor index.

