-
-
Notifications
You must be signed in to change notification settings - Fork 613
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
TypeError: dateFormat is not a function #745
Comments
make toISOString defined |
you have to convert your code to es module to import es modules. otherwise you have to asynchronously use the module after it is loaded. import("dateformat").then(({default: dateFormat}) => {
// use dateFormat here
}); |
exceptionWriter.js:22
What's wrong now? |
🗿 |
Well it looks like you are trying to run someone else's module so you shouldn't have to be modifying the code. It looks like you have wrong version of dateformat module. This is wrong. Do not use |
no clone the repo again and start over
|
I did as you said, now this problem. Why are statistics not displayed when the pool is running? |
Did you find a solution? |
No |
I got an error when starting the pool
corrected in the file in logger.js
Starting a pool
How can this be fixed?
The text was updated successfully, but these errors were encountered: