Skip to content
Fred Chien edited this page Oct 6, 2015 · 2 revisions

Here is the place to assist you in solving problems.

Webpack command doesn't exists

Try to install webpack to global to get command via NPM:

nam install -g webpack

Third-party Authorization Doesn't Work

There are two possibilities cause it is happened.

Hostname and Port was changed

Lantern provide a default settings for enabling third-party authorization, but it only works with localhost at 3001 port. Make sure that you do not change the port and connect to server with localhost.

The Third-party API key doesn't work

You might not register correctly on third-party developer page, or permission was set incorrectly.