You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running "tokens:build" the command fails.
First it fails because the command is looking for a file at ./src/tokens/tokensTransform.mjs but the filename actually ends with a .js. Changing the extension to .mjs fixes this problem.
The second issue is that in the "tokens:transform" command it calls "token-transformer", which is not installed.
To Reproduce
Steps to reproduce the behavior:
Install Emulsify
Run "tokens:build"
Expected behavior
Tokens should be converted into custom variables.
Describe the bug
When running "tokens:build" the command fails.
First it fails because the command is looking for a file at
./src/tokens/tokensTransform.mjs
but the filename actually ends with a .js. Changing the extension to .mjs fixes this problem.The second issue is that in the "tokens:transform" command it calls "token-transformer", which is not installed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tokens should be converted into custom variables.
┆Issue is synchronized with this Clickup task by Unito
The text was updated successfully, but these errors were encountered: