Momo Kornher
Momo Kornher
Setting a milestone for a certain features reflects its priority for the core developer team, in this case for the main developer. So, if you're waiting to get this implemented...
I always want to use the latest version of my package manager. The exception usually is on a new major release, when I first have to run a few validations....
> @mrgrain Couldn't you use a dist tag? e.g., `npm@latest` I don't think dist tags are supported either? If they are, that would certainly be better than nothing. However the...
> I'm still not convinced this is a good idea: > > * It prevents using hashes to ensure the version is the expected one > * It gives users...
The correct way to do this is: ```console npx projen new --from project-name@file:~/path/to/scoped/dist/js/project-name ``` Might still be a bug though
Cleaning this up. Aside from the reproduction challenge, this would need to address the requested changes.
I like this idea. Not sure how `--with [email protected]` is any easier to manage than `--from [email protected]`
Agreed, thanks for clarifying! I think I was mostly wondering about the issue with private vs public packages you referred to in the original post. I can see how it's...
Thanks @AminFazlMondo ! Everyone else, if you still find something not working please let me know here or create a new issue.
Implemented by #2974