-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
coffee-script is now coffeescript.
npm WARN deprecated coffee-script@1.4.0: 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
Metadata
Metadata
Assignees
Labels
No labels