Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
a351da80
Commit
a351da80
authored
May 21, 2016
by
Ward Bell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(readme): stronger, clearer on node/npm versions
parent
104e0774
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
README.md
README.md
+9
-5
No files found.
README.md
View file @
a351da80
...
...
@@ -14,11 +14,15 @@ Please keep that in mind before posting issues and PRs.
## Prerequisites
Node.js and npm are essential to Angular 2 development.
*
We certify specific version
—
node
`v5.x.x`
and npm
`3.x.x`
—
for this QuickStart.
Both older and newer versions produce errors.
*
We recommend
[
nvm
](
https://github.com/creationix/nvm
)
for managing multiple versions of node and npm.
<a
href=
"https://docs.npmjs.com/getting-started/installing-node"
target=
"_blank"
title=
"Installing Node.js and updating npm"
>
Get it now
</a>
if it's not already installed on your machine.
**Verify that you are running node `v5.x.x` and npm `3.x.x`**
by running
`node -v`
and
`npm -v`
in a terminal/console window.
Older and newer versions produce errors.
We recommend
[
nvm
](
https://github.com/creationix/nvm
)
for managing multiple versions of node and npm.
## Create a new project based on the QuickStart
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment