Skip to content

Commit

Permalink
force flag added to resolve npm errors while installing webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkaprabhaChakraborty committed Jul 17, 2021
1 parent 8e1476f commit f8bcd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dact/createreact.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def create():
write_webpack_config()
add_gitignore()
write_package_json()
os.system(f"npm install --package-lock")
os.system(f"npm install --package-lock --force")
os.chdir("src")
write_index_js()
write_react_App_js()
Expand Down

0 comments on commit f8bcd0f

Please sign in to comment.