-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: mime.lookup is not a function #68
Comments
Sorry needs a PR
…On Fri, 22 Feb 2019 at 10:07 pm Hüseyin Uslu ***@***.***> wrote:
upgraded to 0.7.0 and getting this error.
my config;
```
s3: {
options: {
accessKeyId: "<%= aws.access %>",
secretAccessKey: "<%= aws.secret %>",
bucket: "<%= aws.bucket %>",
cache: false
},
assets: {
options: {
headers: {
CacheControl: 'max-age=2628000, public, must-revalidate' // cache for a
month.
}
},
cwd: "public/",
src: "**",
dest: ""
}
}
any ideas?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#68>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAmr8zBqzg60rDl4ZjHZEf_r1dcbGrutks5vP89VgaJpZM4bJX8g>
.
|
Why is code for 0.7.0 not on github? |
Sorry, pushed
…On Sat, 23 Feb 2019 at 02:01, Rafał Chłodnicki ***@***.***> wrote:
Why is code for 0.7.0 not on github?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAmr80wvXVRuA76ziinZmrsXfJt0Onp8ks5vQAY5gaJpZM4bJX8g>
.
|
from mime changelog; https://github.com/broofa/node-mime#version-2-notes
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
upgraded to 0.7.0 and getting this error.
my config;
any ideas?
The text was updated successfully, but these errors were encountered: