You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would also be cool to remake from bootstrap 3 to bootstrap 4. Because bootstrap 3 does not support jQuery 3.x.x, And Meteor uses the latest version of jQuery so all javascript widgets in the admin panel based on the bootstrap.js do not work.
Did you need to add aldeed:autoform separately to main solution? It is defined as a dependency of ignacy130:yadmin package and I don't have it as a dependency package in the main solution.
I'll update package dependencies with session.
How did you install bcrypt? The same way as simple schema: meteor npm i -- save bcrypt ?
I want to add it to the documentation.
Replace
Collection2
byaldeed:collection2-core
.Add in the dependency:
session
,bcrypt
,aldeed:autoform
andmeteor npm i --save simpl-schema
Change the code from the collection example:
The text was updated successfully, but these errors were encountered: