# Rake aborted message is showing when installing vagrant development

**URL:** https://meta.discourse.org/t/rake-aborted-message-is-showing-when-installing-vagrant-development/74504
**Category:** Development
**Created:** [11월 21, 2017, 11:36오전 UTC](https://meta.discourse.org/t/rake-aborted-message-is-showing-when-installing-vagrant-development/74504 "2017-11-21T11:36:42Z")
**Posts on this page:** 1
**Showing post:** 15

<div class="post-metadata">

### Author: ![TzeHsiung\_Wong](https://avatars.discourse-cdn.com/v4/letter/t/22d042/32.png) [@TzeHsiung\_Wong](https://meta.discourse.org/u/TzeHsiung_Wong)
#### Post date: [1월 2, 2018, 8:25오전 UTC](https://meta.discourse.org/t/rake-aborted-message-is-showing-when-installing-vagrant-development/74504/15 "2018-01-02T08:25:49Z")

</div>

for anyone who got here from google search and unable to get it working based on the above, this is what i have found to help solve this issue on windows 10:

> [@Unable to update vagrant dev install on Windows](https://meta.discourse.org/t/unable-to-update-vagrant-dev-install-on-windows/64383/9):
>
> you need special rights to create symbolic links with windows (inside virtual machines), the right goes by “SeCreateSymbolicLink”. Administrator have this right by default. When you run vagrant up/ssh, you need to run it with a user that has this right. I avoided this error by starting a powershell as administrator (since I didn’t want to bother with granting rights to my user) and discourse is up and running

basically is just to run the cmd you’re using as administrator and run the rake command

---

_[View the full topic](https://meta.discourse.org/t/rake-aborted-message-is-showing-when-installing-vagrant-development/74504)._
