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
I guess you refer to this commit memtt/numaprof@76e9938 made in the numaprof repository.
Looking into resolving this issue, I went to the Bower website, where they announce the project is maintained but deprecated and they suggest using another package manager, such as Yarn.
Given that, do you still want to use bower, or rather another package manager (npm, yarn, other, ...) ?
True, that now I should use YARN for the server side deps.
For the online one, can also simply download the .js/.css files from the site of CDNs via a shell script, that's also probably well valid and far simpler that fetching tons of files which I don't need as I depend to very few deps on the client side.
I currently stored all the JS client deps installed by npm in the repository, need to remove all of them from de repo as I did for numaprof.
The text was updated successfully, but these errors were encountered: