MasoniteFramework / masonite4

Temporary Repository for a Masonite Rewrite for Masonite 4
14 stars 3 forks source link

Install for current directory broken #161

Closed josephmancuso closed 3 years ago

josephmancuso commented 3 years ago

When installing a new project in the current directory it does not work.

Steps to reproduce:

pip install masonite==4.0.0b1.post4
start project .
...
Application Created Successfully!
Installing Dependencies 

  FileNotFoundError

  [Errno 2] No such file or directory: '.env-example'
josephmancuso commented 3 years ago

@girardinsamuel i think something broke when we changed how the project command works and zips files

josephmancuso commented 3 years ago

fixed