-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
No such file or directory renaming .dezalgo.DELETE #7
Comments
Same problem for me ! |
I solved this problem by updating npm in my package.json to 5.6.0 (npm/npm#17444 (comment)) Update: I just ran into this issue again while running the now most recent version of npm and discovered that installing any dependencies with an older version of npm as a requirement also caused this error for me (npm-check-updates requires npm 3.10.10) |
I am already on version 5.6 and still facing this issue |
Still not fixed. Some dependy of mine is using dezalgo. --> Project build failing |
@ogezue deleting package-lock.json then reinstalling works for me. |
For some reason the old one was hitting this: isaacs/dezalgo#7
Same here, deleting package-lock.json and node_modules didn't work. |
Guys, try to delete |
I can verify that removing Looks like it is an issue submitted here: raineorshine/npm-check-updates#420 |
@marco-fp You ever get a fix? I am running into the same issue and deleting package-lock.json and node_modules did not work for me either... |
It looks like this is happening with Running |
I had the same problem on: Updating npm to 5.7.1 seems to fix the problem. |
Same problem
Running |
The node_modules two step work for me. Yuck.
|
I identified the depending package with
and removed npm-check-updates.
Then I triggered
and it finished successfully |
I had this issue too using npm v5.6.0, upgraded to 6.0.0 and now every installation works fine. run npm i -g npm to upgrade |
as @danawoodman suggested, it worked best for me to just remove check updates, upgrade npm and then reinstall it |
deleting package-lock.json then reinstalling works for me. |
I had this issue too using npm v5.6.0, upgraded to 6.0.0 and now every installation works fine. run npm i -g npm to upgrade |
A simple Logical solution. |
Hi there!
When installing/updating a project of mine using
npm install
, I ran across the following problem with dezalgo:This seems to have occured out of the blue, so I wondered if this has anything to do with the dezalgo package?
Full debug log:
The text was updated successfully, but these errors were encountered: