binarynate / nativescript-midi

A NativeScript plugin for communicating with MIDI devices (e.g. music programs and apps).
4 stars 1 forks source link

Module nativescript-midi not found #3

Open demym opened 4 years ago

demym commented 4 years ago

Hi, i am using nativescript v5.2.4, but when i add nativescript-midi plugin, as soon as i put this line:

import { MidiDeviceManager } from "nativescript-midi"

the IDE informs me that that module cannot be found.

The same happens when i do tns run ios....

I'm using an angular starter project

Thanks very much in advance

binarynate commented 4 years ago

Hi 👋. I created this package several years ago with NativeScript 2.x and haven't been maintaining it, so I would be surprised if it worked today with NativeScript 5.x. I updated the README a while back to indicate that the project is no longer developed or maintained, and I'll go ahead and archive it now to further indicate that it's no longer developed. If you installed nativescript-midi into your project via npm, I'm not sure why your IDE would indicate that the module isn't found. Maybe it's because the module doesn't include a type definition file?