Stuck on "starting" on projects

Its says “waking up” then gets stuck on “starting”

Additional information
Project name: the-purple-unblocker
Topic moved from: [Solved] Project stuck on 'Starting' - #17 by Ditto

Hi - your package.json ends in an open bracket { when it should be a closing one }. This is preventing your project from properly running. If you look in your logs, it will tell you the line to look at!

2 Likes

Ok I ill try that

It still not working

Here my line of code in “package.json”

{
“name”: “holyub”,
“version”: “5.0.0”,
“repository”: “GitHub - QuiteAFancyEmerald/Holy-Unblocker: Holy Unblocker is a secure web proxy service supporting numerous sites while concentrating on detail with design, mechanics, and features. Bypass web filters regardless of whether it is an extension or network-based. [MOVED]”,
“description”: “Holy Unblocker is a secure web proxy service with support for many sites.”,
“main”: “backend.js”,
“scripts”: {
“start”: “node backend.js”
},
“keywords”: [
“proxy”,
“node.js”,
“unblocker”
],
“author”: “Titanium Network”,
“license”: “MIT”,
“dependencies”: {
“babel”: “^6.23.0”,
“corrosion”: “^1.0.0”,
“express”: “^4.17.1”,
“mime-types”: “^2.1.27”,
“node-fetch”: “^3.2.0”

}

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.