atom / teletype

Share your workspace with team members and collaborate on code in real time in Atom
https://teletype.atom.io
MIT License
2.41k stars 322 forks source link

Running locally erro #424

Closed hanbing5210 closed 5 years ago

hanbing5210 commented 5 years ago

4 failing

1) PortalListComponent "before all" hook: Error: Error running migrations:

,, at TestServer.migrateDatabase (/media/hanbing/linuxs/code/github/teletype/node_modules/@atom/teletype-server/lib/test-server.js:52:13) at TestServer.start (/media/hanbing/linuxs/code/github/teletype/node_modules/@atom/teletype-server/lib/test-server.js:21:32) at startTestServer (/media/hanbing/linuxs/code/github/teletype/node_modules/@atom/teletype-server/index.js:38:16) at Context. (/media/hanbing/linuxs/code/github/teletype/test/portal-list-component.test.js:18:24) at runCallback (timers.js:789:20) at tryOnImmediate (timers.js:751:5) at processImmediate [as _immediateCallback] (timers.js:722:5)

2) PortalListComponent "after all" hook: TypeError: Cannot read property 'stop' of undefined at Context.suiteTeardown (/media/hanbing/linuxs/code/github/teletype/test/portal-list-component.test.js:22:23) at runCallback (timers.js:789:20) at tryOnImmediate (timers.js:751:5) at processImmediate [as _immediateCallback] (timers.js:722:5)

3) TeletypePackage "before all" hook: Error: Error running migrations:

,, at TestServer.migrateDatabase (/media/hanbing/linuxs/code/github/teletype/node_modules/@atom/teletype-server/lib/test-server.js:52:13) at TestServer.start (/media/hanbing/linuxs/code/github/teletype/node_modules/@atom/teletype-server/lib/test-server.js:21:32) at startTestServer (/media/hanbing/linuxs/code/github/teletype/node_modules/@atom/teletype-server/index.js:38:16) at Context. (/media/hanbing/linuxs/code/github/teletype/test/teletype-package.test.js:26:24) at runCallback (timers.js:789:20) at tryOnImmediate (timers.js:751:5) at processImmediate [as _immediateCallback] (timers.js:722:5)

4) TeletypePackage "after all" hook: TypeError: Cannot read property 'stop' of undefined at Context.suiteTeardown (/media/hanbing/linuxs/code/github/teletype/test/teletype-package.test.js:38:23) at runCallback (timers.js:789:20) at tryOnImmediate (timers.js:751:5) at processImmediate [as _immediateCallback] (timers.js:722:5)

How do I solve it??

50Wliu commented 5 years ago

Thanks for reaching out!

Because we treat our issues list as the Atom team's backlog, we close issues that are questions since they don't represent a task needing to be completed. For most questions about Atom there are a lot of options, check out:

On Discuss and in the Atom Slack team, there are a bunch of helpful community members that should be willing to point you in the right direction.


Ensure that you have followed the instructions at https://github.com/atom/teletype#dependencies.

hanbing5210 commented 5 years ago

atom 1.32.2 node 8.9.3 postgresql 9.6 teketype 0.13.3 Above is the relevant version when I installed it

hanbing5210 commented 5 years ago

@50Wliu