nativescript-community / plugin-seed

The plugin seed used for NativeScript Community plugins.
3 stars 2 forks source link

TSC Error #10

Open abbieben07 opened 2 years ago

abbieben07 commented 2 years ago

Hello, i am trying to use the latest update of the plugin seed, and tsc whos this

finally { if (e_2) throw e_2.error; } ^

Error: Cannot find module '../../node_modules/@nativescript/webpack/dist/transformers/NativeClass' from 'C:/Users/Abbie/Documents/Novacio/Nativescript Plugins/ui-pager' at Function.resolveSync [as sync] (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:154275:19) at PluginCreator.resolveFactory (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:154542:38) at PluginCreator.createTransformers (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:154441:40) at Object.newEmit [as emit] (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:154757:46) at emitFilesAndReportErrors (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:112363:23) at Object.emitFilesAndReportErrorsAndGetExitStatus (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:112386:18) at performCompilation (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:155159:29) at executeCommandLineWorker (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:155043:17) at Object.executeCommandLine (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:155088:20) at Object. (C:\Users\Abbie\Documents\Novacio\Nativescript Plugins\ui-pager\node_modules\typescript\lib\tsc.js:155375:4) { code: 'MODULE_NOT_FOUND' }

farfromrefug commented 2 years ago

@abbieben07 i fixed in master. Please upgrade (and make sure the submodules are updated)