-
Notifications
You must be signed in to change notification settings - Fork 25
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 publish doesn't change npm create templates #27
Comments
quick search resulted in this issue: looks like that behavior has been fixed in v7.8.0, which was published just 5 days ago. Try updating npm and see the problem persists |
Thank you. When I checked the version of npm in the environment where Let's update npm and then check. |
I updated the version of create-book to
And when I ran
So it doesn't seem to be fixed just by updating npm |
It seems to be a problem in my environment (npx cache?), So close it. Thank you for your research and comments! |
I updated the
templates/
with create-book usingcreate-create-app
and thennpm pulish
, but the one generated by runningnpm create book
is still the old templates.Is there anything else need to do to update the image run by
npm create
other thannpm publish
?README.md
explains thatnpm publish
is running.When I installed the published one with
npm i create-book
, npm was up to date.The text was updated successfully, but these errors were encountered: