-
Notifications
You must be signed in to change notification settings - Fork 314
Expand file tree
/
Copy pathlint-output.txt
More file actions
32 lines (27 loc) · 3.94 KB
/
Copy pathlint-output.txt
File metadata and controls
32 lines (27 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
pnpm.exe : [WARN] The "pnpm" field in package.json is no longer read by pnpm. The following keys were ignored:
"pnpm.auditConfig", "pnpm.overrides". See https://pnpm.io/settings for the new home of each setting.
At C:\Users\GODSWILL\AppData\Local\pnpm\bin\pnpm.ps1:14 char:3
+ & "$basedir/../global/v11/1ff0-19ef193e7f2/node_modules/@pnpm/exe/p ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ([WARN] The "pnp...f each setting.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
> my-app@0.1.0 lint C:\Users\GODSWILL\teachLink_web
> next lint --max-warnings=0
`next lint` is deprecated and will be removed in Next.js 16.
For new projects, use create-next-app to choose your preferred linter.
For existing projects, migrate to the ESLint CLI:
npx @next/codemod@canary next-lint-to-eslint-cli .
ÔÜá Warning: Next.js inferred your workspace root, but it may not be correct.
We detected multiple lockfiles and selected the directory of C:\Users\GODSWILL\package-lock.json as the root
directory.
To silence this warning, set `outputFileTracingRoot` in your Next.js config, or consider removing one of the
lockfiles if it's not needed.
See https://nextjs.org/docs/app/api-reference/config/next-config-js/output#caveats for more information.
Detected additional lockfiles:
* C:\Users\GODSWILL\teachLink_web\pnpm-lock.yaml
(node:10688) ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to using the "ignores"
property in "eslint.config.js": https://eslint.org/docs/latest/use/configure/migration-guide#ignoring-files
(Use `node --trace-warnings ...` to show where the warning was created)
(node:10688) ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to using the "ignores"
property in "eslint.config.js": https://eslint.org/docs/latest/use/configure/migration-guide#ignoring-files
Ô£ö No ESLint warnings or errors