-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
React demo doesnt install with node 10.x #145
Comments
harttle
added a commit
that referenced
this issue
Aug 25, 2019
simply remove unused dependencies fixes this issue, but I removed all package-lock.json / yarn.lock since the demo should always be in sync with the codebase
harttle
added a commit
that referenced
this issue
Aug 26, 2019
simply remove unused dependencies fixes this issue, but I removed all package-lock.json / yarn.lock since the demo should always be in sync with the codebase
harttle
pushed a commit
that referenced
this issue
Aug 26, 2019
# [9.0.0](v8.5.3...v9.0.0) (2019-08-26) ### Bug Fixes * break/continue omitting output before them, [#123](#123) ([ae45c46](ae45c46)) * reactjs demo during yarn install, fixes [#145](#145) ([b65df44](b65df44)) ### Code Refactoring * return value of Tag#render is no longer used ([8028f82](8028f82)) ### Features * renderSync, parseAndRenderSync and renderFileSync, see [#48](#48) ([7fb01ad](7fb01ad)) ### Performance Improvements * target to es6, fixes [#137](#137) ([3b9fc7e](3b9fc7e)) ### BREAKING CHANGES * Tag#render now returns void, use emitter argument to write rendered html. * ship to Node.js 8, the dist/liquid.cjs.js (main) nolonger supports Node.js 6, other bundles are also provided via dist/liquid.esm.js, dist/liquid.js (ES5 umd) and liquid.min.js (minified ES5 umd) * remove default export, now should be used like import {Liquid} from 'liquidjs'
🎉 This issue has been resolved in version 9.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
just a plain
yarn install
in the react demo directory gives this errorThe text was updated successfully, but these errors were encountered: