Kyoya
June 20, 2022, 3:34pm
1
It keeps saying “Resolving: total 521, reused 521, downloaded 0” in logs
I don’t want to remix my project because it’s private. (can’t remix tho)
Can anyone help me?
I tried to update quick.db so it started to show error so i wanted to return back, one thing led to another.
Is there a way to fix it with terminal? What do i need to enter?
tiago
June 20, 2022, 4:27pm
2
I think there’s nothing you need to do
Kyoya
June 20, 2022, 5:45pm
3
It doesn’t finish, i want to cancel it even if i force it, that’s why i open this thread
tiago
June 20, 2022, 5:47pm
4
Try clicking “ Clear” or selecting “Debugger” to see what it says
wh0
June 20, 2022, 10:01pm
5
this looks like either:
the package manager is broken; or
the project’s start script or install script runs refresh
package manager broken
to diagnose:
run the npm/pnpm install (whichever one you have configured) command with more verbose logging
to resolve:
not sure, but probably try the other one of npm or pnpm.
depends on what the more verbose logging says, really
script runs refresh
to diagnose:
edit your package.json to have empty install script and "true"
start script.
if the behavior no longer occurs, that’s consistent with this being the problem
to resolve:
somehow rewrite things not to run refresh
5 Likes
tiago
September 24, 2022, 2:58pm
8
Hi @Kyoya ! Please don’t bump old posts, that makes them go to the top of the list!
Try running refresh
with the terminal
tiago
September 24, 2022, 3:00pm
10
Are you sure this is an error?
Try clicking “Clear” on the logs section
Kyoya
September 24, 2022, 3:20pm
11
Are you sure you know something about this?
tiago
September 24, 2022, 3:21pm
12
Ha, not sure! But it doesn’t look like an error to me. Can you please share a full screen of your editor?
You can always redact code, of course
Kyoya
September 24, 2022, 3:28pm
13
I did enter “enable-pnpm” and “npm cache clean --force” etc… in Terminal then these are popped up.
ERROR ENOENT: no such file or directory, chmod ‘/rbd/pnpm-volume/6ea8fd9a-ae02-47d5-ab82-dd55d2089001/node_modules/node/bin/node’
I tried refresh, doesn’t effect.
tiago
September 24, 2022, 3:31pm
14
Can you please share a screenshot of your code?
tiago
September 24, 2022, 3:31pm
15
Because else we can’t find what’s wrong
wh0
September 24, 2022, 11:12pm
16
… node_modules/node/bin/node
what method are you using to get the nodejs version that you use? would you be able to switch to the engines.node
field in package.json?
1 Like
tiago
September 26, 2022, 11:11am
18
Try upgrading your node to 16.x
Kyoya
October 1, 2022, 12:48pm
19
it become worse, project got suspended then i got it back with half of package.json.
tiago
October 1, 2022, 12:52pm
20
Oh bad… Probabily [email protected] can help you
tiago
October 1, 2022, 12:53pm
21
Or you can try rewinding your project
Kyoya
October 19, 2022, 10:06am
22
I got it back already. I tried everything i can. Now it pops up ridiculous errors. I’ll try rewind if i don’t forget. If it don’t work, i’ll give up.
kyle.su
November 4, 2022, 12:24am
23
I just had this problem. nothing would fix it. I remixed it, remix didn’t have this issue.
system
Closed
May 3, 2023, 12:24am
24
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.