- Issue created by @arx-e
I couldn't get drupal-radix-cli to run.
Install radix (6.0.x-dev 24 Nov 2024)
Follow instruction steps 1-10 to create a subtheme.
Run npm install drupal-radix-cli
.
Try to run drupal-radix-cli list
and get the result
bash: drupal-radix-cli: command not found
The problem was resolved for me after running export PATH=./node_modules/.bin:$PATH
(solution found here https://stackoverflow.com/questions/26293049/specify-path-to-node-module... )
Active
6.0
Code