<?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: Cryoto Cooker</title>
    <description>The latest articles on DEV Community by Cryoto Cooker (@forest410).</description>
    <link>https://dev.to/forest410</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F715285%2F80cf3822-30da-489f-9336-9890fe6676b4.png</url>
      <title>DEV Community: Cryoto Cooker</title>
      <link>https://dev.to/forest410</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/forest410"/>
    <language>en</language>
    <item>
      <title>Interviewer: What Happened to “npm run xxx”?</title>
      <dc:creator>Cryoto Cooker</dc:creator>
      <pubDate>Mon, 01 Dec 2025 05:32:15 +0000</pubDate>
      <link>https://dev.to/forest410/interviewer-what-happened-to-npm-run-xxx-35lh</link>
      <guid>https://dev.to/forest410/interviewer-what-happened-to-npm-run-xxx-35lh</guid>
      <description>&lt;p&gt;Preface&lt;br&gt;
Recently, I participated in an interview that made a deep impression on me. After many twists and turns, I finally got the offer. You can’t imagine what I went through.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;My interview process
Interviewer：&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Please tell me what happened when “npm run xxx”? The more detailed the better.&lt;/p&gt;

&lt;p&gt;Me：&lt;/p&gt;

&lt;p&gt;I thought to myself, “I’m ashamed. As a front-end developer, I use the npm run xxx command every day, such as npm run dev, npm run build, and so on. But I haven’t really understood what happened behind it.&lt;/p&gt;

&lt;p&gt;Fortunately, I remember at least the following:&lt;/p&gt;

&lt;p&gt;When we execute the “npm run xxx” command, it will first go to the project’s package.json file to find xxx in scripts, and then execute the xxx command.&lt;/p&gt;

&lt;p&gt;For example, when you start a Vue.js project and execute npm run serve, you actually execute the vue-cli-service serve command.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
