20-npm-rchaud03 中文文档教程
这是名为 20-npm-rchaud03 的包的自述文件。
以下是与 npm 作业相关的包可能执行的以下任务
——“printinfo”,它在控制台的 package.json 文件中打印 description 字段的描述值。 使用 npm 配置变量。 --"clean",移除/删除 node_modules 文件夹 --"build",它运行依赖项的 npm 安装 --"start",执行主 node.js 文件(入口点) --“watch”,它使用 npx 和 nodemon 执行主 node.js 文件
--“audit”,它对主天气 node.js 应用程序运行 npm 审计
THis is the readme file for the package named 20-npm-rchaud03.
Below are the following tasks posisble with the package as it relates to npm homework
--"printinfo", which prints the description value of the the description field in the package.json file in the console. Use an npm config variable. --"clean", which removes/deletes the node_modules folder --"build", which runs npm install of dependencies --"start", which executes the main node.js file (entry point) --"watch", which executes the main node.js file using npx and nodemon
--"audit", which runs npm audit against the main weather node.js application