I'm running this on mac and on trying to do the "npm run start" command I get an error #1120
Replies: 9 comments
-
npm start run? |
Beta Was this translation helpful? Give feedback.
-
@TyrantRex I tried both what you put in and what I was trying just now and I still received the same error message. |
Beta Was this translation helpful? Give feedback.
-
same issue here |
Beta Was this translation helpful? Give feedback.
-
2020-12-03T03_10_49_865Z-debug.log I tried running the command in a terminal created at the folder and got this output |
Beta Was this translation helpful? Give feedback.
-
Did you run npm install prior? Try the following (if first doesn't work try the second as well):
|
Beta Was this translation helpful? Give feedback.
-
@taisazero I ran it again and got the following output `npm WARN tayloraishman No description up to date in 0.38s |
Beta Was this translation helpful? Give feedback.
-
Had the same problem: First Step switch to street merchant folder: cd streetmerchant If you than get a different error I run: "npm update" which fixes the also the second issue for me. |
Beta Was this translation helpful? Give feedback.
-
As @BAngel87 notes, and from the snippet you shared, specifically: Seems to suggest you're still in your users' root, so provided you've already cloned it the repo, possible into your users' root, just do
That will use the defaults and should begin the madness. I'd recommend customisation it though, as the default is often searching for more than you actually want. |
Beta Was this translation helpful? Give feedback.
-
@BAngel87 and @chrisjohnleah it worked thank you guys so much, my .env file doesn't appear to register now though? It's acting like I left everything blank. |
Beta Was this translation helpful? Give feedback.
-
Description
Here's the issue
(base) tayloraishman@MacBook-Pro ~ % npm run start
npm ERR! missing script: start
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/tayloraishman/.npm/_logs/2020-12-03T01_29_45_765Z-debug.log
Any other bit of help would be amazing thank you
Beta Was this translation helpful? Give feedback.
All reactions