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

add package.json and change instructions to be more consistent with other modules #43

Open
sdetweil opened this issue Jul 27, 2020 · 0 comments

Comments

@sdetweil
Copy link

go to the module folder, type npm init
hit enter all the way thru

then do npm install async --save

this will add the asunc module to the package.json.

add the commit then package.json to your module and
then change the instructions

git clone
cd MMM-PrayerTime
npm install

npm will check if the module is installed and add it if not. the USER doesn't have to understand WHY, or 'if this doesn't work'
add the readme.md to the commit, commit
and then push to github... it will help others...

also, the scripted update process (see here https://github.com/sdetweil/MagicMirror_scripts) checks for modules with dependencies package.,json and does some extra work
please help

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