Open DomasM opened 3 years ago
Can you post the contents of D:\c#\c#projects\test2\node_modules\.bin\bulma-css-vars
?
Seems like there's an issue with the bin file generated by node on windows.
Which version of node are you using?
Node.js v14.15.0.
bulma-css-vars
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../bulma-css-vars/bin/bulma-css-vars.js" "$@"
ret=$?
else
node "$basedir/../bulma-css-vars/bin/bulma-css-vars.js" "$@"
ret=$?
fi
exit $ret
any updates?
Try npx bulma-css-vars --init
. Make sure you have sass
installed in your project.
I am not sure if you can call bulma-css-vars
to regenerate the scss though using the binary.
I am interested in your feedback.
I am stuck at --init step with this output
package.json