Posts by Lucas Miranda • 31 points
2 posts
-
2
votes1
answer274
viewsA: How to use NPM and Yarn in ASP.Net Core?
For this, it is possible to use the flag --modules-folder: yarn install --modules-folder <caminho> Specifies an alternative location for the directory node_modules, instead of the standard ./…
-
1
votes2
answers1551
viewsA: Sort words with accents in PHP
To solution that Sérgio indicated didn’t work for me, since, for some reason, she put the words that start with accent before the rest of the words: array(4) { ["Ética_Profissional"]=> array(2) {…