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

es6ify not in dependancies list #3

Open
josephg opened this issue Mar 5, 2015 · 2 comments
Open

es6ify not in dependancies list #3

josephg opened this issue Mar 5, 2015 · 2 comments

Comments

@josephg
Copy link

josephg commented Mar 5, 2015

If you run npm run-script bundle after npm install, it fails because es6ify is not installed:

$ npm run-script bundle

> [email protected] bundle /Users/josephg/src/binauralFIR
> browserify binaural-fir.es6.js > binaural-fir.js -s 'BinauralFIR' -d -t es6ify

Error: Cannot find module 'es6ify' from '/Users/josephg/src/binauralFIR'

es6ify should probably be added to the devDependancies in package.json.

@ouhouhsami
Copy link
Contributor

You are right, also, we currently try to use babel, so, like #2 ... we are "in progress" - stay tuned

@josephg
Copy link
Author

josephg commented Mar 5, 2015

👍 I know the feeling - looking forward to it.

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