I am trying to run demo project provided bu angular 2 team from this link
But I am facing some issue while running it. Can any please guide me to figure out the issue
Asked
Active
Viewed 50 times
-2

Sritam Jagadev
- 955
- 4
- 18
- 46
-
1You need to run the command from demo folder. Please navigate to demo folder and run the install command. – notionquest Jun 18 '18 at 09:04
-
1`cd Demo` then `npm install` Better to use the [angular-cli](https://cli.angular.io/). And follow the angular [official documentation](https://cli.angular.io/) – Anuradha Gunasekara Jun 18 '18 at 09:06
-
add detailed code. i.e your directory structure and where package.json is located. – Wisely D Cruizer Jun 18 '18 at 09:10
1 Answers
-1
Please navigate to demo
folder and run the npm install
command.
cd demo
npm install

notionquest
- 37,595
- 6
- 111
- 105