cli/lib/paths.js:79 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await fsp.writeFile(filePath, `${JSON.stringify(value, null, 2)}\n`, "utf-8");cli/lib/registry.js:165 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await fsp.writeFile(ENABLED_INDEX_PATH, ttlImports([...enabled].sort()), "utf-8");
cli/lib/registry.js:258 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await fsp.writeFile(destination, buffer);
cli/lib/install.js:98 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await fsp.writeFile(path.join(installRoot, "package.json"), `${JSON.stringify(manifest, null, 2)}\n`, "utf-8");cli/lib/install.js:233 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await fsp.writeFile(path.join(installRoot, "package.json"), `${JSON.stringify(manifest, null, 2)}\n`, "utf-8");cli/lib/install.js:276 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await fsp.writeFile(modelDest, buffer);
cli/lib/install.js:424 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await fsp.writeFile(destination, buffer);
cli/lib/install.js:498 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await fsp.writeFile(wrapperPath, script, "utf-8");
- + 1 more