Cannot find namespace 'WebMidi'.
See original GitHub issueWhen 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:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this out due to lack of response. Please reopen if needed!
Hmm, why are you using the ts files directly? I think you should be using the built library, from
dist
instead