chore: remove yarn-error.log
This commit is contained in:
parent
b1f5daf96a
commit
781ef46738
1 changed files with 0 additions and 90 deletions
|
|
@ -1,90 +0,0 @@
|
|||
Arguments:
|
||||
/Users/wilson/.nvm/versions/node/v22.12.0/bin/node /usr/local/bin/yarn
|
||||
|
||||
PATH:
|
||||
/Users/wilson/.rvm/gems/ruby-3.0.0/bin:/Users/wilson/.rvm/gems/ruby-3.0.0@global/bin:/Users/wilson/.rvm/rubies/ruby-3.0.0/bin:/Users/wilson/.nvm/versions/node/v22.12.0/bin:/usr/local/opt/node@20/bin:/usr/local/opt/go@1.21/bin:/Users/wilson/.bun/bin:/Users/wilson/Library/Preferences/netlify/helper/bin:/Users/wilson/Library/pnpm:/Users/wilson/go/bin:/Users/wilson/.deno/bin:/usr/local/sbin:/Users/wilson/google-cloud-sdk/bin:/Users/wilson/.pyenv/shims:/Users/wilson/.cargo/env:/Users/wilson/development/flutter/bin:/Users/wilson/Library/Python/3.11/bin:/Users/wilson/.amplify/bin:/usr/local/opt/gawk/libexec/gnubin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Library/TeX/texbin:/usr/local/share/dotnet:~/.dotnet/tools:/Users/wilson/.cargo/bin:/usr/local/bin:/Users/wilson/.rvm/bin
|
||||
|
||||
Yarn version:
|
||||
1.22.17
|
||||
|
||||
Node version:
|
||||
22.12.0
|
||||
|
||||
Platform:
|
||||
darwin arm64
|
||||
|
||||
Trace:
|
||||
Error: ENOENT: no such file or directory, copyfile '/Users/wilson/Library/Caches/Yarn/v6/npm-glob-parent-6.0.2-6d237d99083950c79290f24c7642a3de9a28f9e3-integrity/node_modules/glob-parent/package.json' -> '/Users/wilson/Documents/projects/thomaswilson-xyz/thomaswilson-sveltekit/node_modules/eslint/node_modules/glob-parent/package.json'
|
||||
|
||||
npm manifest:
|
||||
{
|
||||
"name": "thomaswilson-sveltekit",
|
||||
"license": "UNLICENSED",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
|
||||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
|
||||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^3.3.1",
|
||||
"@sveltejs/adapter-netlify": "^4.4.0",
|
||||
"@sveltejs/kit": "^2.15.1",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
||||
"@types/leaflet": "^1.9.15",
|
||||
"@types/sanitize-html": "^2.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.46.1",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-svelte": "^3.3.2",
|
||||
"sass": "^1.83.1",
|
||||
"svelte": "^4.2.19",
|
||||
"svelte-check": "^3.8.6",
|
||||
"svelte-preprocess": "^5.1.4",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^5.4.11",
|
||||
"vitest": "^1.6.0"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"date-fns": "^2.30.0",
|
||||
"feed": "^4.2.2",
|
||||
"js-yaml": "^4.1.0",
|
||||
"just-shuffle": "^4.2.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"mdsvex": "^0.10.6",
|
||||
"mongodb": "^4.17.2",
|
||||
"nanoid": "3.3.4",
|
||||
"node-fetch": "^3.3.2",
|
||||
"rehype-stringify": "^9.0.4",
|
||||
"remark": "^14.0.3",
|
||||
"remark-frontmatter": "^4.0.1",
|
||||
"remark-parse": "^10.0.2",
|
||||
"remark-rehype": "^10.1.0",
|
||||
"remark-stringify": "^10.0.3",
|
||||
"sanitize-html": "^2.14.0",
|
||||
"strip-markdown": "^5.0.1",
|
||||
"to-vfile": "^7.2.4",
|
||||
"unified": "^10.1.2",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 20.11.1"
|
||||
}
|
||||
}
|
||||
|
||||
yarn manifest:
|
||||
No manifest
|
||||
|
||||
Lockfile:
|
||||
No lockfile
|
||||
Loading…
Reference in a new issue