问题:无法提升sails项目(最初为mysql编写,将适配器和设置更改为postgres)info: ·• Auto-migrating... (drop)error: at Connection.parseE (*/node_modules/pg/lib/connection.js:569:11)
at Connection.parseMessage (*/node_modules/pg/
我试图为这个项目设置一个码头容器,但是每次我运行./vendor/bin/sail up -d时,laravel.test容器都会以"127“的形式退出。
起初,我认为这可能是WSL在Windows上的问题,所以我通过VirtualBox创建了一个Ubuntu,并执行了相同的过程,但结果完全相同:正因为如此,在web浏览器上运行localhost:4000或192.168.99.100:4000将不会显示任何内容.
我以前试图运行./vendor/bin/sail up -d,但遇到了。唯一能绕过