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

cannot install #90

Open
DomDumont opened this issue Aug 31, 2022 · 7 comments
Open

cannot install #90

DomDumont opened this issue Aug 31, 2022 · 7 comments

Comments

@DomDumont
Copy link

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

@mefechoel
Copy link
Owner

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.

@mefechoel
Copy link
Owner

I cannot reproduce the error. Are you trying to install the package from git?

@DomDumont
Copy link
Author

no, just a classic npm install

@DomDumont
Copy link
Author

the postinstall script seems to be executed on my machine "postinstall": "is-ci || husky install", I do not know anything about npm

@mefechoel
Copy link
Owner

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 _postinstall. I have no idea whats happening there. I'll need some more information from your setup. What versions of npm and svelte navigator are you using? What are the exact steps to reproduce the error? How is you project set up? Have you tried deleting node_modules and package-lock.json and reinstalling everything again?

@DomDumont
Copy link
Author

Here are some versions i have :
Windows_NT 10.0.19044
node v16.13.2
npm v8.18.0
svelte-navigator@3.2.2

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
165 http fetch POST 200 871ms
166 timing auditReport:getReport Completed in 1182ms
167 silly audit report {}
168 timing auditReport:init Completed in 0ms
169 timing reify:audit Completed in 1184ms
170 info run svelte-navigator@3.2.2 postinstall { code: 1, signal: null }
171 timing reify:rollback:createSparse Completed in 111ms
172 timing reify:rollback:retireShallow Completed in 0ms
173 timing command:install Completed in 11078ms
174 verbose stack Error: command failed
174 verbose stack at ChildProcess. (C:\Users\ddumont\AppData\Roaming\npm\node_modules\npm\node_modules@npmcli\promise-spawn\lib\index.js:63:27)
174 verbose stack at ChildProcess.emit (node:events:390:28)
174 verbose stack at maybeClose (node:internal/child_process:1064:16)
174 verbose stack at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)
175 verbose pkgid svelte-navigator@3.2.2
176 verbose cwd D:\Realisations\the-svelte-professor
177 verbose Windows_NT 10.0.19044
178 verbose node v16.13.2
179 verbose npm v8.18.0
180 error code 1
181 error path D:\test_project\node_modules\svelte-navigator
182 error command failed
183 error command C:\WINDOWS\system32\cmd.exe /d /s /c is-ci || husky install
184 error 'is-ci' n'est pas reconnu en tant que commande interne
184 error ou externe, un programme ex�cutable ou un fichier de commandes.
184 error husky - .git can't be found (see https://typicode.github.io/husky/#/?id=custom-directory)
185 verbose exit 1
186 timing npm Completed in 11257ms
187 verbose unfinished npm timer reify 1662035465653
188 verbose unfinished npm timer reify:build 1662035476088
189 verbose unfinished npm timer build 1662035476089
190 verbose unfinished npm timer build:deps 1662035476089
191 verbose unfinished npm timer build:run:postinstall 1662035476099
192 verbose unfinished npm timer build:run:postinstall:node_modules/svelte-navigator 1662035476100
193 verbose code 1
194 error A complete log of this run can be found in:

@DomDumont
Copy link
Author

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

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