# installation error

**URL:** https://forum.shopware.com/t/installation-error/62587
**Category:** Installation / Getting Started (EN)
**Created:** [24. Oktober 2019 um 12:14 UTC](https://forum.shopware.com/t/installation-error/62587 "2019-10-24T12:14:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![amdl](https://avatars.discourse-cdn.com/v4/letter/a/b487fb/32.png) [@amdl](https://forum.shopware.com/u/amdl)
#### Post date: [24. Oktober 2019 um 12:14 UTC](https://forum.shopware.com/t/installation-error/62587/1 "2019-10-24T12:14:43Z")

</div>

Hello,

after installing the development version of shopware 6,&nbsp; I’v got the following error in browser ([http://localhost/development/public/](http://localhost/development/public/)):

**Fatal error** : Uncaught Symfony\Component\Dotenv\Exception\PathException: Unable to read the „opt/lampp/htdocs/development/public/…/.env“ environment file.

Intallation process:

git clone https://github.com/shopware/development.git cd development/  
$ composer install  
$sudo apt-get install php7.2-intl  
$composer install

OS: linux mint 19, xampp7.3

thanks ahead foe your suggestions

---

<div class="post-metadata">

### Author: ![shopyphus](https://avatars.discourse-cdn.com/v4/letter/s/71c47a/32.png) [@shopyphus](https://forum.shopware.com/u/shopyphus)
#### Post date: [24. Oktober 2019 um 15:01 UTC](https://forum.shopware.com/t/installation-error/62587/2 "2019-10-24T15:01:48Z")

</div>

Maybe it’s just missing in your list, but did you make sure to have&nbsp;cloned the platform project, too? I.e.

git clone&nbsp;[https://github.com/shopware/development.git](https://github.com/shopware/development.git) cd development

$&nbsp;git clone [https://github.com/shopware/platform.git](https://github.com/shopware/platform.git)&nbsp; ?

---

<div class="post-metadata">

### Author: ![amdl](https://avatars.discourse-cdn.com/v4/letter/a/b487fb/32.png) [@amdl](https://forum.shopware.com/u/amdl)
#### Post date: [24. Oktober 2019 um 20:53 UTC](https://forum.shopware.com/t/installation-error/62587/3 "2019-10-24T20:53:51Z")

</div>

Thank you for the answer.

The platform is there, was installed via `composer.`

i’v used these [installation recommendations :](https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/installation-guide)

Per default the development template has `shopware/platform` in the version `dev-master` as requirement in its `composer.json` file.

The Shopware platform code would be placed into a `vendor/shopware/platform` directory.

---

<div class="post-metadata">

### Author: ![shopyphus](https://avatars.discourse-cdn.com/v4/letter/s/71c47a/32.png) [@shopyphus](https://forum.shopware.com/u/shopyphus)
#### Post date: [25. Oktober 2019 um 06:30 UTC](https://forum.shopware.com/t/installation-error/62587/4 "2019-10-25T06:30:11Z")

</div>

Ah, ok. I guess you checked the [System Requirements](https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/requirements), too.

Just in case it might help you: In my environment, using&nbsp;Node.js and NPM in the versions&nbsp;listed in System Requirements led&nbsp;to strange errors, which went away only after updating both of them&nbsp;to the **latest** version.
