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
8e4b387d
Commit
8e4b387d
authored
May 21, 2016
by
Foxandxss
Committed by
Ward Bell
May 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add required node and npm versions
closes #112
parent
335b5fde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
README.md
README.md
+12
-1
No files found.
README.md
View file @
8e4b387d
...
...
@@ -11,6 +11,15 @@ It exists primarily to get you started quickly with learning and prototyping in
We are unlikely to accept suggestions about how to grow this QuickStart into something it is not.
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.
## Create a new project based on the QuickStart
Clone this repo into new project folder (e.g.,
`my-proj`
).
...
...
@@ -45,9 +54,11 @@ git push -u origin master
```
## Install npm packages
> See npm and nvm version notes above
Install the npm packages described in the
`package.json`
and verify that it works:
**Attention Windows Developers: You must run all of these commands in administrator mode**
**Attention Windows Developers: You must run all of these commands in administrator mode**
.
```
bash
npm
install
...
...
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