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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: lib/components/start/start.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ exports.Start = function (_a) {
11
11
vartutorials=_a.tutorials,warning=_a.warning;
12
12
return(React.createElement(paper_1.default,{className: 'cr-start'},React.createElement("div",{className: 'cr-start-header'},React.createElement("span",{className: 'title'},"CodeRoad"),React.createElement("p",{className: 'tagline'},"Tutorials in the Editor"),React.createElement("p",{className: 'version'},"Beta"),!warning
]},React.createElement("div",null,"Install a newer version of ",React.createElement("a",{href: 'https://nodejs.org'},"Node"))),React.createElement(VerticalStep_1.default,{orderStepLabel: '2',stepLabel: 'NPM >= 3',actions: [
]},React.createElement("div",null,"Update your version of NPM.",React.createElement("br",null),"`> npm update -g npm`"))),React.createElement(dynamic_stepper_1.default,null,React.createElement(VerticalStep_1.default,{orderStepLabel: '1',stepLabel: 'working directory',actions: [
20
+
]},React.createElement("div",null,"Update your version of NPM.",React.createElement("br",null),"`> npm update -g npm`"))),React.createElement(dynamic_stepper_1.default,{title: 'Setup Checks'},React.createElement(VerticalStep_1.default,{orderStepLabel: '1',stepLabel: 'working directory',actions: [
]},React.createElement("div",null,"File -> Open (a new folder)")),React.createElement(VerticalStep_1.default,{orderStepLabel: '2',stepLabel: 'package.json',actions: [
0 commit comments