Closed Adem-Kri closed 2 years ago
@Adem-Kri thank you for reporting the issue, the widget
template for the generation works fine for me locally and through ci. Do you mind trying again in a completely new directory (based on the logs it looks like it might have been used before).
For additional information all the dependencies that errored during the build are explicitly declared, it looks like installing them was skipped:
@vince-fugnitto I closed the issue by mistake, can you reopen it, and of course I don't mind retrying what you asked me for just can you clarify more what am supposed to do
I don't mind retrying what you asked me for just can you clarify more what am supposed to do
@Adem-Kri sure:
yo theia-extension
and select the widget
template@vince-fugnitto As you see I get the same output.
it all works fine until reaching browser-app
@Adem-Kri you're behind a proxy I assume given the fact you can't reach github.com
?
Edit: Ah looks like you already opened the discussion, you can continue it there.
what I can't understand is that am able to clone repo's and install using npm or yarn , I can accede github and also setted this :
git config --global http.proxy http://login:password@company's_domain:port(8080)
Is there something I am missing @vince-fugnitto and thank you for your precious time.
Am trying to generate a
Theia Extension
using the commandyo theia-extension
. During the generation it all went well until reaching hereSo I tried to add the required module '@testing-library/react' but didn't work either, HERE's the end of the log file
Here are my specs