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

The "build" script cannot be run on Windows platform #119

Open
windowdotonload opened this issue May 13, 2024 · 3 comments
Open

The "build" script cannot be run on Windows platform #119

windowdotonload opened this issue May 13, 2024 · 3 comments

Comments

@windowdotonload
Copy link

windowdotonload commented May 13, 2024

Steps to reproduce

  1. on Windows platform
  2. pnpm install
  3. pnpm run build

What is expected?

build successfully

What is actually happening?

Terminal :

> interface-ui@1.0.0 build D:\Project\interface-ui
> pnpm -F './packages/*' -r --stream build

No projects matched the filters in "D:\Project\interface-ui"

additional comments

On Windows the build worked when I removed the single quotes

@tsinghua-lau
Copy link
Member

分模块,如果想运行build,请到具体的文件夹下运行

@windowdotonload
Copy link
Author

分模块,如果想运行build,请到具体的文件夹下运行

到具体的文件夹下,那和贡献指南,提交PR第三条说的不一致啊

@sxiong5
Copy link
Member

sxiong5 commented May 14, 2024

分模块,如果想运行build,请到具体的文件夹下运行

到具体的文件夹下,那和贡献指南,提交PR第三条说的不一致啊

Hey @windowdotonload, the documentation for contributing needs to be updated. Sorry for the inconvenience.

Note: You can build all packages located under the root directory using pnpm run build. Alternatively, you can manually build specific packages located in their corresponding folders.

We have received your pull request and will test it on both Windows and Mac devices! Thank you for your contribution.

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

3 participants