W
W
web_dev2014-12-23 21:00:48
JavaScript
web_dev, 2014-12-23 21:00:48

Initializing package and bower.json after downloading project from repository?

Hello, I generated a new project
yo webapp
, it automatically generated .gitignore for me.

node_modules
dist
.tmp
bower_components

Made a commit to the repository, then made a clone to another directory.
Opened in "WebStorm" accordingly received "Cannot load grunt tasks" because "node_modules and bower_components" are missing.
How can I make them automatically created based on "package.json" or what command should I type in? How do I need to initialize the project? This is all completely new to me, so I don’t even know how to submit a request to Google correctly ...
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Philipp, 2014-12-23
@zoonman

npm install
bower update

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question