replit / kaboomware

9 stars 9 forks source link

npm ERR! Missing script: "create" #2

Open unformat14n opened 10 months ago

unformat14n commented 10 months ago

I did the following:

  1. Fork the kaboomware repo:
  2. git clone https://github.com/kenneyher/kaboomware.git
  3. cd into the appropriate directory: /Users/thekennyman/kaboom/kaboomware
  4. npm install
  5. npm run create kenneyher ufo_esc I get this error npm ERR! Missing script: "create" 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! /Users/thekennyman/.npm/_logs/2023-11-05T18_50_22_069Z-debug-0.log

teesh3rt commented 9 months ago

You may be running it in the wrong directory, because from checking the package.json, the script does exist.