Score:1

Why is these error? DeprecationWarning

(node:44809) [LRU_CACHE_OPTION_maxAge] DeprecationWarning: The maxAge option is deprecated. please use options.ttl instead (Use node --trace-deprecation ... to show where the warning was created) sh: 1: create-react-app: Permission denied

cocomac avatar
cn flag
Both are self-explanatory - DeprecationWarning means that `maxAge` is being deprecated and it lists what to use instead. `sh: 1: create-react-app: Permission denied` means that permission was denied. Running that command again with `sudo` may fix it.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.