-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
If you run npm run-script bundle after npm install, it fails because es6ify is not installed:
$ npm run-script bundle
> binauralfir@0.1.0 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels