Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.19k stars 801 forks source link

Setup fails using latest node/npm/bower #23

Closed tcrs closed 10 years ago

tcrs commented 10 years ago

I do the following steps to install Laverna on Windows: download the latest node.js windows installer and install in g:/nodejs then do:

cd g:/nodejs
npm install -g grunt bower
git clone https://github.com/Laverna/laverna.git
cd laverna
npm install
bower install
grunt build

There are two problems:

G:\nodejs>node --version
v0.10.26

G:\nodejs>grunt --version
grunt-cli v0.1.13

G:\nodejs>bower --version
1.3.1

FYI I've also tried the install on Linux and had exactly the same issues.

Let me know if you need any more information.

tcrs commented 10 years ago

Can confirm that this is solved now, install runs correctly. Thanks :).