| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > PackageJsonLookup > loadNodePackageJson
This function is similar to PackageJsonLookup.loadPackageJson()<></>, except that it does not report an error if the version field is missing from the package.json file.
Signature:
loadNodePackageJson(jsonFilename: string): INodePackageJson;|
Parameter |
Type |
Description |
|---|---|---|
|
jsonFilename |
string |
Returns: