Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Angular 11 #218

Open
sedrak1987 opened this issue Dec 5, 2020 · 3 comments
Open

support Angular 11 #218

sedrak1987 opened this issue Dec 5, 2020 · 3 comments

Comments

@sedrak1987
Copy link

Pls update to angular 11

@fkeglevich
Copy link

What errors are you having? Do you have an error log?

@sedrak1987
Copy link
Author

no error, but warning in npm install
npm WARN [email protected] requires a peer of @angular/common@~10.2.0 but none is installed. You must install peer dependencies yourself.

@sea-side-syndication
Copy link

sea-side-syndication commented Mar 11, 2021

after running :

npm i -S ngx-sortablejs sortablejs
npm i -D @types/sortablejs

and this in my ngModule

imports: [
// ...
SortablejsModule.forRoot({ animation: 150 }),

I get this:

Module not found: Error: Can't resolve 'angular-sortablejs'

Screen Shot 2021-03-10 at 11 16 39 PM

Screen Shot 2021-03-10 at 11 16 29 PM

Screen Shot 2021-03-10 at 11 22 48 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants