diff --git a/.gitignore b/.gitignore index 9259f697..b47909f3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build .vercel .DS_Store .env +.pnpm-debug.log \ No newline at end of file diff --git a/.pnpm-debug.log b/.pnpm-debug.log deleted file mode 100644 index 879b831f..00000000 --- a/.pnpm-debug.log +++ /dev/null @@ -1,22 +0,0 @@ -{ - "0 debug pnpm:scope": { - "selected": 1 - }, - "1 error pnpm": { - "code": "ELIFECYCLE", - "errno": "ENOENT", - "syscall": "spawn", - "file": "sh", - "pkgid": "meshtastic@0.0.0", - "stage": "build", - "script": "docusaurus build", - "pkgname": "meshtastic", - "err": { - "name": "pnpm", - "message": "meshtastic@0.0.0 build: `docusaurus build`\nspawn ENOENT", - "code": "ELIFECYCLE", - "stack": "pnpm: meshtastic@0.0.0 build: `docusaurus build`\nspawn ENOENT\n at ChildProcess. (/opt/homebrew/Cellar/pnpm/7.3.0/libexec/lib/node_modules/pnpm/dist/pnpm.cjs:94974:22)\n at ChildProcess.emit (node:events:537:28)\n at maybeClose (node:internal/child_process:1091:16)\n at ChildProcess._handle.onexit (node:internal/child_process:302:5)" - } - }, - "2 warn pnpm:global": " Local package.json exists, but node_modules missing, did you mean to install?" -} \ No newline at end of file