Files
novarix.uk/node_modules/next/dist/lib/patch-incorrect-lockfile.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

8 lines
324 B
TypeScript

/**
* Attempts to patch npm package-lock.json when it
* fails to include optionalDependencies for other platforms
* this can occur when the package-lock is rebuilt from a current
* node_modules install instead of pulling fresh package data
*/
export declare function patchIncorrectLockfile(dir: string): Promise<void>;