File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed
Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments