remote
remote copied to clipboard
coffee-script dependecy name has been changed
coffee-script is now coffeescript. npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
I am trying to use remote with windowmanager and it is failing in coffee-script.
var remote = require('remote');
var windowManager = remote.equire('electron-window-manager')
Uncaught /home/marckarasek/src/3dxtech_app/node_modules/remote/libs/remote.coffee:8 module.exports = (opts = {}) ->
If I fix this to be a => then it triggers more errors in the same file: Uncaught /home/marckarasek/src/3dxtech_app/node_modules/remote/libs/remote.coffee:9 GLOBAL.verbose = opts.verbose or GLOBAL.verbose
I do not know if this is a remote prob or a coffee prob that would be fixed by updating the dependency
Hi @MarcKarasek ! This repo is very old, I don't use it or maintain it anymore. I would accept a PR fixing it, however. But there are probably more recent solutions to your problem :)