[Pkg-javascript-commits] [sockjs-client] 413/434: npm --dev doesn't behave

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit 0ebc68be4f2892b8a95a3bf0466bf99346d53ea2
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Thu Sep 27 16:05:20 2012 +0100

    npm --dev doesn't behave
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 8f30b28..216c1a0 100644
--- a/README.md
+++ b/README.md
@@ -278,6 +278,7 @@ SockJS-client source code, check out the git repo and follow this
 steps:
 
     cd sockjs-client
+    npm install
     npm install --dev
 
 To generate JavaScript run:
@@ -299,6 +300,7 @@ various SockJS requests. A common way is to use `SockJS-node` test
 server for that. To run it (by default it will be listening on port 8081):
 
     cd sockjs-node
+    npm install
     npm install --dev
     make build
     make test_server

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list