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

fix: failing builds #242

Merged
merged 1 commit into from
Oct 15, 2019
Merged

fix: failing builds #242

merged 1 commit into from
Oct 15, 2019

Conversation

audiolion
Copy link
Contributor

Using the --ignore-engines flag when installing with yarn https://yarnpkg.com/en/docs/cli/install#toc-yarn-install-ignore-engines

This is necessitated by one of the deps we rely on, rollup-plugin-ts, having a node >= 9.0.0 engine requirement which is failing the nodejs 8 builds.

https://github.com/wessberg/rollup-plugin-ts/blob/9079d7a4705078e0709a6f5b9b5147081cce7baf/package.json#L108-L110

To view the github actions error see https://github.com/jaredpalmer/tsdx/runs/259520250#step:5:7

Using the --ignore-engines flag when installing with yarn https://yarnpkg.com/en/docs/cli/install#toc-yarn-install-ignore-engines

This is necessitated by one of the deps we rely on, rollup-plugin-ts, having a node >= 9.0.0 engine requirement which is failing the nodejs 8 builds.

https://github.com/wessberg/rollup-plugin-ts/blob/9079d7a4705078e0709a6f5b9b5147081cce7baf/package.json#L108-L110
@swyxio swyxio merged commit 1a62579 into jaredpalmer:master Oct 15, 2019
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

Successfully merging this pull request may close these issues.

2 participants