ipfs-content-addressed-archiver icon indicating copy to clipboard operation
ipfs-content-addressed-archiver copied to clipboard

Error when I try to run npm start

Open bryanblaz opened this issue 3 years ago • 5 comments

npm ERR! Missing script: "start" npm ERR! npm ERR! Did you mean one of these? npm ERR! npm star # Mark your favorite packages npm ERR! npm stars # View packages marked as favorites npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\user\AppData\Local\npm-cache_logs\2022-02-01T00_48_52_479Z-debug.log

bryanblaz avatar Feb 01 '22 00:02 bryanblaz

That's odd. Did you run

npm start

from inside the project directory?

the start script is defined here https://github.com/olizilla/ipfs-content-addressed-archiver/blob/fd51df6f4b33d8605e3155c468330b562635257b/package.json#L6

olizilla avatar Feb 08 '22 12:02 olizilla

I have same issue

KaizokuOni272 avatar Feb 15 '22 09:02 KaizokuOni272

What version of node and npm are you using?

olizilla avatar Feb 15 '22 11:02 olizilla

I recommend using the current LTS release of node v16

olizilla avatar Feb 15 '22 11:02 olizilla

Try npm run start. Current versions of npm require the run keyword.

dysbulic avatar Aug 07 '23 09:08 dysbulic