We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR in ./node_modules/mime/index.js Module not found: Error: Can't resolve './types/other' in '\node_modules\mime'
In line 4 of index.js, the code needs to be modified to
module.exports = new Mime(require('./types/standard.json'), require('./types/other.json'));
Need to clear the file suffix is json。
my env:
yarn: 1.9.4 node: 9.6.1
The text was updated successfully, but these errors were encountered:
See #197
Sorry, something went wrong.
No branches or pull requests
ERROR in ./node_modules/mime/index.js
Module not found: Error: Can't resolve './types/other' in '\node_modules\mime'
In line 4 of index.js, the code needs to be modified to
Need to clear the file suffix is json。
my env:
yarn: 1.9.4
node: 9.6.1
The text was updated successfully, but these errors were encountered: