You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
and am stuck with a supposingly npm error message:
hana (master) blogsiple$ ./bin/blogsiple
fs.js:356
binding.mkdir(path, modeNum(mode), callback || noop);
^
TypeError: Bad argument
at Object.mkdir (fs.js:356:11)
at /home/hana/RubymineProjects/blogsiple/lib/blogsiple.coffee:19:15
Hi,
I am desperately trying to set up blogsiple
and am stuck with a supposingly npm error message:
Dependencies:
any advice? I might be very stupid but am trying
my history installing:
git clone git://github.com/bergie/blogsiple.git
229 cd blogsiple/
230 ls
231 git submodule update --init
234 npm install
235 ./bin/blogsiple
236 which coffee
237 coffee --version
238 sudo apt-get install coffeescript
239 which coffee
240 which node
241 ./bin/blogsiple
242 npm install redis
243 ./bin/blogsiple
244 npm install -g --prefix ./foo/bar abbrev
245 ./bin/blogsiple
246 npm --version
247 coffee --version
248 node
249 node --version
250 ls
251 npm update
252 npm update npm
253 curl http://npmjs.org/install.sh | sh
254 ./bin/blogsiple
255 history
The text was updated successfully, but these errors were encountered: