Initial boiler plate project
This commit is contained in:
7
node_modules/next/dist/lib/patch-incorrect-lockfile.d.ts
generated
vendored
Normal file
7
node_modules/next/dist/lib/patch-incorrect-lockfile.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 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>;
|
||||
Reference in New Issue
Block a user