You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It will install this package, but then not do anything.
If I copy the
bin/index.js
locally and run it usingnode
it works, as long as I replacerequire('node-sass')
withrequire('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 usingnode
, it'll throw and state thatnode-sass
cannot be found. Which doesn't happen usingnpx
.The text was updated successfully, but these errors were encountered: