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
I am currently using the latest version 0.7.7 on meteor 1.4.1.
Within my packages.json I got node-sass required like
"dependencies": {
"node-sass": "^3.13.0",
},
Still I am seeing this error in the logs (NOTE: the email still is send out, it is just a warning-message)
Could not find sass module. Sass support is opt-in since lookback:emails@0.5.0.
W20161213-15:50:34.494(1)? (STDERR)
W20161213-15:50:34.494(1)? (STDERR) Please run `meteor npm install --save node-sass` in your app to add sass support. mailer-utils
W20161213-15:50:34.516(1)? (STDERR) Could not find sass module. Sass support is opt-in since lookback:emails@0.5.0.
W20161213-15:50:34.517(1)? (STDERR)
W20161213-15:50:34.517(1)? (STDERR) Please run `meteor npm install --save node-sass` in your app to add sass support. mailer-utils
The funny thing is, that this error disappears, if I clone the lookback:emails package into my local /packages directory by doing this in a terminal:
cd packages
git clone https://github.com/lookback/meteor-emails.git
Bad stuff... I have not checked how this acts on deployment...
Hi guys,
I am currently using the latest version 0.7.7 on meteor 1.4.1.
Within my packages.json I got
node-sassrequired likeStill I am seeing this error in the logs (NOTE: the email still is send out, it is just a warning-message)
The funny thing is, that this error disappears, if I clone the lookback:emails package into my local
/packagesdirectory by doing this in a terminal:Bad stuff... I have not checked how this acts on deployment...
Anyone else seeing this?