You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.
import { requireTaskPool } from 'electron-remote';
Error comes up:
TypeError: _hashids2.default is not a constructor
at Object.<anonymous> (/Users/tuhin/id-desktop/node_modules/electron-remote/lib/execute-js-func.js:123:17)
at Object.<anonymous> (/Users/tuhin/id-desktop/node_modules/electron-remote/lib/execute-js-func.js:685:3)
at Module._compile (module.js:642:30)
at Object.Module._extensions..js (module.js:653:10)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:504:12)
at Function.Module._load (module.js:496:3)
at Module.require (module.js:586:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/node_modules/electron-remote/lib/index.js:3:22)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to import requireTaskPool using:
import { requireTaskPool } from 'electron-remote';
Error comes up:
The text was updated successfully, but these errors were encountered: