designsystem
designsystem copied to clipboard
yarn error
Just cloned the repo and tried to yarn install all the packages, and I am getting this error.
Command: carbon-telemetry collect --install
Arguments:
Directory: C:\dev\designsystem\node_modules\@wfp\humanitarian-icons-react
Output:
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'C:\dev\designsystem\node_modules\node_modules\@carbon\telemetry\bin\carbon-telemetry.js'
I do find carbon-telemetry.js somewhere down the node_modules folder, but I also notice the double node_modules folder name in the file path. This error seems always throw by @wfp packages.
Am I missing anything?