Skip to content

Commit fcea69b

Browse files
committed
Remove false troubleshooting section
1 parent d1a57c4 commit fcea69b

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

docs-intro/quick-start.md

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -240,52 +240,6 @@ tokenscript permutate_tokenset \
240240
- **CI/CD**: Validate tokens in your pipeline
241241
- **Documentation**: Auto-generate token docs
242242

243-
---
244-
245-
## Troubleshooting
246-
247-
### Command not found: tokenscript
248-
249-
Make sure you installed globally:
250-
```bash
251-
npm install -g @tokens-studio/tokenscript-interpreter
252-
```
253-
254-
Or use npx:
255-
```bash
256-
npx tokenscript --version
257-
```
258-
259-
### Parse errors in my tokens
260-
261-
TokenScript shows helpful error messages. Common issues:
262-
263-
**Missing references:**
264-
```
265-
Error: Reference {spacing.base} not found
266-
```
267-
→ Check your token names match exactly (case-sensitive)
268-
269-
**Type errors:**
270-
```
271-
Error: Cannot multiply Number by String
272-
```
273-
→ Make sure units are consistent
274-
275-
**Syntax errors:**
276-
```
277-
Error: Unexpected token on line 5
278-
```
279-
→ Check for typos in expressions
280-
281-
### Need more help?
282-
283-
- [Core Concepts](/intro/concepts) - Understand the basics
284-
- [Syntax Reference](/language/syntax) - Complete language guide
285-
- [GitHub Issues](https://github.com/tokens-studio/tokenscript) - Report bugs or ask questions
286-
287-
---
288-
289243
## Quick Reference
290244

291245
### Common Commands

0 commit comments

Comments
 (0)