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

Getting npm install tidal.pegjs to work #6

Open
jarmitage opened this issue Apr 19, 2020 · 0 comments
Open

Getting npm install tidal.pegjs to work #6

jarmitage opened this issue Apr 19, 2020 · 0 comments
Assignees
Labels

Comments

@jarmitage
Copy link

Current issues seem to be:

  1. When you npm install tidal.pegjs, there is no ./dist/tidal.js because pegjs tidal.pegjs has not been run.
  2. If you manually ensure tidal.js exists and do import {Pattern} from 'tidal.pegjs' you get 'Pattern' is not exported by node_modules/tidal.pegjs/src/pattern.js.
  3. If you do import * as Tidal from "tidal.pegjs" you get Uncaught ReferenceError: util is not defined.
@charlieroberts charlieroberts self-assigned this Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants