Closed bryanchriswhite closed 8 years ago
gpg --export-secret-key
npm <script>
node <file>
npm start
main.js
path
callback
next
done
Awesome fixes! Thanks.
gpg --export-secret-key
step (don't think it's necessary and shoudn't be done if not)npm <script>
instead ofnode <file>
npm start
to callmain.js
(server.js has moved and isn't the entry point anymorepath
core module instead of manual string maniuplationcallback
vars and rename tonext
anddone
where appropriate