Opt/watcher/app-types/node/start.sh: line 49: null: command not found

/opt/watcher/app-types/node/start.sh: line 49: null: command not found

I try website and having a this error!
Please help me :frowning_face:

Proje name; dramatic-hydrant

Hey @Kyoya it looks to me like you’re package.json file doesn’t have a start script defined in the scripts section. Without that Glitch doesn’t know what to do when your project starts. If your project was running at some point then that script was probably removed, and you might be able to use Rewind to be able to reconstruct it.

1 Like

@cori what i can :confused: for this …

Ok, picking up where we left off in your project…

Any time you change package.json (I often just delete and re-add a comma) you’ll kick off a new install and that sometimes will show you the error messages from the install in your project’s logs, if there are any. In this case there are:

node v10.15.0, with pnpm
Installing...
 WARN  deprecated snekfetch@3.6.4: use node-fetch instead
Resolving: total 202, reused 50, downloaded 0
Resolving: total 404, reused 157, downloaded 0
 ERROR  Command failed: git ls-remote --refs git+ssh://git@github.com/RONTheCookie/extract-loader.git master
No user exists for uid 363144
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

so something about the way you’re stating that dependency isn’t working.

1 Like

Ok. I will deleting project.

So it looks like the particular fork you’re trying to use is a private GitHub repo. Perhaps if you try using peerigon/extract-loader instead that might work.