question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find module '../../../../../augur.config.json'

See original GitHub issue

Dear Augur Project team, I wanted to contribute to this project as an outreachy intern. I started with these microtasks and followed the documentation for installation and running the project in my development environment. Details about my development environment:

  • MacOS Mojave
  • Version 10.14.6
  1. I did make clean in augur (folder path) and prompted make install.
  2. cd to frontend and installed npm
  3. Prompted npm run start, but I’m getting an error in the screenshot below.

I’m really beginner in Machine Learning and I’m really eager to learn it. I would really appreciate the guidelines to start my contribution to Machine Learning for Anomaly Detection in Open Source Communities project.

Screen Shot 2020-03-16 at 6 07 31 PM

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
NodiraIbrogimovacommented, Mar 16, 2020

@ccarterlandis augur configure generate in augur - project root directory worked like a charm 😃 Thank you.

How can I ask questions in case of completing microtasks and/or searching for more details with new ideas contribution? Please let me know.

1reaction
ccarterlandiscommented, Mar 16, 2020

You’ll need to create one, since it doesn’t exist. make install [1] should have created one for you, but if it doesn’t I suggest running ./scripts/install/config.sh manually from the root augur/ directory (this is the helper script that make install runs).

If that doesn’t work you could also try running augur configure generate (still in the root directory) and one will be generated for you. You’ll need to replace the default credentials with your own after you create it, or you can optionally pass them to the command when you run it; pass the --help flag to see all the available parameters (if you don’t specify a parameter value, the default will be used).

[1]: I recommend using make install-dev to install dependencies specifically for development, but that is not mentioned in the docs (it’s a very new command) so don’t worry about not knowing that. I am actually working on the new docs right now, hopefully they will be available sooner rather than later 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

0 - Stack Overflow
config.json will look for the JSON file in /command/config.json , which as we clearly can see, config.json is not located there.
Read more >
Web Server Configuration - Augur Documentation
Configuring nginx for Augur to run behind nginx requires you to have certain options available for symlinks and other basic nginx options. The...
Read more >
augur.export_v2 module - Nextstrain documentation
Set the data provenance from the given config file to the given data JSON. Parameters. data_json (dict) – auspice JSON to be updated....
Read more >
augur/docs/releases/changelog - bedford lab
traits: Fix trait inference when tips have missing values. ... docs: Fix API documentation rendering and add page for io module #896 (@joverlee521) ......
Read more >
r/node - Reddit
node service.js internal/modules/cjs/loader.js:638 throw err; ^ Error: Cannot find module '../config..json' at Function.Module.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found