Posts by Maiquel • 9 points
2 posts
-
-1
votes2
answers909
viewsA: Source Problem in React Native
All I had to do was execute the command: rm -rf node_modules/ && rm -f package-lock.json && rm -f yarn.lock && npm cache verify && npm install && expo r -c…
-
1
votes3
answers1663
viewsA: Nodejs error: A partials dir must be a string or config Object
Just inform the defaultLayout as Undefined and the partialsDir with your path. Follow the code snippet to be corrected: transport.use('compile', hbs({ viewEngine: { defaultLayout: undefined,…