Evrywhere I have error in space can you fix whitespace @shreyash or can anyone tell me how to remove space without password
AFAIK you can't do that. If you don't create a new user.
On Windows 10, you would need to create a new profile without any spaces in the name, and copy any files over to that new profile.
It would be a good habit for you to get into to never introduce spaces in any usernames, files or folders, which will help you to run these command line programs that may expect there to be no spaces in file paths.
@shreyash
When I try running it on Git Bash
it says
Harish@SRIKAR MINGW64 ~
$ curl https://raw.githubusercontent.com/shreyashsaitwal/rush-cli/main/scripts/install/install.sh -fsSL | sh
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Try running PowerShell in administration mode.
Hi @shreyash
it actually worked!
Thank You So Much, I am very excited to use it!
If any errors I'll message here
P.S: Does it need Apache Ant
or Java JDK
or any things like this?
In the language option my arrow keys are only working to move from line to line, and my
enter key
is only making a new line.Does the same thing happens when you use PowerShell or Command Prompt?
Also, remove the spaces from your base directory's path, otherwise you'll have issues down the road.
I haven't tried it in Command Prompt or PowerShell, I will try...
Yeah Sure, I will.
thanks for notice me, new version of rush is really fast and awesome.
Hello dear @shreyash, thanks a lot for your great work.
Can you implement gradle dependency system on rush without adding jar/aar file?
Like:-
If it possible, then rush will be more interesting. And we can make more extension with rush.
Thanks again for your hard work. We are really respect you
14 posts were merged into an existing topic: How do I get the content from an asset loaded with the extension?
Yeah, something like this would be really good
but till now rush made great change in extension development...
Hi @shreyash , I wanted to try Rush in Windows CMD Shell and it worked perfectly for me.
Just a problem choosing between Java and Kotlin, the arrow key doesn't work.
To better know your great work, I have made a tutorial in Spanish.
Tutorial en Español de Rush para Windows:
http://kio4.com/appinventor/145_extension_rush.htm
Regards.
Yes @Juan_Antonio...
I too saw the same issue in CMD Shell
And Git Bash
But the issue also comes in the dirs which don't have a space in them @shreyash
Great, but it didn't work well for me
Great tutorial, thanks! I've added a link to it in Rush's GitHub README.md.
Others have reported this issue earlier, but I haven't got much time to work on Rush recently. I will see if I can put together a small bugfix release later next week. For the time being, consider using other terminal emulators like Git Bash.
C:\Users\Aquib\test>rush build
__
_______ _______/ /_
/ ___/ / / / ___/ __ \
/ / / /_/ (__ / / / /
/_/ \__,_/____/_/ /_/
• Build initialized
┌ Checking project files
│ info Checking metadata file (rush.yml)
│ info Checking AndroidManifest.xml file
└ done
┌ Compiling sources
│ info Picked 1 source file
└ failed
• Build failed [54ms] []
It always shows me build failed.
The directory doesn't contain any spaces.
And I have not modified anything.
@shreyash Help please.