Microsoft Windows [Version 10.0.19043.1165] (c) Microsoft Corporation. All rights reserved. C:\Users\Tenman>npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to guess sensible defaults. See `npm help init` for definitive documentation on these fields and exactly what they do. Use `npm install ` afterwards to install a package and save it as a dependency in the package.json file. Press ^C at any time to quit. package name: (tenman) version: (1.0.0) description: entry point: (index.js) test command: git repository: keywords: author: license: (ISC) About to write to C:\Users\Tenman\package.json: Is this OK? (yes) C:\Users\Tenman>npm uninstall up to date in 0.04s C:\Users\Tenman>cd C:\Users\Tenman\Desktop\tt1-blocks C:\Users\Tenman\Desktop\tt1-blocks>npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to guess sensible defaults. See `npm help init` for definitive documentation on these fields and exactly what they do. Use `npm install ` afterwards to install a package and save it as a dependency in the package.json file. Press ^C at any time to quit. package name: (tt1-blocks) version: (1.0.0) description: entry point: (index.js) test command: git repository: keywords: author: license: (ISC) About to write to C:\Users\Tenman\Desktop\tt1-blocks\package.json: { "name": "tt1-blocks", "version": "1.0.0", "description": "Ongoing development for the block theme version of Twenty Twenty-One.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC" } Is this OK? (yes) C:\Users\Tenman\Desktop\tt1-blocks>npm install --save-dev stylelint npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN tt1-blocks@1.0.0 No repository field. + stylelint@13.13.1 added 272 packages from 208 contributors and audited 272 packages in 64.453s 59 packages are looking for funding run `npm fund` for details found 0 vulnerabilities C:\Users\Tenman\Desktop\tt1-blocks>npm install stylelint-config-recommended npm WARN tt1-blocks@1.0.0 No repository field. + stylelint-config-recommended@5.0.0 added 1 package from 1 contributor and audited 273 packages in 4.57s 59 packages are looking for funding run `npm fund` for details found 0 vulnerabilities C:\Users\Tenman\Desktop\tt1-blocks>npx stylelint **/*.{css,scss,sass} assets/css/blocks.css 80:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is- grid) > li" 88:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is- grid) > li:last-child" 98:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is- grid) > li:last-child" 126:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is- grid) > li" 126:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is- grid) > li:last-child" 126:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child" 126:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li" 126:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child" 131:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is- grid) > li:last-child" 131:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child" 135:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is- grid) li" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is- grid) > li:last-child" 135:1 × Expected selector no-descending-specificity ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is- grid) li" to come before selector ".wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child" C:\Users\Tenman\Desktop\tt1-blocks>