-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install failing #20
Comments
Make sure node is up to date. Update dependencies in package.json. npm install typings, then npm install |
My node is latest and
gives me following error
|
The latest version of node is here Besides that though, you're obviously mismatching angular 2 modules, their versions and their dependencies! |
Just change the compiler-cli in the dev dependencies inside the package.json to something like: Also for some reason it wasnt happy until I made an asset folder in src with an empty .gitkeep file in it. |
I just noticed #22 , the new dependencies should fix the issues. |
is failing with the following output
The text was updated successfully, but these errors were encountered: