Skip to content
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 version out of date #4

Closed
Garbett1 opened this issue Nov 17, 2016 · 3 comments
Closed

Npm version out of date #4

Garbett1 opened this issue Nov 17, 2016 · 3 comments

Comments

@Garbett1
Copy link

The install script installs an old version of NPM due to the version being stored in the apt repo being old.

This can cause issues with trying to rely of newer features of NPM, such as @ scoping (Such as @angular or @types).

I think a solution could be using a a curl script to pull a newer version.

@mrsheepuk
Copy link
Owner

Great point @Garbett1 , I've added in an "npm install -g npm" step to update to the latest NPM after installing the packaged version, that should address this. Give it a try and let me know if it's resolved the issue for you!

@Garbett1
Copy link
Author

Npm seems to be installing fine, great!

@mrsheepuk
Copy link
Owner

Great, thanks for confirming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants