I'm trying to start work on a project I found: https://github.com/cosmicjs/ember-real-estate-website?files=1. I want to set it up to run locally following the directions in the screenshot, but I don't know much about node/npm. I'm trying to set this up to run emberjs in pycharm 2017 using git-bash as my terminal in win7. I have npm and node installed along with the jetbrains emberjs plugin. When I run :
npm i
I see:
....
-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
| `-- [email protected]
+-- [email protected]
`-- [email protected]
npm WARN [email protected] No repository field.
I don't know what to regarding the next line:
COSMIC_BUCKET=your-bucket-slug npm start
What does this mean? does it have anything to do with "npm WARN No repository field" ?