Created
March 12, 2026 02:38
-
-
Save Wolfr/67594a3f2837b19886165443e54f7124 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Last login: Wed Mar 11 18:13:06 on ttys000 | |
| johanronsse@Johans-MacBook-Pro ~ % cd ~/Sites/figsor | |
| johanronsse@Johans-MacBook-Pro figsor % npm run build | |
| > figsor@1.0.0 build | |
| > cd mcp-server && npm run build | |
| > figsor@2.0.0 build | |
| > tsc | |
| tsconfig.json:5:25 - error TS6046: Argument for '--moduleResolution' option must be: 'node', 'classic', 'node16', 'nodenext'. | |
| 5 "moduleResolution": "bundler", | |
| ~~~~~~~~~ | |
| tsconfig.json:11:5 - error TS5070: Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy. | |
| 11 "resolveJsonModule": true, | |
| ~~~~~~~~~~~~~~~~~~~ | |
| Found 2 errors in the same file, starting at: tsconfig.json:5 | |
| johanronsse@Johans-MacBook-Pro figsor % | |
| johanronsse@Johans-MacBook-Pro figsor % git pull | |
| Already up to date. | |
| johanronsse@Johans-MacBook-Pro figsor % npm run build | |
| johanronsse@Johans-MacBook-Pro figsor % git log | |
| commit b7e12cfc3ac6f0b5843b7b1b862580dbd5354162 (HEAD -> master, origin/master, origin/HEAD) | |
| Merge: 87f910c 23db7ad | |
| Author: Asif Kabir <36102884+AsifKabirAntu@users.noreply.github.com> | |
| Date: Wed Mar 11 18:34:47 2026 +0000 | |
| Merge pull request #1 from alanmomentum/claude-code-docs | |
| Add Claude Code setup instructions to README | |
| commit 87f910caca9e9c4558f46ab0bae418b830cea262 | |
| Author: Asif Kabir <36102884+AsifKabirAntu@users.noreply.github.com> | |
| Date: Wed Mar 11 10:04:44 2026 +0000 | |
| Update README.md | |
| commit 23db7ad2b565aa4c9a611308bb522b193a3ed1d0 | |
| Author: Alan <alanmomentum@users.noreply.github.com> | |
| Date: Wed Mar 11 18:48:51 2026 +1300 | |
| Add Claude Code setup instructions to README | |
| Figsor works with any MCP client. This adds a short section | |
| showing how to configure it with Claude Code alongside the | |
| existing Cursor instructions. | |
| Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |
| commit aab9831d4a8ca2e5368ea285db38a02ca63fb32a | |
| Author: Asif Kabir <asifantu008@gmail.com> | |
| Date: Wed Mar 11 01:33:54 2026 +0000 | |
| Update README | |
| Made-with: Cursor | |
| : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment