Appearance
fresh-yarn-pnp-project
Fresh Node.js project, with Yarn PnP, preconfigured with VSCode integrations for TypeScript, ESLint and Prettier, automatically generated everyday
Result
Time spent | 0m 44s |
---|---|
Disk usage | 31 MB |
pwuser@factory:/workspace$ bash -exc 'mkdir fresh-app
> cd fresh-app
> yarn init -2
> yarn set version stable
> yarn add --dev typescript eslint prettier
> yarn dlx @yarnpkg/sdks vscode' < /dev/null; echo 'Finished running generator.'
+ mkdir fresh-app
+ cd fresh-app
+ yarn init -2
exit
➤ YN0000: Retrieving https://repo.yarnpkg.com/3.3.0/packages/yarnpkg-cli/bin/yarn.js
➤ YN0000: Saving the new release in .yarn/releases/yarn-3.3.0.cjs
➤ YN0000: Done in 0s 587ms
{
name: 'fresh-app',
packageManager: 'yarn@3.3.0'
}
+ yarn set version stable
➤ YN0000: Retrieving https://repo.yarnpkg.com/3.3.0/packages/yarnpkg-cli/bin/yarn.js
➤ YN0000: Saving the new release in .yarn/releases/yarn-3.3.0.cjs
➤ YN0000: Done in 0s 408ms
+ yarn add --dev typescript eslint prettier
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 1s 210ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ which@npm:2.0.2 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ word-wrap@npm:1.2.3 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ wrappy@npm:1.0.2 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ yocto-queue@npm:0.1.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ typescript@npm:4.9.4 can't be found in the cache and will be fetched from the remote registry
➤ YN0066: │ typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=d73830: Cannot apply hunk #12
➤ YN0000: └ Completed in 29s 306ms
➤ YN0000: ┌ Link step
➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental
➤ YN0000: └ Completed
➤ YN0000: Done with warnings in 30s 675ms
+ yarn dlx @yarnpkg/sdks vscode
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 1s 810ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ treeify@npm:1.1.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ tslib@npm:2.4.1 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ tunnel@npm:0.0.6 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ typanion@npm:3.12.1 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ yallist@npm:4.0.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0000: └ Completed in 1s 800ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: Done in 3s 746ms
➤ YN0000: ┌ Generating SDKs inside .yarn/sdks
➤ YN0000: │ ✓ Eslint
➤ YN0000: │ ✓ Prettier
➤ YN0000: │ ✓ Typescript
➤ YN0000: │ • 3 SDKs were skipped based on your root dependencies
➤ YN0000: └ Completed
➤ YN0000: ┌ Generating settings
➤ YN0000: │ ✓ Vscode (new ✨)
➤ YN0000: └ Completed
Finished running generator.
pwuser@factory:/workspace$ exit
exitBD