Skip to content
This repository has been archived by the owner. It is now read-only.

Please add Prerequisites section in README.md #82

Open
stippi opened this issue Jun 13, 2021 · 4 comments
Open

Please add Prerequisites section in README.md #82

stippi opened this issue Jun 13, 2021 · 4 comments

Comments

@stippi
Copy link

stippi commented Jun 13, 2021

Hi! Thanks for this awesome project!

I've needed to execute:

npm install --save-dev cross-env

No idea what else I have already installed and therefore did not notice as required.

@BitPhinix
Copy link
Owner

Hi stippi,

thanks for this issue. cross-env is listed as a dependency so it should have been installed alongside the other dependencies during yarn/npm install. Maybe something went wrong during the install process?

@stippi
Copy link
Author

stippi commented Jun 14, 2021

Sorry if this is a dumb question, but what do you mean by "during yarn/npm install"? I cloned the repo and the immediate next thing I tried was npm run start:server from the Usage section.

JFYI: I know what npm, yarn, node.js and so on are in principle, but I have very, very little experience with the whole JS universe.

@BitPhinix
Copy link
Owner

BitPhinix commented Jun 14, 2021

Ahh got you, no worries. You have to run npm install first which will download and install all required dependencies. After that you can npm run start:server and npm run start:cra in a separate terminal.

Let me know if that works for you!

@stippi
Copy link
Author

stippi commented Jun 15, 2021

It already worked for me after I ran npm install --save-dev cross-env. So I guess what I am saying is that you could mention the need to run npm install in your README.md, as first sentence of the Usage section.

(Unless this is really dumb and everyone except me already knows this? Then feel free to close, of course. ;-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants