We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to Reproduce The README.md in ketcher/example says: "You can run yarn install and then yarn start to test your package."
yarn install
yarn start
But this doesn't work, because there is no yarn start.
I tried using yarn start:standalone instead, but this fails with runtime errors.
yarn start:standalone
Expected behavior Example project should work using the provided steps.
Actual behavior Example project does not work using the provided steps.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Ketcher version [e.g. v2.4.2-115-gcf0c1394]. To determine it, hover over the header of the Ketcher tab in a browser.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
fix(#1717): update doc
c4e7270
fix(#1717): fix typo
eb3f9f8
@scottschafer thx for your input
Sorry, something went wrong.
fix(#1717): update doc (#1721)
bf260ae
* fix(#1717): update doc * fix(#1717): fix typo Co-authored-by: Svetlana Terenteva <gubinas83@gmail.com>
evgeniiFrolov1
No branches or pull requests
Steps to Reproduce
The README.md in ketcher/example says: "You can run
yarn install
and thenyarn start
to test your package."But this doesn't work, because there is no
yarn start
.I tried using
yarn start:standalone
instead, but this fails with runtime errors.Expected behavior
Example project should work using the provided steps.
Actual behavior
Example project does not work using the provided steps.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Ketcher version [e.g. v2.4.2-115-gcf0c1394].
To determine it, hover over the header of the Ketcher tab in a browser.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: