PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

module not found: Error: Can't resolve 'nativescript-angular/forms/value-accessor #147

Closed spmamidi closed 6 years ago

spmamidi commented 6 years ago

Getting following error when building with webpack.

Module not found: Error: Can't resolve 'nativescript-angular/forms/value-accessors/base-value-accessor' in 'c:\test\node_modules\nativescript-drop-down\angular'

PeterStaev commented 6 years ago

Hey @spmamidi , new version of the plugin (3.2) required Angular 4.4. So you will either have to upgrade your deps or you will have to use the previous one.

faspadaro commented 6 years ago

Hey @PeterStaev, I have upgrade to Angular 4.4 but there is the component nativescript-checkbox that does not work any more.

PeterStaev commented 6 years ago

Well you should submit an issue to the plugin site, or downgrade to the 3.1.3 version until all plugins support Angular 4.4.

jogboms commented 6 years ago

@faspadaro the issue has been resolved here but pending a MERGE from the author.

sivamamidi-REISys commented 6 years ago

Thank you we pointed out 3.1.3 it's working fine.