Skip to content

Fix #2167 - Provide instructions to build the project #2168

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

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

WebReflection
Copy link
Contributor

Description

This MR fixes #2167 by providing visual and meaningful instructions on how to build the project.

Screenshot from 2024-09-13 16-37-34

Changes

  • add a try/catch around the build intent
  • explain what's needed to be sure the npm run build command won't fail again

Checklist

  • All tests pass locally
  • I have updated CHANGELOG.md
  • I have created documentation for this(if applicable)

@WebReflection WebReflection requested a review from ntoll September 13, 2024 14:40
WebReflection added a commit to pyscript/polyscript that referenced this pull request Sep 13, 2024
@@ -42,7 +42,8 @@ const crawl = (path, json) => {
pip install --ignore-requires-python python-minifier
pip install setuptools
\x1b[2mand you can then try \x1b[0mnpm run build\x1b[2m again.\x1b[0m
`));
`),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is ugly prettier ... very ugly ...

@WebReflection WebReflection merged commit b2d1018 into pyscript:main Sep 13, 2024
2 checks passed
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.

Throw a better error when no environment has been activated
2 participants