@@ -113,15 +113,26 @@ If they are in a subdirectory, say `_site/assets/images`, use
113
113
114
114
If your build fails with
115
115
116
- ``` bash
116
+ ``` log
117
117
11:37:10 AM: Uncaught exception, the process will now terminate…
118
118
11:37:10 AM: Error: Unable to deserialize cloned data due to invalid or unsupported version.
119
119
11:37:10 AM: at parseChannelMessages (node:internal/child_process/serialization:97:20)
120
120
11:37:10 AM: at parseChannelMessages.next (<anonymous>)
121
121
11:37:10 AM: at Pipe.channel.onread (node:internal/child_process:619:18)
122
122
```
123
123
124
- The version of Node you're using is probably not supported by Netlify.
124
+ or with
125
+
126
+ ``` log
127
+ 12:27:30 PM: ────────────────────────────────────────────────────────────────
128
+ 12:27:30 PM: Configuration error
129
+ 12:27:30 PM: ────────────────────────────────────────────────────────────────
130
+ 12:27:30 PM:
131
+ 12:27:30 PM: Error message
132
+ 12:27:30 PM: The Node.js version is 19.1.0 but the plugin "netlify-plugin-11ty" requires >=12.18.0 <18.0.0
133
+ ```
134
+
135
+ The version of Node you're using is not supported by Netlify.
125
136
126
137
Try setting Node version to 16.x
127
138
@@ -137,6 +148,19 @@ More info about this error:
137
148
See this guide for more ways to set Node versions:
138
149
https://docs.netlify.com/configure-builds/manage-dependencies/
139
150
151
+ ### Why are my images are not being cached?
152
+
153
+ If you have lot of images (several hundreds or more),
154
+ your build might be timing out before the cache is saved.
155
+
156
+ If you see ` Failed during stage 'building site': Command did not finish within the time limit `
157
+ in your build logs, try requesting an upgraded build time limit.
158
+
159
+ See this thread for more details: https://answers.netlify.com/t/images-not-cached/78448/2
160
+
161
+ If your builds are failing for some other reason, please create a
162
+ [ new Issue] ( https://github.com/zeroby0/netlify-plugin-11ty/issues ) .
163
+
140
164
### Are there any Benchmarks?
141
165
142
166
Yes!
0 commit comments