@Shreyash see this and error
What can be the error
And how to solve it
Thank you
@Xoma If you can help me then please help
@Shreyash see this and error
What can be the error
And how to solve it
Thank you
@Xoma If you can help me then please help
You seem to be using a very old version of PowerShell. Try upgrading it to the latest available version.
Ohk but will you please provide me with appropriate link with the latest version of PowerShell
I mean to say from where I can download latest version
Hey @Shreyash I have tried to update my PowerShell and when I am doing so I am getting an error
Please see this
No need to tag user
After updating my powershell version is now 5.1
but i am getting this error after entering your link
around everything was done, I mean to say that the downloading was done but at end it showed that it was adding rush to somewhere in my system i am to say in library
It seems as if the Rush ZIP archive has got corrupted for some reason. Try running the following command in PowerShell and try installing Rush again:
Remove-Item "$Home/.rush" -Recurse
If the issue persists, consider installing Rush using Git Bash. Although, do note that this won’t add Rush binary to the PATH automatically and you will have to do that manually.
ohk And thank you for your reply
i guess Remove-Item "$Home/.rush"
will delete the rush folder
open your window file explorer and go to C:\Users\HP
and delete .rush
folder from there
and download again
Today I have deleted that .rush folder and then installed rush
everything is done
and then i opened my powershell and typed there rush create and i got this result
You should read the docs closely once. You haven’t added the extension name in command. For creating an extension, you have to run rush create <extensionName>
, here replace the <extensionName>
with your extension name that you want to create. Then it’ll ask some more info like package and author in next steps. After then it’ll show a success message when the extension will be created.