remote icon indicating copy to clipboard operation
remote copied to clipboard

coffee-script dependecy name has been changed

Open MarcKarasek opened this issue 5 years ago • 1 comments

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

MarcKarasek avatar Nov 22 '19 17:11 MarcKarasek

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 :)

drawveloper avatar Nov 28 '19 18:11 drawveloper