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

missing chalk dependency #35

Closed
1wheel opened this issue Nov 7, 2017 · 1 comment
Closed

missing chalk dependency #35

1wheel opened this issue Nov 7, 2017 · 1 comment

Comments

@1wheel
Copy link

1wheel commented Nov 7, 2017

➜  2017-11-07-tax-table git:(master) ✗ yarn add buble
➜  2017-11-07-tax-table git:(master) ✗ node_modules/.bin/buble public/_assets/build-es6.js
module.js:529
    throw err;
    ^

Error: Cannot find module 'chalk'
    at Function.Module._resolveFilename (module.js:527:15)
    at Function.Module._load (module.js:476:23)
    at Module.require (module.js:568:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/207342/Desktop/2017-11-07-tax-table/node_modules/buble/bin/handleError.js:1:75)
    at Module._compile (module.js:624:30)
    at Object.Module._extensions..js (module.js:635:10)
    at Module.load (module.js:545:32)
    at tryModuleLoad (module.js:508:12)
    at Function.Module._load (module.js:500:3)
➜  2017-11-07-tax-table git:(master) ✗ yarn add chalk
➜  2017-11-07-tax-table git:(master) ✗ node_modules/.bin/buble public/_assets/build-es6.js
// works now

This is with version 0.17.0.

It looks like chalk is currently in devDependencies; not sure if it being called inadvertently or if it should be in dependencies .

@Rich-Harris
Copy link
Collaborator

fixed in 0.17.3, thanks

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

No branches or pull requests

2 participants