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

PostInstall Fails on Snyk #79

Closed
smcguinness opened this issue Oct 17, 2019 · 3 comments
Closed

PostInstall Fails on Snyk #79

smcguinness opened this issue Oct 17, 2019 · 3 comments

Comments

@smcguinness
Copy link

When following the docs on Segment Official Docs , I get stuck at the very first command npm install --save-dev typewriter@next. The install fails as it is attempting to run a snyk protect command on post install.

Screen Shot 2019-10-17 at 5 33 56 PM

If I get passed the post install by using the -- ignore-scripts option I then again get the same issue when running npx typewriter@next init.

I tried to look at the code for the installed version, but the installed version does not seem to have a release tag on the repo.

@colinking
Copy link
Contributor

Hey @smcguinness! Thanks for reporting this. We recently removed snyk from the postinstall script in one of the more recent pre-releases.

If you re-run this, it should pull a more recent pre-release (7.0.0-47) with this issue fixed. Let me know when you get a chance to give it another shot :)

@colinking
Copy link
Contributor

I tried to look at the code for the installed version, but the installed version does not seem to have a release tag on the repo.

The code for the pre-release branch of typewriter is available here: #59

@smcguinness
Copy link
Author

@colinking Thanks so much for getting back with me so quickly. That new version published fixed the issue. 👍

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

2 participants