``` require() of ES Module not supported change the require to a dynamic import() which is available in all CommonJS modules ``` work in progress ...