You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnReact.createElement(Card_1.Card,{className: 'cr-check'},React.createElement(Card_1.CardHeader,{title: 'System Checks'}),React.createElement(setup_checker_1.default,{status: status},React.createElement(StepCheck,{label: 'Node >= 0.10',completed: checks.system.node},React.createElement("p",null,"Install a newer version of ",React.createElement("a",{href: 'https://nodejs.org'},"Node"))),React.createElement(StepCheck,{label: 'NPM >= 3',completed: checks.system.npm},React.createElement(_components_1.Markdown,null,"Update your version of NPM."+' '+"`> npm update -g npm`"))));
returnReact.createElement(Card_1.Card,{className: 'cr-check'},React.createElement(Card_1.CardHeader,{title: 'Setup Checks'}),React.createElement(setup_checker_1.default,{status: status},React.createElement(StepCheck,{label: 'Open a Directory',completed: checks.setup.dir},React.createElement("p",null,"File -> Open (a new folder)")),React.createElement(StepCheck,{label: 'package.json',completed: checks.setup.packageJson},React.createElement(Stepper_1.StepLabel,null,"Package.json"),React.createElement(_components_1.Markdown,null,"Create a package.json by running"+' '+"`> npm init -y`")),React.createElement(StepCheck,{label: 'Install Tutorial',completed: checks.setup.tutorial},React.createElement(_components_1.Markdown,null,"Install a tutorial using npm. For example:"+' '+"`> npm install coderoad-functional-school --save-dev`"))));
0 commit comments