AdobeXD / design-system-package-dsp

DSP Documentation
MIT License
335 stars 38 forks source link

Error generating tokens #30

Open Onvistlex opened 2 years ago

Onvistlex commented 2 years ago

Exporting tokens results in an error: "Error generating tokens:[..]" (the full error message is available below) Also with clean installations of: Adobe XD, style-dictionary, npm, node and VS Code,

Environment:

Error generating tokens: /home/ix/node_modules/style-dictionary/lib/buildAllPlatforms.js:30
  Object.keys(this.options.platforms).forEach(function (key) {
         ^

TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at Object.buildAllPlatforms (/home/ix/node_modules/style-dictionary/lib/buildAllPlatforms.js:30:10)
    at Command.styleDictionaryBuild (/home/ix/node_modules/style-dictionary/bin/style-dictionary:91:21)
    at Command.listener [as _actionHandler] (/home/ix/node_modules/commander/lib/command.js:488:17)
    at /home/ix/node_modules/commander/lib/command.js:1227:65
    at Command._chainOrCall (/home/ix/node_modules/commander/lib/command.js:1144:12)
    at Command._parseCommand (/home/ix/node_modules/commander/lib/command.js:1227:27)
    at Command._dispatchSubcommand (/home/ix/node_modules/commander/lib/command.js:1050:25)
    at Command._parseCommand (/home/ix/node_modules/commander/lib/command.js:1193:19)
    at Command.parse (/home/ix/node_modules/commander/lib/command.js:897:10)

Node.js v18.7.0