File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/deploy/functions/runtimes/node Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ const supportedNodeVersions: string[] = Object.keys(supported.RUNTIMES)
1313 . map ( ( s ) => s . substring ( "nodejs" . length ) ) ;
1414
1515export const RUNTIME_NOT_SET =
16- "` runtime` field is required but was not found in firebase.json or package.json.\n" +
17- " To fix this, add the following lines to the `functions` section of your firebase.json:\n" +
18- ` "runtime": "${ supported . latest ( "nodejs" ) } " or set the "engines" field in package.json\n `;
16+ `\` runtime\ ` field is required but was not found in firebase.json or package.json.
17+ To fix this, add the following lines to the \ `functions\ ` section of your firebase.json:
18+ "runtime": "${ supported . latest ( "nodejs" ) } " or set the "engines" field in package.json` ;
1919
2020function getRuntimeChoiceFromPackageJson ( sourceDir : string ) : supported . Runtime {
2121 const packageJsonPath = path . join ( sourceDir , "package.json" ) ;
You can’t perform that action at this time.
0 commit comments