Open thebarty opened 7 years ago
Weird, that should've been taken care of in here.
yeah really really weird... when I simply add something like this on the /server/test.js
console.log(require('node-sass'))
then I am getting a valid result.
And at the same time it works correctly, if I clone the package to my project folder, so that'll be my workaround for now.
I am also seeing this in my logs too. I have node-sass@4.2.0
installed and it does work, but warns me that it's not going to. wierd.
I wonder if it's some kind of race condition, but seems unlikely.
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 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
/packages
directory by doing this in a terminal:Bad stuff... I have not checked how this acts on deployment...
Anyone else seeing this?