Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ npmInstall
Function
npmInstall
gulpfile.mjs:722–722 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
720
};
721
722
const
npmInstall = () => execute(
'npm install --legacy-peer-deps'
);
723
724
const
npmPublish = () => execute(
'npm publish'
);
725
Callers
nothing calls this directly
Calls
1
execute
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…