-
Notifications
You must be signed in to change notification settings - Fork 40
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
cannot install #90
Comments
Oh, thanks for the report, that seems to be a problem caused by the latest update. I'll check to see whats happening there. Meanwhile please try installing svelte-navigator@3.1.6. |
I cannot reproduce the error. Are you trying to install the package from git? |
no, just a classic npm install |
the postinstall script seems to be executed on my machine "postinstall": "is-ci || husky install", I do not know anything about npm |
Yes, that seems to be what is happening, but it should not be able to happen... That script is disabled before the package is published to npm. If you look at the latest version's package.json (3.3.2), you'll see that the postinstall script is changed to |
Here are some versions i have : deleting node_modules and package_lock doesn't change anything. here is an edited extract of my npm log 164 info run svelte-navigator@3.2.2 postinstall node_modules/svelte-navigator is-ci || husky install |
On another computer I have no problem at all. It may be to my office setup ( we have a special registry where we get packages ). I will investigate with my IT team and get back to you |
When i try to npm install your package I got many errors
because i need is-ci and husky to be present on my machine (they are not) and even after that husky needs a git folder ( my project is not yet under a source control ). It's the first time a package asks for so many prerequisites
The text was updated successfully, but these errors were encountered: