Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Hard code tar 2.2.1 #31

Merged
merged 1 commit into from
May 11, 2017
Merged

Conversation

dgendill
Copy link
Contributor

@dgendill dgendill commented May 11, 2017

I was reinstalling PureScript and ran into this error.

> psvm install-latest
Downloading PureScript compiler  v0.11.4  for  linux64
Extracting  ...
(node:13065) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: tar.Extract is not a function

Looks like tarball-extract is relying on tar *, and tar's API just changed recently.

matsieftw/tarball-extract#8
Related: konsumer/easy-ffmpeg#7

I installed the repo locally and hard coded the tar dependency and everything seems to work now.

@ThomasCrevoisier
Copy link
Owner

@dgendill Thanks for your fix ! I'll publish the fixed version on npm as soon as I can :)

@ThomasCrevoisier ThomasCrevoisier merged commit 85db9fc into ThomasCrevoisier:master May 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants