mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
519 B
23 lines
519 B
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
font-family: Helvetica;
|
|
font-size: 14px;
|
|
}
|
|
li:last-child {
|
|
margin-bottom: 16px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<p>This package has installed:</p>
|
|
<ul>
|
|
<li>Node.js {nodeversion} to <code>/usr/local/bin/node</code></li>
|
|
<li>npm {npmversion} to <code>/usr/local/bin/npm</code></li>
|
|
</ul>
|
|
<p>Make sure that <code>/usr/local/bin</code> is in your <code>$PATH</code>.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|