kelektiv/node-cron 6793
Cron for NodeJS.
bcrypt for NodeJs
libxml bindings for v8 javascript engine
Axiom Stack Source: Open Source SSJS Project
Axiom's branch of Mozilla Rhino, with fixes and a few extensions
The Axiom Content Management System. This runs on Axiom Stack
Blog application for Axiom Stack
Demo applications built to provide a base for working with Axiom Stack
Fork of Apache Lucene (http://lucene.apache.org/java/docs/index.html) to support things needed for Axiom Stack.
Benchmark code.
issue commentkelektiv/node-cron
Project Dependency not correct in Npm repos
Any news?
comment created time in 9 hours
startedncb000gt/node-cron
started time in 19 hours
issue commentkelektiv/node.bcrypt.js
Application is interrupted without to say anything (NodeJs 12.13.1)
my problem is MODULE_NOT_FOUND , any solutions?
comment created time in 2 days
startedcoolbutuseless/dplyr-cli
started time in 2 days
startederiklindernoren/ML-From-Scratch
started time in 2 days
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.
fork in 3 days
issue openedkelektiv/node-cron
Error: Something went wrong. cron reached maximum iterations.
Time Zone: "" - Cron String: 0 0 * * * * - UTC offset: +00:00 - current Date: Fri Nov 27 2020 11:03: 30 GMT+0000 Error: Something went wrong. cron reached maximum iterations.
created time in 3 days
startedretgits/acme-sunglasses
started time in 4 days
issue commentkelektiv/node.bcrypt.js
Bcrypt fails install on node11-alpine docker image even with rebuild from source
Thanks @recrsn! This solution solved my problem.
comment created time in 4 days
issue commentkelektiv/node.bcrypt.js
I had this issue. Use this following link as a reference to solve this issue.
https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions
comment created time in 5 days
startedchris-zen/kiro-synth
started time in 6 days
startedhelium/packet-purchaser
started time in 7 days
startedncb000gt/node-cron
started time in 7 days
startedwillmcgugan/rich
started time in 9 days
issue commentkelektiv/node-cron
Try something like this
const task = cron.schedule('* * * * *', () => { executeAndDestroy() }, { scheduled: true, America/Los_Angeles' })
const executeAndDestroy = async () => { // do something for me task.stop() }
comment created time in 9 days
startedoptoolco/docs
started time in 9 days
pull request commentkelektiv/node.bcrypt.js
Sorry wrong project, it was meant to go on my fork.
comment created time in 10 days
issue commentlibxmljs/libxmljs
Please add binary for v0.19.7/node-v79-linux-x64.tar.gz
This repository is mainly unmaintained. I maintain a fork here: https://github.com/marudor/libxmljs2 I do not support node 13 anymore though. (As it is end of life) You would need to switch to node 12 or node 14. (I only support non End of life node versions)
Thanks for letting me know about this!!
npm install libxmljs2
comment created time in 10 days
issue commentlibxmljs/libxmljs
Please add binary for v0.19.7/node-v79-linux-x64.tar.gz
This repository is mainly unmaintained. I maintain a fork here: https://github.com/marudor/libxmljs2 I do not support node 13 anymore though. (As it is end of life) You would need to switch to node 12 or node 14. (I only support non End of life node versions)
comment created time in 11 days
issue commentkelektiv/node-cron
cron reached maximum iterations
1.8.2 and just got this
comment created time in 11 days
issue commentlibxmljs/libxmljs
Please add binary for v0.19.7/node-v79-linux-x64.tar.gz
I seem to be having a similar issue as well with the script wanting:
https://github.com/libxmljs/libxmljs/releases/download/v0.19.7/node-v83-linux-x64.tar.gz
Still digging into it.
comment created time in 11 days
CNCF Project Template
fork in 11 days
issue closedkelektiv/node.bcrypt.js
Giving Warning with node14.15.1 and npm6.14.8
Thanks for reporting a new issue with the node bcrypt module!
To help you resolve your issue faster please make sure you have done the following:
- Searched existing issues (even closed ones) for your same problem
- Make sure you have installed the required dependencies listed on the readme
- Read your npm error log for lines telling you what failed, usually it is a problem with not having the correct dependencies installed to build the native module
Once you have done the above and are still confident that the issue is with the module, please describe it below. Some things that really help get your issue resolved faster are:
- What went wrong?
- What did you expect to happen?
- Which version of nodejs and OS?
- If you find a bug, please write a failing test.
Thanks!
P.S. If it doesn't look like you read the above then your issue will likely be closed without further explanation. Sorry, but there are just too many issues opened with no useful information or questions which have been previously addressed.
closed time in 11 days
imonfire07issue openedkelektiv/node.bcrypt.js
Giving Warning with node14.15.1 and npm6.14.8
Thanks for reporting a new issue with the node bcrypt module!
To help you resolve your issue faster please make sure you have done the following:
- Searched existing issues (even closed ones) for your same problem
- Make sure you have installed the required dependencies listed on the readme
- Read your npm error log for lines telling you what failed, usually it is a problem with not having the correct dependencies installed to build the native module
Once you have done the above and are still confident that the issue is with the module, please describe it below. Some things that really help get your issue resolved faster are:
- What went wrong?
- What did you expect to happen?
- Which version of nodejs and OS?
- If you find a bug, please write a failing test.
Thanks!
P.S. If it doesn't look like you read the above then your issue will likely be closed without further explanation. Sorry, but there are just too many issues opened with no useful information or questions which have been previously addressed.
created time in 11 days
issue closedkelektiv/node-cron
error: bundling failed: Error: Unable to resolve module `child_process`
I installed cron package then it gives an error like this: "error: bundling failed: Error: Unable to resolve module child_process from project/node_modules/cron/lib/cron.js: Module child_process does not exist in the Haste module map"
react-native: 0.59.9
cron: 1.8.2
how to fix it? please
closed time in 11 days
maihonganh1997