We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's currently handled in the following modules: typescript, react-core and angular-core.
typescript
react-core
angular-core
Since the init module is initializing the node project and the package.json, the .npmrc should be created here.
init
.npmrc
The text was updated successfully, but these errors were encountered:
Can I work on this?
Sorry, something went wrong.
@coder1706 : Sure!
move creation of .npmrc file to the init module (#10889)
8a08978
move creation of .npmrc file to the init module Fix #10860
Successfully merging a pull request may close this issue.
It's currently handled in the following modules:
typescript
,react-core
andangular-core
.Since the
init
module is initializing the node project and the package.json, the.npmrc
should be created here.The text was updated successfully, but these errors were encountered: