Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

ui-components build error on Windows #244

Open
ttsvetanov-vmware opened this issue Nov 5, 2020 · 2 comments
Open

ui-components build error on Windows #244

ttsvetanov-vmware opened this issue Nov 5, 2020 · 2 comments
Labels
bug Something isn't working effort: medium examples Issues related to the documentation/examples package impact: low

Comments

@ttsvetanov-vmware
Copy link
Contributor

ttsvetanov-vmware commented Nov 5, 2020

I can not build on Windows. When i try to execute start i receive error:
node_modules\@vmw\ng-live-docs\index.js:10 .stdout.toString() ^ TypeError: Cannot read property 'toString' of null

Screenshot 2020-11-05 170008

Also in windows in command "generate-translations": "node projects/components/src/assets/index.js && cp projects/components/src/assets/i18n.json dist/components/i18n.json" - cp not work

@ryan-bradford ryan-bradford added bug Something isn't working examples Issues related to the documentation/examples package minor labels Nov 9, 2020
@ps37 ps37 removed the minor label Nov 12, 2020
@HynesIP
Copy link

HynesIP commented Nov 9, 2021

replace cp with copy for Windows

@ttsvetanov-vmware
Copy link
Contributor Author

I replaced all commands with the correct windows commands. cp now works.
The problem now is in "ng-live-docs/index.js" packages and ".stdout.toString()" part.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working effort: medium examples Issues related to the documentation/examples package impact: low
Projects
None yet
Development

No branches or pull requests

4 participants