Skip to content

es6ify not in dependancies list #3

@josephg

Description

@josephg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions