<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Silla Priyadarshni</title>
    <description>The latest articles on DEV Community by Silla Priyadarshni (@frozengirl_spd).</description>
    <link>https://dev.to/frozengirl_spd</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F285469%2F63e67c9c-de33-410d-8b3a-0fe49d8700e3.jpg</url>
      <title>DEV Community: Silla Priyadarshni</title>
      <link>https://dev.to/frozengirl_spd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/frozengirl_spd"/>
    <language>en</language>
    <item>
      <title>How to fix errors and not get stuck while installing react?</title>
      <dc:creator>Silla Priyadarshni</dc:creator>
      <pubDate>Sat, 23 Jan 2021 21:56:13 +0000</pubDate>
      <link>https://dev.to/spectrumcetb/how-to-fix-errors-and-not-get-stuck-while-installing-react-12ib</link>
      <guid>https://dev.to/spectrumcetb/how-to-fix-errors-and-not-get-stuck-while-installing-react-12ib</guid>
      <description>&lt;p&gt;Hello, I know you are having a tough time while installing react and you are just tired of trying all the possible ways to get rid of any of npm/missing script/missing directories(no public, src, no template)/config directory/complete log found somewhere/just stuck (xD) errors. Take a chill pill and trust the process. It's easy-peasy. &lt;/p&gt;

&lt;p&gt;Note: I own a laptop having 64-bit windows operating system and I got all of these errors.  &lt;/p&gt;

&lt;p&gt;Snapshot of error: &lt;/p&gt;

&lt;ul&gt;&lt;li&gt;getting stuck&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fehufi5qyjhgh3tnmm6u6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fehufi5qyjhgh3tnmm6u6.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Solution: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;So far, you might have used either npm/npx ways to create the react app. Now, Open cmd in a new window along with the ongoing loading window and type "resmon". This directs you to Resource Monitor where you need to check "cmd.exe" files and resume those process if in suspended mode. To do so, right-click on "cmd.exe" and select "Resume Process".&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffg5lwk9yltcmty01qc7u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffg5lwk9yltcmty01qc7u.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You will see the processes continuing in the cmd window and the template loading along with public, src and all other required modules. "Happy hacking" denotes successful installation.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F8yftrxfdl454y80870bn.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F8yftrxfdl454y80870bn.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now change the directory where the app is created using "cd" command and type "npm start" to start the development server. (If you won't get into that specific folder, you will get this error mentioned in the below image.) &lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5je3ihihsbaova6grmy6.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5je3ihihsbaova6grmy6.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Development server starts.. &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fnp5g9w9o3rputaogn90z.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fnp5g9w9o3rputaogn90z.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Get the URL and check if it's running. Kudos you did it.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fw3i9qbaztjkfggvliq1r.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fw3i9qbaztjkfggvliq1r.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Happy learning :)&lt;br&gt;
Feel free to ask or comment in case of any errors.&lt;/p&gt;

</description>
      <category>npm</category>
      <category>react</category>
      <category>installation</category>
      <category>errors</category>
    </item>
    <item>
      <title>How to remove "Ubuntu" completely from a dual boot PC (UEFI)?</title>
      <dc:creator>Silla Priyadarshni</dc:creator>
      <pubDate>Sun, 30 Aug 2020 11:10:32 +0000</pubDate>
      <link>https://dev.to/spectrumcetb/how-to-remove-ubuntu-completely-from-a-dual-boot-pc-uefi-3f12</link>
      <guid>https://dev.to/spectrumcetb/how-to-remove-ubuntu-completely-from-a-dual-boot-pc-uefi-3f12</guid>
      <description>&lt;p&gt;Did you mess around with Ubuntu while dual booting? Do you too want to remove it completely now? Then take a sip. The post is for you.&lt;/p&gt;

&lt;p&gt;So let's start. Run windows and open disk management. (You can search it or click on the option directly on "start" menu)&lt;/p&gt;

&lt;p&gt;Once the disk management window opens, identify the Linux(Ubuntu) partitions and remove it. To do so, follow the process. Check the partitions which has no drive names and are larger than 1gb. (Hint: choose Healthy primary partitions) Once you have identified the partitions, right click &amp;gt;&amp;gt; Delete volume &amp;gt;&amp;gt; Yes.&lt;/p&gt;

&lt;p&gt;If you have free space (unallocated memory), merge it with another partition to use it back again later. To do so, right click &amp;gt;&amp;gt; Extend volume &amp;gt;&amp;gt; Next &amp;gt;&amp;gt; Next &amp;gt;&amp;gt; Finish.&lt;/p&gt;

&lt;p&gt;Ah, Kudos! You did it :))&lt;/p&gt;

&lt;p&gt;Reboot the system. &lt;br&gt;
You will still find ubuntu on the boot menu. This is because you have just deleted the Linux partitions whereas the grub boot loader is still present in your PC's efi partition. So the next step is to remove it.&lt;/p&gt;

&lt;p&gt;For this, first launch command prompt as administrator. (Start&amp;gt;&amp;gt;CMD&amp;gt;&amp;gt; run as administrator). Now type "diskpart" to start the diskpart utility. Now type "list disk" to identify the efi partitions. Now type "select disk 0". Then type "list partition" and identify the efi "system" partition. Then type "select partition 2". In my case, the efi partition system had partition number 2 and it might vary in your case. Then type "assign letter=x" (I chosed x and it's random). Now you will see a 100 mb partition in windows explorer. That's your efi system partition. This is for our knowledge. We don't need to do anything here. Let's get back to our command prompt. Now type "exit" to close diskpart. Now type the letter which you have assigned in the CMD line and place a colon with it. I am typing " x:" and pressing enter key. Now type "dir" to see the contents of drive x. Now we have to change folder so type "cd efi" and type "dir" to see the contents of efi folder.&lt;/p&gt;

&lt;p&gt;Now you will be seeing the list where a folder named of Linux that you have installed once (like Ubuntu, fedora, blah blah). That's the folder which we want to delete. Type "rd  /s". I am typing "rd ubuntu /s". Type Y to conform deletion. Type "dir" to ensure the folder is deleted. &lt;/p&gt;

&lt;p&gt;Yes, we did it. &lt;br&gt;
Now we have successfully uninstalled Ubuntu completely from our PC. The efi system which we mounted will automatically get unmounted once you restart your PC. Don't worry.&lt;/p&gt;

&lt;p&gt;Any queries, let me know :)&lt;/p&gt;

</description>
      <category>ubuntu</category>
    </item>
  </channel>
</rss>
