Cannot find module '../../../../../augur.config.json'
See original GitHub issueDear 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
- I did
make clean
in augur (folder path) and promptedmake install
. cd
to frontend and installednpm
- 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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ccarterlandis
augur configure generate
inaugur
- 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.
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 rootaugur/
directory (this is the helper script thatmake 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 😄