As I attempt to set up the isemail
npm library, everything appears to be going smoothly. However, when I execute yarn start:dev
, which essentially runs
"npm run build:dev && ./scripts/gendevconfig.sh && cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=development node server/server.js",
I encounter numerous node-sass errors advising the same solution:
Try running: npm rebuild node-sass --force
Repeating this step every time I install a new package via yarn is getting cumbersome. Do you have any suggestions on how to resolve this issue?
Thank you!