# Unable to create Vagrant local installation

**URL:** https://meta.discourse.org/t/unable-to-create-vagrant-local-installation/48574
**Category:** Development
**Created:** [8월 12, 2016, 7:28오후 UTC](https://meta.discourse.org/t/unable-to-create-vagrant-local-installation/48574 "2016-08-12T19:28:53Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [8월 25, 2016, 11:58오전 UTC](https://meta.discourse.org/t/unable-to-create-vagrant-local-installation/48574/3 "2016-08-25T11:58:16Z")

</div>

Finally I fixed it myself (check below PR). Just one line code fixed it.

[https://github.com/discourse/discourse/pull/4421](https://github.com/discourse/discourse/pull/4421)

Here when we use `Regexp` without `chomp` it have some weird last line char. (maybe `\n`). Without this change initial db migration failing always in `Vagrant` with `== Seed from /vagrant/db/fixtures/500_lounge_category.rb`.

Also I am not facing this issue in docker installation. Even in [Ubuntu development](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-ubuntu-for-development/14727) guide. Only in **Vagrant**. Weird 👿

Edit: File are in Windows PC. Maybe that’s the reason

---

_[View the full topic](https://meta.discourse.org/t/unable-to-create-vagrant-local-installation/48574)._
