Error: Cannot find module './development'

Programmer345

I am trying to clone and run this https://github.com/martijnboland/appoints-api-node.git

After cloning and doing npm install, when I try to run it, I get the following error:

module.js:340
    throw err;
          ^
Error: Cannot find module './development'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/appoints-api-node/config/index.js:3:18)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
Gergo Erdosi

You need to create a configuration file for the environment you are using. You can either create a development.js file manually in the config directory, or copy config/example.js to config/development.js and edit it appropriately.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Error: Cannot find module './'

From Dev

Error: Cannot find module 'commander'

From Dev

Error: Cannot find module 'mongodb'

From Javascript

Error: Cannot find module html

From Dev

Error: Cannot find module './args'

From Dev

Phonegap error: Cannot find module

From Dev

NPM - Error: Cannot find module '../'

From Dev

Error: Cannot find module 'libxmljs'

From Dev

Error: Cannot find module './algs'

From Dev

Error: Cannot find module 'ms'

From Dev

Error: Cannot find module './pulp'

From Dev

Error: Cannot find module ' in Protractor

From Dev

Error: Cannot find module 'cors'

From Dev

TypeScript cannot find module error

From Dev

Error: Cannot find module 'togeojson'

From Dev

Error - Cannot find module 'broccoli'

From Dev

Error: Cannot find module './lodash'

From Dev

Error: Cannot find module 'AsyncDependencyToInitialChunkWarning'

From Dev

Error: Cannot find module 'transformer-module'

From Dev

error 'MODULE NOT FOUND', Cannot find module

From Dev

Error: Error: Cannot find module ' in angular js?

From Dev

Error: Cannot find module 'app/MyComponent/MyComponent.module' Error: Cannot find module

From Dev

Heroku error: 'cannot find module 'express'

From Dev

TypeScript error: Cannot find module 'moment'

From Dev

After Firebase deploy - Error: cannot find module

From Dev

Cannot find Python error "ImportError: No module"

From Dev

Parsing error : Cannot find module 'next/babel'

From Dev

Error when run the test "Cannot find module "

From Dev

Uncaught Error: Cannot find module "./RandomWords"