You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#22 2.076 [19:15:24] Starting 'icons'... #22 2.102 [19:15:24] 'icons' errored after 26 ms #22 2.103 [19:15:24] Error: ENOENT: no such file or directory, lstat 'material/baseline-account_box-24px.svg' #22 2.104 [19:15:24] Finished 'default' after 49 ms
Before you open this issue, please complete the following tasks:
What were you expecting to happen?
We have a few symlinked icons in our repo. The symlinked files should have been processed by the pipe, and written to the
dest
.What actually happened?
After migrating from Gulp v4.0.2 to v5.0.0, Gulp claims that the files do not exist.
Please give us a sample of your gulpfile
The full file is available on GitHub. The main task relevant to this issue could be boiled down to this:
Terminal output / screenshots
(GitHub Actions log)
Please provide the following information:
ubuntu-latest
)node -v
): v20.15.0npm -v
): 10.7.0gulp -v
): CLI version: 3.0.0, Local version: 5.0.0Additional information
Gulp v4 performs this task just fine. The icons are definitely available in the repo: https://github.com/openfoodfacts/openfoodfacts-server/tree/e33bea5931cab7f321db55349290137b3551ad09/icons
The text was updated successfully, but these errors were encountered: