-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
RangeError: Maximum call stack size exceeded when using NodeJS 22
favicon.json
{
"masterPicture": "favicon.jpg",
"iconsPath": "/",
"design": {
"ios": {
"pictureAspect": "noChange",
"assets": {
"ios6AndPriorIcons": false,
"ios7AndLaterIcons": false,
"precomposedIcons": false,
"declareOnlyDefaultIcon": true
},
"appName": "LTS20050703"
},
"desktopBrowser": {
"design": "raw"
},
"windows": {
"pictureAspect": "noChange",
"backgroundColor": "#41a8da",
"onConflict": "override",
"assets": {
"windows80Ie10Tile": false,
"windows10Ie11EdgeTiles": {
"small": false,
"medium": true,
"big": false,
"rectangle": false
}
},
"appName": "LTS20050703"
},
"androidChrome": {
"pictureAspect": "noChange",
"themeColor": "#41a8da",
"manifest": {
"name": "LTS20050703",
"startUrl": "/",
"display": "standalone",
"orientation": "notSet",
"onConflict": "override",
"declared": true
},
"assets": {
"legacyIcon": false,
"lowResolutionIcons": false
}
},
"safariPinnedTab": {
"pictureAspect": "blackAndWhite",
"threshold": 50,
"themeColor": "#41a8da"
}
},
"settings": {
"compression": 1,
"scalingAlgorithm": "Mitchell",
"errorOnImageTooSmall": false,
"readmeFile": false,
"htmlCodeFile": false,
"usePathAsIs": false
},
"versioning": {
"paramName": "v",
"paramValue": "2024.04.21.0"
}
}Output log
> real-favicon generate favicon.json faviconData.json static
node:internal/fs/utils:469
this.atime = value;
^
RangeError: Maximum call stack size exceeded
at Stats.set [as atime] (node:internal/fs/utils:469:18)
at Stats.set [as atime] (node:internal/fs/utils:469:18)
at Stats.set [as atime] (node:internal/fs/utils:469:18)
at Stats.set [as atime] (node:internal/fs/utils:469:18)
at Stats.set [as atime] (node:internal/fs/utils:469:18)
at Stats.set [as atime] (node:internal/fs/utils:469:18)
at Stats.set [as atime] (node:internal/fs/utils:469:18)
at Stats.set [as atime] (node:internal/fs/utils:469:18)
at Stats.set [as atime] (node:internal/fs/utils:469:18)
at Stats.set [as atime] (node:internal/fs/utils:469:18)
Node.js v22.0.0
Metadata
Metadata
Assignees
Labels
No labels
