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.

What's the best way to add configuration to this project?

See original GitHub issue

I was hoping to add node-config as I’ve used it in other projects, but I’m running into errors:

https://github.com/lorenwest/node-config/issues/380

Is there a recommended library for configuration?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kwelchcommented, Feb 3, 2017

Another option might be dotenv. Hopefully that helps.

1reaction
kwelchcommented, Feb 3, 2017

There errors mentioned there are all of dependencies missing. Have you tried running yarn? Are those dependencies of that package?

This does not appear to be related to slingshot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to add an app.config file to a project - Microsoft Learn
To add an application configuration file to a C# project ... In Solution Explorer, right-click the project node, and then select Add >...
Read more >
Create and edit run/debug configurations - Android Developers
In the Project window, right-click a testable item and select either Run filename or Debug filename . Android Studio creates a temporary run/debug...
Read more >
Creating and Editing Build Configurations | TeamCity On ...
Go to Administration | Projects and open the required project. · On the Project Settings page, click Create build configuration under the Build ......
Read more >
How to Write a Configuration file in Python | by Xiaoxu Gao
When we design software, we normally put a lot of effort into writing high-quality code. But that's not enough. A good software should...
Read more >
What's the easiest way to deal with project configuration files?
.gitignore the config files · config file isn't ignored. It contains some dummy info and each developer either untracks and puts it to...
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