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
after upgrade 3.1.0 → 4.0.0,
Module not found: Error: Can't resolve 'ejs-html-loader' in 'repository path'
node_modules/ejs-html-loader
on 3.1.0
lib/ .npmignore LICENSE package.json package.lock.json README.md
on 4.0.0
node_modules/ LICENSE package.json README.md
package.json "main": "lib/index.js" is missing on 4.0.0.
"main": "lib/index.js"
The text was updated successfully, but these errors were encountered:
Merge branch 'maintenance/dependencies'
a55b285
Merges #17
Upgrade minimun Node version to 6
3eb047f
059544c
That was a very silly error on my part. It's fixed now in version 4.0.1.
Sorry, something went wrong.
4.0.1 works well 👍
No branches or pull requests
after upgrade 3.1.0 → 4.0.0,
Module not found: Error: Can't resolve 'ejs-html-loader' in 'repository path'
node_modules/ejs-html-loader
on 3.1.0
on 4.0.0
package.json
"main": "lib/index.js"
is missing on 4.0.0.The text was updated successfully, but these errors were encountered: