kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

[WIKI] Dev Guide: Node and npm Setup #239

Closed rmberriman closed 5 years ago

rmberriman commented 5 years ago

Description In the Developer Guide section of the Wiki, under Setting Up Development Environment, the Node and npm setup page needs to filled in with useful information for future developers to refer to when setting up this project - so that they don't run into the same issues we did.

Acceptance criteria

Related issues None

darcycox97 commented 5 years ago

approved

bcox280 commented 5 years ago

Approved. Possible details to include: npm versioning, where to download and what the scripts do

rmberriman commented 5 years ago

Approved. Possible details to include: npm versioning, where to download and what the scripts do

Updated issue description to include the above.

twchen97 commented 5 years ago

Approved

Jess-Alcantara commented 5 years ago

Finished! If someone wants to review and give feedback here is the page. Feel free to close the issue on approval.

joel-clarke commented 5 years ago

Looking really good! Don't think there's a need to be any more detailed or have any gifs as it's pretty self explanatory especially if you're following this page. The only thing I can think of is maybe indicate to run "npm install" from the project directory?

Jess-Alcantara commented 5 years ago

@joel-clarke Good catch! Changed to include npm install should be run from the project directory