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

Update to npm usage documentation. #27

Open
Mod5ied opened this issue Mar 24, 2022 · 0 comments
Open

Update to npm usage documentation. #27

Mod5ied opened this issue Mar 24, 2022 · 0 comments

Comments

@Mod5ied
Copy link

Mod5ied commented Mar 24, 2022

Using the { "scripts": { "dev": "nodenv .", "test": "nodenv -E test/.env test/test.js" } } seems rather unclear and not very comprehensive.
I tried registering the command for multiple windows users and errors arose. Subsequently, I found a more straightforward approach to running the package from the scripts:
"scripts": { "dev": "**node-env-run app.js**", }
Using this format proved very simple to understand and easy to test out.
Please do well to consider making the change, or assign me the privilege to do so. Thanks.

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

1 participant