Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Docs (quickstart): Systemjs.Config.js is missing! #1436

Closed
kabua opened this issue May 19, 2016 · 7 comments
Closed

Docs (quickstart): Systemjs.Config.js is missing! #1436

kabua opened this issue May 19, 2016 · 7 comments

Comments

@kabua
Copy link

kabua commented May 19, 2016

In the 5 Min Quick Start, under Step 1.b, the last tab marked 'systemjs.config.us' states the following:
"BAD FILENAME: ../../_fragments/quickstart/ts/systemjs.config.1.js.md Current path: docs,ts,latest,quickstart PathToDocs: ../../"

Obviously, this is invalid JS code; therefore, I believe that some kind of link is broken.

@kabua
Copy link
Author

kabua commented May 19, 2016

The missing file can be found here!

@jevenson
Copy link

+1

@Foxandxss
Copy link
Member

@jevenson There is a new option to add reactions to issues. +1 comments doesn't help.

@wardbell
Copy link
Contributor

Fixed by #1438

@VickyRonnen
Copy link

Perhaps it is fixed, but it is certainly not tested.
The [https://angular.io/docs/ts/latest/quickstart.html](quick start guide) still shows
BAD FILENAME: ../../_fragments/quickstart/ts/systemjs.config.1.js.md Current path: docs,ts,latest,quickstart PathToDocs: ../../
In the mentioned tab.
Further more the getting started example does not work.
npm start gives error message:

npm ERR! Linux 4.4.9-300.fc23.x86_64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v4.4.4
npm ERR! npm v2.15.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: tsc && concurrently "npm run tsc:w" "npm run lite"
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] start script 'tsc && concurrently "npm run tsc:w" "npm run lite" '.
npm ERR! This is most likely a problem with the angular2-quickstart package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! tsc && concurrently "npm run tsc:w" "npm run lite"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs angular2-quickstart
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls angular2-quickstart
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/vicky/angular2-quickstart/app/npm-debug.log

node.js is installed according to the docs
as root:
curl --silent --location https://rpm.nodesource.com/setup_4.x|bash -
dnf install nodejs

Removing all things and stick to AngularJS 1 for another year at least.
AngularJS2 project is missing any quality control on documentation and thus also on the software it self. Documentation is integral part of the software.
It should work out of the box following the instructions in the docs by every one else.
Simple step for introducing quality control to the AngularJS2 project: create a new clean VM. Do exactly the steps from the docs. If it doesn't work the docs and/or software is wrong.
Quality control is so simple to implement...

@Foxandxss
Copy link
Member

You need to use node 5 and npm 3.x to make this work.

Also, the bad region issue is fixed in master and will be live soon.

@naomiblack
Copy link
Contributor

Hi @VickyRonnen. I'm deleting your comment because it does not meet the guidelines set out in our Code of Conduct.

@angular angular locked and limited conversation to collaborators May 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants