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
When attempting to build in node 6 the build fails with an error in parchment, this happens in master, 1.0 and develop:
ERROR in ./~/parchment/src/parchment.ts Module build failed: TypeError: Path must be a string. Received undefined at assertPath (path.js:7:11) at Object.dirname (path.js:1326:5) at ensureTypeScriptInstance (/Users/stephen.woods/Code/hax/quill/node_modules/ts-loader/index.js:156:103) at Object.loader (/Users/stephen.woods/Code/hax/quill/node_modules/ts-loader/index.js:403:14) @ ./core.js 7:17-37 Child extract-text-webpack-plugin: + 2 hidden modules Child extract-text-webpack-plugin: + 2 hidden modules Child extract-text-webpack-plugin: + 2 hidden modules
Steps for Reproduction
Expected behavior: Builds
Actual behavior: Throws above error
Platforms: Mac OS X 10.11.5
Version: master/develop/1.0 branch, tested with a9f38c1
The text was updated successfully, but these errors were encountered:
(downgrading to node v.4.4.5 fixes the error)
Sorry, something went wrong.
5f99e77
No branches or pull requests
When attempting to build in node 6 the build fails with an error in parchment, this happens in master, 1.0 and develop:
Steps for Reproduction
Expected behavior: Builds
Actual behavior: Throws above error
Platforms: Mac OS X 10.11.5
Version: master/develop/1.0 branch, tested with a9f38c1
The text was updated successfully, but these errors were encountered: