-
Notifications
You must be signed in to change notification settings - Fork 255
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
Make chartjs and socket.io not to pull from cdn? #146
Comments
Would also be interested in this. |
@bwgjoseph, You are missing the optional express-status-monitor/package.json Lines 73 to 75 in 8ff29e7
It complaints via a It's optional because the code handles it. express-status-monitor/src/helpers/gather-os-metrics.js Lines 9 to 13 in 8ff29e7
express-status-monitor/src/helpers/gather-os-metrics.js Lines 40 to 42 in 8ff29e7
|
Hi,
I'm using this in offline environment and it doesn't work because it seem that the scripts are pulling from cdn
express-status-monitor/src/public/index.html
Line 5 in 6fc93dc
express-status-monitor/src/public/index.html
Line 6 in 6fc93dc
I manually download the files are cdn, place it in my
/public
to host it instead then point to my host and it does work.. Any idea if the js files can be placed within the/javavscripts
directory? So that it can reference local js file rather than cdn?I am also facing issue where it complains about
event-loop-stats not found, ignoring event loop metrics...
I'm usingnode v12
The text was updated successfully, but these errors were encountered: