Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

"Could not find sass module" error-message #86

Open
@thebarty

Description

@thebarty

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions