Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module './configs_dev' #1

Closed
sharipov-ru opened this issue Feb 10, 2016 · 2 comments
Closed

Cannot find module './configs_dev' #1

sharipov-ru opened this issue Feb 10, 2016 · 2 comments

Comments

@sharipov-ru
Copy link
Contributor

Could you add an example of configs_dev.js to the repo?

Error: Cannot find module './configs_dev'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:286:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/ruslansharipov/source/nodejs/MusicPeer/configs.js:10:20)
    at Module._compile (module.js:434:26)
    at Object.Module._extensions..js (module.js:452:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
@senior-sigan
Copy link
Owner

@sharipov-ru
This is example config.

module.exports = {
  port: 9000,
  clientID: '******',
  clientSecret: '*******',
  host: 'http://localhost:9000',
  sessionSecret: 'secret'
};

@senior-sigan
Copy link
Owner

resolved in #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants