Giter Site home page Giter Site logo

Comments (24)

davidmanheim avatar davidmanheim commented on September 23, 2024

You seem to need git installed as well.

from guesstimate-app.

OAGr avatar OAGr commented on September 23, 2024

Semantic css needs to built as of now, which shouldn't be necessary as we aren't using any of the js. I'll mess with it, see if I can make that easier.

This process definitely needs to be cleaned up.

from guesstimate-app.

paultag avatar paultag commented on September 23, 2024

Related: #47

from guesstimate-app.

davidmanheim avatar davidmanheim commented on September 23, 2024

OK, now I have all the node stuff installed, and I'm still unsure how to launch anything...

from guesstimate-app.

haryshwaran avatar haryshwaran commented on September 23, 2024

@davidmanheim. go to localhost:3000 if its on your local system or if on a VM forward port 3000.

from guesstimate-app.

davidmanheim avatar davidmanheim commented on September 23, 2024

In order to do that, I need to be running the node server. Which script
does that?

On Wed, Jan 6, 2016 at 10:56 PM, Harysh [email protected] wrote:

@davidmanheim https://github.com/davidmanheim Visit localhost:3000 if
its on you local system or if on a VM edit your hosts file and forward port
3000.


Reply to this email directly or view it on GitHub
#55 (comment)
.

from guesstimate-app.

haryshwaran avatar haryshwaran commented on September 23, 2024

screen shot 2016-01-07 at 12 30 58 pm

Hope that helps. A few dependencies might be missing. The dependencies will be added soon. Meanwhile, you can install it using npm install --save [missing dependency] you will also need to build the semantic css.

from guesstimate-app.

davidmanheim avatar davidmanheim commented on September 23, 2024

(Changed this.)

OK, I can clone the git repository from my copy of the project (davidmanheim/guesstimate-app.git), but not the regular one. Strange.

After doing that, I'm still getting an npm run start error.

Tell the author that this fails on your system:
BUILD_DEV=0 NODE_ENV=development API_ENV=production webpack-dev-server

from guesstimate-app.

haryshwaran avatar haryshwaran commented on September 23, 2024

@davidmanheim could you please paste the whole error? it could be a missing dependency.
[ I saw you post an issue after this comment, have you got it running locally on the system. ]

from guesstimate-app.

davidmanheim avatar davidmanheim commented on September 23, 2024

The npm-debug.log;

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart [email protected]
6 info start [email protected]
7 verbose unsafe-perm in lifecycle true
8 info [email protected] Failed to exec start script
9 verbose stack Error: [email protected] start: BUILD_DEV=0 NODE_ENV=development API_ENV=production webpack-dev-server
9 verbose stack Exit status 1
9 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:214:16)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at EventEmitter.emit (events.js:172:7)
9 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at ChildProcess.emit (events.js:172:7)
9 verbose stack at maybeClose (internal/child_process.js:818:16)
9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
10 verbose pkgid [email protected]
11 verbose cwd C:[Install Directory]\guesstimate-app
12 error Windows_NT 6.1.7601
13 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "start"
14 error node v4.2.4
15 error npm v2.14.12
16 error code ELIFECYCLE
17 error [email protected] start: BUILD_DEV=0 NODE_ENV=development API_ENV=production webpack-dev-server
17 error Exit status 1
18 error Failed at the [email protected] start script 'BUILD_DEV=0 NODE_ENV=development API_ENV=production webpack-dev-server'.
18 error This is most likely a problem with the guestimate package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error BUILD_DEV=0 NODE_ENV=development API_ENV=production webpack-dev-server
18 error You can get their info via:
18 error npm owner ls guestimate
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]

from guesstimate-app.

ttriche avatar ttriche commented on September 23, 2024

fwiw, mine shits the bed when I try to run because of lodash:

tim@tim-ThinkPad-T450s:~/Dropbox/guesstimate-app$ npm run dev

[email protected] dev /home/tim/Dropbox/guesstimate-app
BUILD_DEV=1 NODE_ENV=development API_ENV=development webpack-dev-server

module.js:340
throw err;
^
Error: Cannot find module 'lodash.defaults'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.
(/home/tim/Dropbox/guesstimate-app/webpack-config/index.js:7:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

npm ERR! [email protected] dev: BUILD_DEV=1 NODE_ENV=development API_ENV=development webpack-dev-server
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is most likely a problem with the guestimate package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! BUILD_DEV=1 NODE_ENV=development API_ENV=development
webpack-dev-server
npm ERR! You can get their info via:
npm ERR! npm owner ls guestimate
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.2.0-23-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "run" "dev"
npm ERR! cwd /home/tim/Dropbox/guesstimate-app
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian

npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/tim/Dropbox/guesstimate-app/npm-debug.log
npm ERR! not ok code 0

--t

On Thu, Jan 7, 2016 at 3:10 PM, David Manheim [email protected]
wrote:

The npm-debug.log;

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart [email protected]
6 info start [email protected]
7 verbose unsafe-perm in lifecycle true
8 info [email protected] Failed to exec start script
9 verbose stack Error: [email protected] start: BUILD_DEV=0
NODE_ENV=development API_ENV=production webpack-dev-server
9 verbose stack Exit status 1
9 verbose stack at EventEmitter. (C:\Program
Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:214:16)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at EventEmitter.emit (events.js:172:7)
9 verbose stack at ChildProcess. (C:\Program
Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at ChildProcess.emit (events.js:172:7)
9 verbose stack at maybeClose (internal/child_process.js:818:16)
9 verbose stack at Process.ChildProcess._handle.onexit
(internal/child_process.js:211:5)
10 verbose pkgid [email protected]
11 verbose cwd C:[Install Directory]\guesstimate-app
12 error Windows_NT 6.1.7601
13 error argv "C:\Program Files\nodejs\node.exe" "C:\Program
Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "start"
14 error node v4.2.4
15 error npm v2.14.12
16 error code ELIFECYCLE
17 error [email protected] start: BUILD_DEV=0 NODE_ENV=development
API_ENV=production webpack-dev-server
17 error Exit status 1
18 error Failed at the [email protected] start script 'BUILD_DEV=0
NODE_ENV=development API_ENV=production webpack-dev-server'.
18 error This is most likely a problem with the guestimate package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error BUILD_DEV=0 NODE_ENV=development API_ENV=production
webpack-dev-server
18 error You can get their info via:
18 error npm owner ls guestimate
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]


Reply to this email directly or view it on GitHub
#55 (comment)
.

from guesstimate-app.

davidmanheim avatar davidmanheim commented on September 23, 2024

Have you tried npm install lodash or npm install lodash.defaults?

On Thu, Jan 7, 2016 at 5:42 PM, Tim Triche, Jr. [email protected]
wrote:

fwiw, mine shits the bed when I try to run because of lodash:

tim@tim-ThinkPad-T450s:~/Dropbox/guesstimate-app$ npm run dev

[email protected] dev /home/tim/Dropbox/guesstimate-app
BUILD_DEV=1 NODE_ENV=development API_ENV=development webpack-dev-server

module.js:340
throw err;
^
Error: Cannot find module 'lodash.defaults'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.
(/home/tim/Dropbox/guesstimate-app/webpack-config/index.js:7:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

npm ERR! [email protected] dev: BUILD_DEV=1 NODE_ENV=development API_ENV=development webpack-dev-server
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is most likely a problem with the guestimate package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! BUILD_DEV=1 NODE_ENV=development API_ENV=development
webpack-dev-server
npm ERR! You can get their info via:
npm ERR! npm owner ls guestimate
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.2.0-23-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "run" "dev"
npm ERR! cwd /home/tim/Dropbox/guesstimate-app
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian

npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/tim/Dropbox/guesstimate-app/npm-debug.log
npm ERR! not ok code 0

--t

On Thu, Jan 7, 2016 at 3:10 PM, David Manheim [email protected]
wrote:

The npm-debug.log;

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart [email protected]
6 info start [email protected]
7 verbose unsafe-perm in lifecycle true
8 info [email protected] Failed to exec start script
9 verbose stack Error: [email protected] start: BUILD_DEV=0
NODE_ENV=development API_ENV=production webpack-dev-server
9 verbose stack Exit status 1
9 verbose stack at EventEmitter. (C:\Program
Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:214:16)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at EventEmitter.emit (events.js:172:7)
9 verbose stack at ChildProcess. (C:\Program
Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at ChildProcess.emit (events.js:172:7)
9 verbose stack at maybeClose (internal/child_process.js:818:16)
9 verbose stack at Process.ChildProcess._handle.onexit
(internal/child_process.js:211:5)
10 verbose pkgid [email protected]
11 verbose cwd C:[Install Directory]\guesstimate-app
12 error Windows_NT 6.1.7601
13 error argv "C:\Program Files\nodejs\node.exe" "C:\Program
Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "start"
14 error node v4.2.4
15 error npm v2.14.12
16 error code ELIFECYCLE
17 error [email protected] start: BUILD_DEV=0 NODE_ENV=development
API_ENV=production webpack-dev-server
17 error Exit status 1
18 error Failed at the [email protected] start script 'BUILD_DEV=0
NODE_ENV=development API_ENV=production webpack-dev-server'.
18 error This is most likely a problem with the guestimate package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error BUILD_DEV=0 NODE_ENV=development API_ENV=production
webpack-dev-server
18 error You can get their info via:
18 error npm owner ls guestimate
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]


Reply to this email directly or view it on GitHub
<
#55 (comment)

.


Reply to this email directly or view it on GitHub
#55 (comment)
.

from guesstimate-app.

ttriche avatar ttriche commented on September 23, 2024

The former, yes; latter, no

--t

On Jan 7, 2016, at 7:00 PM, David Manheim [email protected] wrote:

Have you tried npm install lodash or npm install lodash.defaults?

On Thu, Jan 7, 2016 at 5:42 PM, Tim Triche, Jr. [email protected]
wrote:

fwiw, mine shits the bed when I try to run because of lodash:

tim@tim-ThinkPad-T450s:~/Dropbox/guesstimate-app$ npm run dev

[email protected] dev /home/tim/Dropbox/guesstimate-app
BUILD_DEV=1 NODE_ENV=development API_ENV=development webpack-dev-server

module.js:340
throw err;
^
Error: Cannot find module 'lodash.defaults'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.
(/home/tim/Dropbox/guesstimate-app/webpack-config/index.js:7:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

npm ERR! [email protected] dev: BUILD_DEV=1 NODE_ENV=development API_ENV=development webpack-dev-server
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is most likely a problem with the guestimate package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! BUILD_DEV=1 NODE_ENV=development API_ENV=development
webpack-dev-server
npm ERR! You can get their info via:
npm ERR! npm owner ls guestimate
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.2.0-23-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "run" "dev"
npm ERR! cwd /home/tim/Dropbox/guesstimate-app
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian

npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/tim/Dropbox/guesstimate-app/npm-debug.log
npm ERR! not ok code 0

--t

On Thu, Jan 7, 2016 at 3:10 PM, David Manheim [email protected]
wrote:

The npm-debug.log;

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart [email protected]
6 info start [email protected]
7 verbose unsafe-perm in lifecycle true
8 info [email protected] Failed to exec start script
9 verbose stack Error: [email protected] start: BUILD_DEV=0
NODE_ENV=development API_ENV=production webpack-dev-server
9 verbose stack Exit status 1
9 verbose stack at EventEmitter. (C:\Program
Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:214:16)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at EventEmitter.emit (events.js:172:7)
9 verbose stack at ChildProcess. (C:\Program
Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
9 verbose stack at emitTwo (events.js:87:13)
9 verbose stack at ChildProcess.emit (events.js:172:7)
9 verbose stack at maybeClose (internal/child_process.js:818:16)
9 verbose stack at Process.ChildProcess._handle.onexit
(internal/child_process.js:211:5)
10 verbose pkgid [email protected]
11 verbose cwd C:[Install Directory]\guesstimate-app
12 error Windows_NT 6.1.7601
13 error argv "C:\Program Files\nodejs\node.exe" "C:\Program
Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "start"
14 error node v4.2.4
15 error npm v2.14.12
16 error code ELIFECYCLE
17 error [email protected] start: BUILD_DEV=0 NODE_ENV=development
API_ENV=production webpack-dev-server
17 error Exit status 1
18 error Failed at the [email protected] start script 'BUILD_DEV=0
NODE_ENV=development API_ENV=production webpack-dev-server'.
18 error This is most likely a problem with the guestimate package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error BUILD_DEV=0 NODE_ENV=development API_ENV=production
webpack-dev-server
18 error You can get their info via:
18 error npm owner ls guestimate
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]


Reply to this email directly or view it on GitHub
<
#55 (comment)

.


Reply to this email directly or view it on GitHub
#55 (comment)
.


Reply to this email directly or view it on GitHub.

from guesstimate-app.

OAGr avatar OAGr commented on September 23, 2024

For the record, I think getting webpack and these dependencies working (somewhat) has been like 1/10th of the project for me so far. It's a mess. I'd spend more time on it now but have a lot of high urgency issues, and this does take some time.

from guesstimate-app.

haryshwaran avatar haryshwaran commented on September 23, 2024

for now you can run npm install lodash.defaults react-keypress and get the contents of semantic/dist folder from https://github.com/getguesstimate/guesstimate-app/tree/local_install_fixes/semantic/dist. There are some issues with folder creation, you might have to run npm run start a couple of times to remove the file and folder warnings.

from guesstimate-app.

ttriche avatar ttriche commented on September 23, 2024

that helped, as did `npm install autoprefixer

but now it seems that node/v8/whatever is puking on ES6 template strings:

tim@tim-ThinkPad-T450s:~/Dropbox/guesstimate-app$ npm run dev

[email protected] dev /home/tim/Dropbox/guesstimate-app
BUILD_DEV=1 NODE_ENV=development API_ENV=development webpack-dev-server

/home/tim/Dropbox/guesstimate-app/webpack-config/lib/html-plugin.js:38
add(`
^
SyntaxError: Unexpected token ILLEGAL
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.
(/home/tim/Dropbox/guesstimate-app/webpack-config/lib/base-config.js:2:18)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)

npm ERR! [email protected] dev: BUILD_DEV=1 NODE_ENV=development API_ENV=development webpack-dev-server
npm ERR! Exit status 8

any ideas appreciated; I was under the impression that node/v8 handled ES6
fine but apparently I was mistaken

--t

On Fri, Jan 8, 2016 at 1:31 AM, Harysh [email protected] wrote:

for now you can do `npm install lodash.defaults


Reply to this email directly or view it on GitHub
#55 (comment)
.

from guesstimate-app.

haryshwaran avatar haryshwaran commented on September 23, 2024

@ttriche you seem to be running node v0.10.25. Would suggest you try in more recent versions.

from guesstimate-app.

ttriche avatar ttriche commented on September 23, 2024

thank you -- that plus a few more dependency installs did it.

tim@tim-ThinkPad-T450s:/Dropbox/guesstimate-app$ npm install rimraf
tim@tim-ThinkPad-T450s:
/Dropbox/guesstimate-app$ npm install lodash.assign
tim@tim-ThinkPad-T450s:~/Dropbox/guesstimate-app$ npm install find-root

and

tim@tim-ThinkPad-T450s:~/Dropbox/guesstimate-app$ npm run dev

[email protected] dev /home/tim/Dropbox/guesstimate-app
BUILD_DEV=1 NODE_ENV=development API_ENV=development webpack-dev-server

http://0.0.0.0:3000/webpack-dev-server/
webpack result is served from /
content is served from /home/tim/Dropbox/guesstimate-app/public
404s will fallback to /index.html

yay!

It does complain about some aspects of stochator but, realistically, that
part needs to be replaced with jStat anyways.

--t

On Fri, Jan 8, 2016 at 1:57 PM, Harysh [email protected] wrote:

@ttriche https://github.com/ttriche you seem to be running v0.10.25.
Would suggest you try in more recent versions.


Reply to this email directly or view it on GitHub
#55 (comment)
.

from guesstimate-app.

OAGr avatar OAGr commented on September 23, 2024

We removed much of the semantic.js dependency, it should be a bit easier now.

from guesstimate-app.

mekarpeles avatar mekarpeles commented on September 23, 2024

@ttriche's recommendations worked for me:
(some combination of: npm install rimraf lodash.assign lodash.pick find-root autoprefixer)

from guesstimate-app.

rfgoat2014 avatar rfgoat2014 commented on September 23, 2024

Installed successfully on Digital Ocean VM! No errors during startup phase, Guesstimate URL opens up but console logs following errors:
:
GET https://assets.elev.io/wlocales/it/app.json
XMLHttpRequest cannot load https://assets.elev.io/wlocales/it/app.json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://188.166.148.93:3000' is therefore not allowed access. The response had HTTP status code 404.
Uncaught TypeError: Cannot read property 'replace' of null

I tried modifying src/routes/app.js including:

app.use(function(req, res, next) { res.header('Access-Control-Allow-Origin', "http://http://188.166.148.93:3000/*"); res.header('Access-Control-Allow-Methods','GET,PUT,
POST,DELETE'); res.header('Access-Control-Allow-Headers', 'Content-Type'); next();
})

After recompiling this issue seems to be solved!

Now console logs another error:

Uncaught TypeError: _ampersandApp2.default.use is not a function

and it's still not working, any help?
tks

from guesstimate-app.

OAGr avatar OAGr commented on September 23, 2024

This should be easier now, the Stochator lib has been removed, which caused a bunch of problems.

from guesstimate-app.

OAGr avatar OAGr commented on September 23, 2024

Can someone else confirm that the problems seem not to happen any more? I imagine there will be some problems for some people out there (it's difficult to get installation to be perfect), but I believe it should be good for most users now.

from guesstimate-app.

OAGr avatar OAGr commented on September 23, 2024

Closing, this issue seems to be resolved at this point.

from guesstimate-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.