I'm trying to install the isemail
npm library. The install seems to go well but when I run yarn start:dev
, which is a shortcut for "npm run build:dev && ./scripts/gendevconfig.sh && cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=development node server/server.js",
I get a bunch of node-sass errors that all recommend the same step:
run: npm rebuild node-sass --force
I'd like to not have to do this step every time I install a new package via yarn. Any ideas on how to rectify this?
Thanks!
Try:
yarn install --force
Work for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With