We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ERROR in /Users/transfusion/project-spectra-all/spectra-bdsd-plugin/src/spectra-bdsd-plugin.common.ts [tsl] ERROR in /Users/transfusion/project-spectra-all/spectra-bdsd-plugin/src/spectra-bdsd-plugin.common.ts(1,28) TS2307: Cannot find module 'tns-core-modules/data/observable'. ERROR in /Users/transfusion/project-spectra-all/spectra-bdsd-plugin/src/spectra-bdsd-plugin.common.ts [tsl] ERROR in /Users/transfusion/project-spectra-all/spectra-bdsd-plugin/src/spectra-bdsd-plugin.common.ts(2,22) TS2307: Cannot find module 'tns-core-modules/application'. ERROR in /Users/transfusion/project-spectra-all/spectra-bdsd-plugin/src/spectra-bdsd-plugin.common.ts [tsl] ERROR in /Users/transfusion/project-spectra-all/spectra-bdsd-plugin/src/spectra-bdsd-plugin.common.ts(3,26) TS2307: Cannot find module 'tns-core-modules/ui/dialogs'.
Go into the src folder within every plugin and run npm run plugin.tscwatch. Keep the terminal windows open.
src
npm run plugin.tscwatch
Home