We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you run npm run-script bundle after npm install, it fails because es6ify is not installed:
npm run-script bundle
npm install
es6ify
$ 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.
The text was updated successfully, but these errors were encountered:
You are right, also, we currently try to use babel, so, like #2 ... we are "in progress" - stay tuned
Sorry, something went wrong.
👍 I know the feeling - looking forward to it.
No branches or pull requests
If you run
npm run-script bundle
afternpm install
, it fails becausees6ify
is not installed:es6ify should probably be added to the devDependancies in package.json.
The text was updated successfully, but these errors were encountered: