-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
3rd party modules updater for updatenotification #3142
Comments
my thoughts so far:
|
I think the title needs to be changed, Module sample, with autoupdate none of the default modules would use this as they are updated by base.. I think this should be started from npm then its clear where it gets triggered, and where it goes from there |
I had implemented this at the beginning but it causes too many problems. Afterwards, a simple this can also be the case if the user modifies one of the source files that's why I prefer in the package.json as I explained For me, an update should not become a headache. Example in my case: |
@bugsounet for this
the module hasn't been updated in years, unlikely this will need to be addressed.. |
and what does @rejas think of all this? |
well, if we have a sample for the NPM process, then we need a sample module itself.. or two.. one with and without node_helper |
Tomorrow, I will recode |
I think this is under development here: #3150 |
Looks like this is done so I will close this (if not please add a comment and I will reopen). |
Hi,
I'm thinking about this new default module: self updating of 3rd party module
I use it with my modules/plugins since 3 years now!
So why not create a default secure module for this ?
Actually how i do this:
npm run update
command on each module. It's allows to fetch last version of this module and install itsample there
How I plan to do this with a new default module !?
update
feature inpackage.json
like this:npm run update
if it's an @bugsounet module Tag. So I can checkpackage.json
withupdate
featurepackage.json
what do you this about this ?
The text was updated successfully, but these errors were encountered: