bpms_site/.svn/pristine/5a/5a1fd1e3f17aae7054117e5ac830e7011748b902.svn-base
2025-11-02 16:38:49 +03:30

9 lines
364 B
Plaintext

import '../server/node-polyfill-fetch';
/**
* 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>;