Skip to content
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

Build fails in node 6 (v6.2.1) #732

Closed
saw opened this issue Jun 7, 2016 · 1 comment
Closed

Build fails in node 6 (v6.2.1) #732

saw opened this issue Jun 7, 2016 · 1 comment

Comments

@saw
Copy link

saw commented Jun 7, 2016

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

  1. Install node v6.2.1
  2. Clone the quill repo
  3. npm install, sudo gem install foreman jekyll kramdown rouge jekyll-sitemap jekyll-redirect-from jekyll-feed; npm run build

Expected behavior: Builds

Actual behavior: Throws above error

Platforms: Mac OS X 10.11.5

Version: master/develop/1.0 branch, tested with a9f38c1

@saw
Copy link
Author

saw commented Jun 7, 2016

(downgrading to node v.4.4.5 fixes the error)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant