davinkevin / angularjs-jspm-seed

A example seed for AngularJS and JSPM project
Apache License 2.0
14 stars 5 forks source link

Error on npm start #18

Closed gilmaik closed 8 years ago

gilmaik commented 8 years ago

When running npm start :

err jspm

My current configuration : gulp version : CLI version 3.9.1 npm version : 3.8.6

davinkevin commented 8 years ago

We reproduce the problem, it seems to be linked to the npm version and the non-deterministic way to handle dependencies (https://docs.npmjs.com/how-npm-works/npm3-dupe | https://docs.npmjs.com/how-npm-works/npm3-nondet)

The only solution we found (thanks @aubm) is to stay on v2 of npm.

gilmaik commented 8 years ago

Thanks for the quick answer. I'll try that.

gilmaik commented 8 years ago

It is now working. I had an error with http-server :

TypeError: The header content contains invalid characters

I got rid of this by updating the http-server from 0.8.5 to 0.9.0.