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

Add npm lock file for npm 5 #451

Open
renestalder opened this issue Jul 4, 2017 · 2 comments
Open

Add npm lock file for npm 5 #451

renestalder opened this issue Jul 4, 2017 · 2 comments

Comments

@renestalder
Copy link

I'm submitting a ...

[ ] bug report
[x] feature request
[ ] support request

Current behavior
npm modules are installed via version specified in the package.json, where when installed with yarn, the version are taken from the yarn lock file. This is the normal behaviour with npm lower than version 5.

When installed with npm, the versions can vary between developers and this causes unexpected errors.

Expected behavior
It should install a locked version number. This is possible with npm 5 and the npm lock file, which is similar to yarn.

Minimal reproduction of the problem with instructions
No specific case, but happened to me with the TypeScript version.

What is the motivation / use case for changing the behavior?
Less unexpected errors

Please tell us about your environment:
macOS

@renestalder renestalder changed the title Add npm lock file für npm 5 Add npm lock file for npm 5 Jul 4, 2017
@NathanWalker
Copy link
Owner

Hi @renestalder thanks for the report - I"ll fix this once {N} supports angular 2.4 and I can update more of the seed:
NativeScript/nativescript-angular#842

@danielgek
Copy link

@NathanWalker do you mean 4.2 ? xD

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

3 participants