Skip to content

coffee-script dependecy name has been changed #9

@MarcKarasek

Description

@MarcKarasek

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions