0

npm init bug

When I run "npm init" the package name always starts from @hackstrap/..., by default. Instead when I run the command package name should be "webpack-demo". How can I make this happen?

Abhi N
  • 13
  • 4

1 Answers1

0
npm config delete scope --global

Running this command helped me solve the issue

Abhi N
  • 13
  • 4