Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing cross-env in examples #178

Open
BleedingDev opened this issue Nov 4, 2024 · 2 comments
Open

Missing cross-env in examples #178

BleedingDev opened this issue Nov 4, 2024 · 2 comments

Comments

@BleedingDev
Copy link

I tried to run Multi Example on Windows in Powershell and failed.

Fix

Add cross-env and prefix NODE_ENV=production with cross-env.

I am willing to make a PR. :)

@gioboa
Copy link
Collaborator

gioboa commented Nov 4, 2024

Hi, we are using pnpm --filter command.
Can you share your error please?

@BleedingDev
Copy link
Author

I'll do when I'm on PC, from mobile I can only point here, it's root cause of error. When I prefix those with cross-env (after their install) it works.

This command is run from top-level start with --filter you mention. :)

"build": "NODE_ENV=production rspack build",

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

No branches or pull requests

2 participants