-
Notifications
You must be signed in to change notification settings - Fork 138
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
[doc issue] Typescript walkthrough missing dependency @ui5/builder #157
Comments
Hi @crater2150 , thanks for your contribution! We'll look into it and get back to you. |
Hi @crater2150 , have you followed all the tutorial steps in the correct order? In Step 1 you are required to run |
I just reran all commands from the tutorial on another machine, the error still occurs. I also re-ran I've attached |
Hi @crater2150, Could you please delete:
Afterwards execute a |
Hi @flovogt, But I have good news, when I tried to reproduce the issue just now, everything worked after step 2. I'm not sure what changed, the lock file only differs in some version numbers and I started from an empty directory like last time 🤷 |
@crater2150 Happy to see your setup works and thanks a lot for opening this issue here. This will help many devs in future. |
Issue description
When following the Typescript walkthrough, after "Step 2" it is no longer possible to run
npm start
, as it fails with the errorThe problem seems to be fixable with
npm install @ui5/builder --save-dev
, which is not mentioned in the documentation. Should this work without that step?Feedback Type (Optional)
content gaps
Page Title on SAP Help Portal (prefilled)
Step 2: Bootstrap (TypeScript)
Page URL on SAP Help Portal (prefilled)
https://ui5.sap.com/#/topic/32b14d88bd484cd7b941aae37180f732
The text was updated successfully, but these errors were encountered: