style-dictionary
style-dictionary copied to clipboard
[BUG] Matching Build Files fails to build with ENOENT
Attempting to run build on the matching-build-files example errors out with an "ENOENT" message stemming from the ./tokens/index.js file.
Steps to reproduce:
- Clone style-dictionary
- switch to examples/advanced/matching-build-files dir
- Install - run
npm install - Build - run
npm run build - node errors out:
Error: ENOENT: no such file or directory, scandir 'file:///Users/[myuser]/Code/playground/temp/style-dictionary/examples/advanced/matching-build-files/tokens/index.js'
I can verify that the file:/// path in the error does exist and correctly resolves to the index.js.