-
Notifications
You must be signed in to change notification settings - Fork 6.9k
No longer works #420
Comments
I just tried (with node v6.11.1 and npm v3.10.10 on Windows 10) and it works fine. It sounds like your bower dependencies are not installed correctly. Did you get any bower-related errors? |
I think I managed to repair this... https://github.com/pierlove/maxlove if someone can verify... new around here so not sure about contrib policies so I just published it at that url... I was able to trouble shoot and find the problem and fix the issue.. node has changed and breaks code hardcoded in the karma module for socket.io... the change is to replace process.Emitter with require('events') in several offending files. Let me know if I can help in getting these updated for you on GitHub... |
Thx for looking into it @pierlove. First of all we need a way to reproduce this, because as mentioned in my previous comment I cannot reprodue the issue. If someone can share step-by-step instructions to reproduce the problem or a repo one tcan check out and see the issue, I would be happy to look into it and what it would be the best way to resolve this upstream. |
The major issue is changed node core libraries. Also, I am on OSX. |
I am playing with Angular on ci.io atm.... still struggling to find my feet. It's not even the code it's all the infrastructure and just getting a workflow, workspace environment that works together. |
So, this only fails on latest node versions? Which ones? |
I'm new to angular development. When i do npm install, it shows an error like, bower is not used so u can try either yarn or webpack. Im really confused even when i try to run yarn install , it still shows bower is no longer used.Can anyone help me, i new to angular seed |
Can you post the full log? |
@gkalpak hello sir, npm WARN deprecated [email protected]: ..psst! While Bower is maintained, we recommend Yarn and Webpack for new front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: bower/bower#2467
bower angular#~1.5.0 cached https://github.com/angular/bower-angular.git#1.5.11 and when i run npm start, $ npm start
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
Starting up http-server, serving ./app When i press CTRL-C , Git Bash is not closing and so if i close it and open the second time it shows the port is already in use. |
These are warnings which you can safely ignore. The Ctrl+C issues is weird. What OS are you using? |
@gkalpak Windows 8.1 |
Then it should definitely work :D |
@gkalpak it also shows EADDRINUSE, Address already in use |
It sounds like something is occupying the port. You need to find what it is and shut it down. |
yea as im new to all these package managers, there is a lot of confusion. Anyways , thnx @gkalpak |
@alecmce did you miss |
I'd guess that some things have updated and package.json doesn't specify the right versions, but I just wanted a quick-start boilerplate AngularJS app, and on loading I get these errors:
:8000/bower_components/html5-boilerplate/dist/css/normalize.css Failed to load resource: the server responded with a status of 404 (Not Found)
:8000/bower_components/html5-boilerplate/dist/css/main.css Failed to load resource: the server responded with a status of 404 (Not Found)
modernizr-2.8.3.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular-route.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular-route.js Failed to load resource: the server responded with a status of 404 (Not Found)
app.js:4 Uncaught ReferenceError: angular is not defined
at app.js:4
view1.js:3 Uncaught ReferenceError: angular is not defined
at view1.js:3
view2.js:3 Uncaught ReferenceError: angular is not defined
at view2.js:3
version.js:3 Uncaught ReferenceError: angular is not defined
at version.js:3
version-directive.js:3 Uncaught ReferenceError: angular is not defined
at version-directive.js:3
interpolate-filter.js:3 Uncaught ReferenceError: angular is not defined
at interpolate-filter.js:3
:8000/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)
normalize.css Failed to load resource: the server responded with a status of 404 (Not Found)
main.css Failed to load resource: the server responded with a status of 404 (Not Found)
The text was updated successfully, but these errors were encountered: