mongotron icon indicating copy to clipboard operation
mongotron copied to clipboard

Issue with starting mongotron on Windows

Open subodhpareek18 opened this issue 8 years ago • 2 comments

Node v5.5.0 npm v3.3.12

After git clone and npm install, on doing an npm start getting errors. Here's the npm-debug.log.

npm-debug.txt

subodhpareek18 avatar May 22 '16 22:05 subodhpareek18

Open gulpfile.js edit line 76 childProcess.exec(rm -rf ${appConfig.releasePath} && rm -rf ${appConfig.buildPath}, next); to childProcess.exec(rmdir /s /q ${appConfig.releasePath} && rmdir /s /q ${appConfig.buildPath}, next); and Create App root folder Release and Build folder and run npm start Problem gulp not find Release folder and Build folder on directory

serkandyck avatar Jun 06 '16 10:06 serkandyck

Sounds like a duplicate of this issue:

https://github.com/officert/mongotron/issues/146

@SerkanDayicik if you have a fix for Windows could you submit a PR? 👍

officert avatar Aug 25 '16 02:08 officert