Check /app/package.json: command not found. Is a start script missing? https://glitch.com/help/failstart/ HELP

I need to solve this error, my project is not working and it says the page was not found even though I visited https://glitch.com/help/failstart/

Can you share your package.json? Do you have a start script?

1 Like
  "//1": "describes your app and its dependencies",
  "//2": "https://docs.npmjs.com/files/package.json",
  "//3": "updating this file will download and update your packages",
  "name": "botname", //name
  "version": "0.0.1", //version
  "author": "mustf", //owner
  "description": "coool bot made with glitch!", // description
  "main": "bot.js", //main file
  "scripts": {
    "start": "node bot.js" //bot.js should be changed as the name of your file
  },
  "dependencies": {
// go to console and type your modules, npm i modulename
  },
  "engines": {
    "node": "12x" //dont need to touch
  },
  "license": "MIT", //licance
  "keywords": [
    "node",
    "glitch",
    "express"
  ]
}```

// change it with your `package.json` and go!

@glitch_support did claim they changed the urls but you seem to be still getting it :thinking:

1 Like

Hi @EnderBuguner

Where did you see the message with the broken link? Did it appear in project terminal? Or did you see this link somewhere else. Let me know and I’ll be sure that it gets fixed.

2 Likes

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