From 5285d5475f168b380168ecc947357e7cb574c6d9 Mon Sep 17 00:00:00 2001 From: Abu Taher Date: Fri, 3 Mar 2017 08:08:38 +0600 Subject: [PATCH] Updated Install Wekan from source on Windows (markdown) --- Install-Wekan-from-source-on-Windows.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Install-Wekan-from-source-on-Windows.md b/Install-Wekan-from-source-on-Windows.md index 92b0a81..0f33ea3 100644 --- a/Install-Wekan-from-source-on-Windows.md +++ b/Install-Wekan-from-source-on-Windows.md @@ -9,10 +9,6 @@ Requirements: - Install Git - Restart Windows (Optional but recommended) -Regarding Node Version, The wekan source requires at least *v0.10*, Tested versions for this note were as below even though it's optional, meteor should take care of all nodejs based dependency related issues. - -![](https://i.imgur.com/w83BFBI.png) - From this point, it's advised to use **Git bash** to run commands to make sure everything works as is, but if you had trouble accessing meteor or npm commands via Git bash, windows CMD will most likely work without any problem. Inside the Git Bash, run these commands: @@ -57,4 +53,11 @@ meteor npm install --save xss meteor ``` -![](https://i.imgur.com/aNVBhj5.png) \ No newline at end of file +![](https://i.imgur.com/aNVBhj5.png) + +# FAQ + +### I am getting `Error: Cannot find module 'fibers'` related problem. +Make sure to run `meteor` instead of `node`. Regarding Node Version, The wekan source requires at least *v0.10*, Tested versions for this note were as below even though it's optional, meteor would take care of all nodejs based dependency related issues. + +![](https://i.imgur.com/w83BFBI.png) \ No newline at end of file