electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 55 forks source link

coffee-script dependency breaks install #87

Closed chrisboogz closed 6 years ago

chrisboogz commented 6 years ago

The coffee-script dependency (at least for me) no longer installs coffeescript and prints a warning to the console. Instead, it breaks the install:

$ npm install --save-dev electron-compilers
npm ERR! code E404
npm ERR! 404 Not Found: coffee-script@^1.10.0

Merging in this pull request should fix the issue.

chrisboogz commented 6 years ago

Turns out the error is because our out-of-date private npm repo isn't properly handling deprecation redirects. But it'd still be nice to have that dependency cleaned up!