0

Why not install after entering create react app myapp?

18th Feb 2022, 4:47 PM
đ™Č𝚊𝚕𝚕 𝚖𝚎 𝚖𝚎𝚐𝚊𝚝𝚛𝚘𝚗
3 RĂ©ponses
+ 1
What to install? With create react app nameOfApp you create react template for building your react app, it install for you important library what you can find inside "node-modules" folder.
18th Feb 2022, 5:32 PM
PanicS
PanicS - avatar
0
Code template generation does not install the packages for you. You can run command "npm install" to install the packages.
19th Feb 2022, 9:26 AM
CalviŐČ
CalviŐČ - avatar
0
Showing 'npm fund' at last
20th Feb 2022, 9:51 AM
đ™Č𝚊𝚕𝚕 𝚖𝚎 𝚖𝚎𝚐𝚊𝚝𝚛𝚘𝚗