Skip to content

fix: change 'fetch' script by replacing wildcard with explicit fetch …#7804

Open
TusharThakur04 wants to merge 1 commit intowebpack:mainfrom
TusharThakur04:fix/fetch-script
Open

fix: change 'fetch' script by replacing wildcard with explicit fetch …#7804
TusharThakur04 wants to merge 1 commit intowebpack:mainfrom
TusharThakur04:fix/fetch-script

Conversation

@TusharThakur04
Copy link
Contributor

@TusharThakur04 TusharThakur04 commented Feb 9, 2026

fixes #7803

Summary
This PR changes fetch script by replacing wildcard with explicit fetch scripts

What kind of change does this PR introduce?
fix

Did you add tests for your changes?
no

Does this PR introduce a breaking change?
no

If relevant, what needs to be documented once your changes are merged or what have you already documented?

@vercel
Copy link

vercel bot commented Feb 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-js-org Ready Ready Preview, Comment Feb 9, 2026 3:54pm

Request Review

@TusharThakur04
Copy link
Contributor Author

@alexander-akait can you please review?

"content": "node src/scripts/build-content-tree.mjs ./src/content ./src/_content.json",
"bundle-analyze": "run-s clean fetch content && webpack --config webpack.prod.mjs --config-node-env production && run-s printable content && webpack --config webpack.ssg.mjs --config-node-env production --env ssg --profile --json > stats.json && webpack-bundle-analyzer stats.json",
"fetch-repos": "node src/utilities/fetch-package-repos.mjs",
"fetch": "run-p fetch:*",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, it should work, maybe we should use ** here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2026-02-09 23-14-11

tried that

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you install node_modules?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i do
could yarn version be the case?
i ve 4.12.0

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very strange, works fine locally

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes same here. Could you provide OS info and also have you runned yarn install / yarn first?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i ve done the setup using yarn


info:

Screenshot from 2026-02-10 16-54-23

or anything specific you want

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it should work, very strange, maybe you have global installed some packages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix]: fetch npm script

3 participants