question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find namespace 'WebMidi'.

See original GitHub issue

When I start my ng-project, I got a error like this node_modules/@magenta/music/es5/core/recorder.d.ts(30,22): error TS2503: Cannot find namespace ‘WebMidi’. what`s wrong with my ng-project ,my ng-version is 6.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
adarobcommented, Jan 3, 2019

Closing this out due to lack of response. Please reopen if needed!

1reaction
notwaldorfcommented, Dec 11, 2018

Hmm, why are you using the ts files directly? I think you should be using the built library, from dist instead

Read more comments on GitHub >

github_iconTop Results From Across the Web

error TS2503: Cannot find namespace 'WebMidi'
The namespace is not webmidi , this is only the name of the npm package. the namespace is WebMidi , so I'll suggest...
Read more >
Cannot find namespace 'WebMidi'. · Issue #216 - GitHub
When I start my ng-project, I got a error like this node_modules/@magenta/music/es5/core/recorder.d.ts(30,22): error TS2503: Cannot find ...
Read more >
Cannot find namespace 'WebMidi' in Angular - CircleCI Discuss
What I've done: added "types": ["WebMidi"] under "compilerOptions" in all of my ts configuration files including tests.
Read more >
[Solved]-error TS2503: Cannot find namespace 'WebMidi'
The namespace is not webmidi , this is only the name of the npm package. the namespace is WebMidi , so I'll suggest...
Read more >
webmidi - npm
WEBMIDI.js makes it easy to talk to MIDI instruments from a browser or from Node.js. It simplifies the control of external or virtual...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found