Skip to content

Commit

Permalink
doc(readme): add note about npm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 22, 2016
1 parent 0d91138 commit 307ee5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ npm install aurelia-cli -g

Note: Always run commands from a Bash (preferred) or Powershell prompt. Depending on your environment, you may need to use `sudo` when executing npm global installs.

Note: While creating a new project doesn't require NPM 3, front-end development, in general, requires a flat-package structure, which is not what NPM < 3 provides. It is recommended that you update to NPM 3, which will be able to manage this structural requirement.

## Creating A New Aurelia Project

To create a new project, you can run `au new`. You will be presented with a number of options. If you aren't sure what you want, you can select one of the defaults. Otherwise, you can create a custom project. Simply follow the prompts.
Expand Down

0 comments on commit 307ee5b

Please sign in to comment.