Skip to content

Instantly share code, notes, and snippets.

@reid
Created June 8, 2010 21:54
Show Gist options
  • Select an option

  • Save reid/430708 to your computer and use it in GitHub Desktop.

Select an option

Save reid/430708 to your computer and use it in GitHub Desktop.
[rburke@gonechildren-lm 659 ~/working/narwhal-lib]
$ node-repl
Welcome to the Node.js REPL.
Enter ECMAScript at the prompt.
Tip 1: Use 'rlwrap node-repl' for a better interface
Tip 2: Type Control-D to exit.
Type '.help' for options.
node> require("kiwi").require("narwhal-lib")
TypeError: Object ---
name: narwhal-lib
version: 0.0.2
description: A general purpose JavaScript library
has no method 'match'
at Object.seed (/Users/rburke/.node_libraries/kiwi.js:101:57)
at Object.require (/Users/rburke/.node_libraries/kiwi.js:115:22)
at repl:1:17
at REPLServer.readline (repl:84:17)
at Stream.<anonymous> (repl:47:19)
at Stream.emit (events:25:26)
at IOWatcher.callback (net:378:14)
at node.js:204:9
node> ^D
[rburke@gonechildren-lm 660 ~/working/narwhal-lib]
$ node --version
0.1.97
[rburke@gonechildren-lm 661 ~/working/narwhal-lib]
$ kiwi --version
0.3.0
[rburke@gonechildren-lm 662 ~/working/narwhal-lib]
$ cat seed.yml
---
name: narwhal-lib
version: 0.0.2
description: A general purpose JavaScript library
[rburke@gonechildren-lm 663 ~/working/narwhal-lib]
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment