• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2 <head>
3    <style>
4      body {
5        font-family: Helvetica;
6        font-size: 14px;
7      }
8      li:last-child {
9        margin-bottom: 16px;
10      }
11    </style>
12 </head>
13 <body>
14   <div>
15     <p>This package has installed:</p>
16     <ul>
17       <li>Node.js {nodeversion} to <code>/usr/local/bin/node</code></li>
18       <li>npm {npmversion} to <code>/usr/local/bin/npm</code></li>
19     </ul>
20     <p>Make sure that <code>/usr/local/bin</code> is in your <code>$PATH</code>.</p>
21   </div>
22 </body>
23</html>
24