Conversation
There was a problem hiding this comment.
Codex Review: Here are some suggestions.
Reply with @codex fix comments to fix any unresolved comments.
About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".
| "devDependencies": { | ||
| "@applint/spec": "^1.2.3", | ||
| "@electron/asar": "3", | ||
| "@types/jest": "^26.0.24", | ||
| "@types/lodash": "^4.14.181", |
There was a problem hiding this comment.
[P1] Restore @applint/spec for ESLint to load
.eslintrc.js still calls require('@applint/spec'), but this commit removed @applint/spec from devDependencies. After installing dependencies, npm run lint will throw Cannot find module '@applint/spec' because the configuration package is no longer present. Keep the dependency or replace the ESLint config with an alternative so linting can run.
Useful? React with 👍 / 👎.
Summary
Testing
npm install(fails: 403 Forbidden - GET https://registry.npmjs.org/@electron%2fasar)npm run lint(fails: ESLint couldn't find eslint.config.js)npm run tsc(fails: cannot find module 'electron' and other declarations)npm test(fails: nyc not found)npm run build(fails: multiple TypeScript errors)npm run dev(fails: gulp not found)https://chatgpt.com/codex/tasks/task_e_68b47a0641b4832183ceac16f732a7b4