This repository was archived by the owner on Jan 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
"Could not find sass module" error-messageΒ #86
Copy link
Copy link
Open
Description
Hi guys,
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:[email protected].
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:[email protected].
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...
Anyone else seeing this?
zeroasterisk
Metadata
Metadata
Assignees
Labels
No labels