Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP add coffeescript to coffee extension detection #358

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cesine
Copy link

@cesine cesine commented Jul 20, 2020

CoffeeScript on NPM has moved to coffeescript (no hyphen)
https://www.npmjs.com/package/coffee-script

Before

$ yarn link nodeunit
yarn link v1.19.1
success Using linked package for "nodeunit".
✨  Done in 0.07s.
$ npm test

> [email protected] test /Users/gchiodo/git/eco
> nodeunit


OK: 0 assertions (1ms)

After (still not working)

$ npm test

> [email protected] test ~/eco
> nodeunit

e Error: Cannot find module 'coffeescript'
Require stack:
- ~/nodeunit/lib/utils.js
- ~/nodeunit/lib/nodeunit.js
- ~/nodeunit/lib/reporters/tap.js
- ~/nodeunit/lib/reporters/index.js
- ~/nodeunit/bin/nodeunit
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:797:15)
    at Function.Module._load (internal/modules/cjs/loader.js:690:27)
    at Module.require (internal/modules/cjs/loader.js:852:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (~/nodeunit/lib/utils.js:28:20)
    at Module._compile (internal/modules/cjs/loader.js:959:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
    at Module.load (internal/modules/cjs/loader.js:815:32)
    at Function.Module._load (internal/modules/cjs/loader.js:727:14)
    at Module.require (internal/modules/cjs/loader.js:852:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '~/nodeunit/lib/utils.js',
    '~/nodeunit/lib/nodeunit.js',
    '~/nodeunit/lib/reporters/tap.js',
    '~/nodeunit/lib/reporters/index.js',
    '~/nodeunit/bin/nodeunit'
  ]
}

CoffeeScript on NPM has moved to coffeescript (no hyphen)
https://www.npmjs.com/package/coffee-script
@mreinstein
Copy link
Collaborator

mreinstein commented Jul 20, 2020

This project is stale and deprecated. Pull requests are not likely to be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants