Skip to content
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

Added npm install (i.e., for twit) #57

Merged
merged 2 commits into from Aug 23, 2018
Merged

Conversation

msbrown
Copy link
Contributor

@msbrown msbrown commented Jul 1, 2018

Need to run this to install dependent modules listed in package.json file (e.g., twit)

Need to run this to install dependent modules listed in package.json file (e.g., twit)
a2z/04c_ec2.md Outdated
@@ -60,6 +60,11 @@ $ sudo apt-get install npm
$ sudo ln -s `which nodejs` /usr/bin/node
{% endhighlight %}

* Install the node package dependencies (specified in your package.json file):
{% highlight text %}
$ sudo npm install
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! Does it work with npm install (no sudo)? In theory sudo should be reserved for global packages only.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sorry, npm install will work without sudo.

@shiffman
Copy link
Owner

Thanks!

@shiffman shiffman merged commit b818fa0 into shiffman:gh-pages Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants