MaterialDesign-Font-Build icon indicating copy to clipboard operation
MaterialDesign-Font-Build copied to clipboard

`npx` run doesn't do anything

Open Ghostbird opened this issue 1 year ago • 0 comments

It will install this package, but then not do anything. If I copy the bin/index.js locally and run it using node it works, as long as I replace require('node-sass') with require('sass'). But I'm not sure that has anything to do with the fact that it doesn't seem to run. After all, when I run the script using node, it'll throw and state that node-sass cannot be found. Which doesn't happen using npx.

Ghostbird avatar Dec 05 '24 09:12 Ghostbird