Closed jiayaozhang closed 3 years ago
Can you show us the log?
maybe you can try delete this line as I required but never used the sleep package. https://github.com/daerduoCarey/partnet_anno_system/blob/f39dab4bdaedf70ec9d117261e9839910bf3b56f/server/routes/annotation_manager.js#L9
Attach the log here
0 verbose cli [
0 verbose cli '/home/chedellap/.nvm/versions/node/v15.8.0/bin/node',
0 verbose cli '/home/chedellap/.nvm/versions/node/v15.8.0/bin/npm',
0 verbose cli 'start'
0 verbose cli ]
1 info using npm@7.5.1
2 info using node@v15.8.0
3 timing config:load:defaults Completed in 1ms
4 timing config:load:file:/home/chedellap/.nvm/versions/node/v15.8.0/lib/node_modules/npm/npmrc Completed in 0ms
5 timing config:load:builtin Completed in 0ms
6 timing config:load:cli Completed in 0ms
7 timing config:load:env Completed in 1ms
8 timing config:load:file:/home/chedellap/projects/partnet_anno_system/server/.npmrc Completed in 0ms
9 timing config:load:project Completed in 0ms
10 timing config:load:file:/home/chedellap/.npmrc Completed in 0ms
11 timing config:load:user Completed in 0ms
12 timing config:load:file:/home/chedellap/.nvm/versions/node/v15.8.0/etc/npmrc Completed in 0ms
13 timing config:load:global Completed in 0ms
14 timing config:load:cafile Completed in 1ms
15 timing config:load:validate Completed in 0ms
16 timing config:load:setUserAgent Completed in 0ms
17 timing config:load:setEnvs Completed in 1ms
18 timing config:load Completed in 5ms
19 verbose npm-session e0b3da1d4c89c583
20 timing npm:load Completed in 10ms
21 timing command:run-script Completed in 124ms
22 timing command:start Completed in 126ms
23 verbose stack Error: command failed
23 verbose stack at ChildProcess.
after delete this line :var sleep = require('sleep');
I successfully see the PartNet Annotation Server.
Thanks!
And there has one final question need your help What should i do to login, I login with what i have set in server.js, but it seems not work.
Able to create new user. When tried to login with the user credentials, nothing is displayed at the client (Browser) and following are the logs at server side:
Info from server-side looks good. what is shown on the client-side?
I solve this problem, thanks!
Here in what i have done
We should write http://localhost
I directly write localhost, and without add 'http://'
this is reason why it is not work. Thanks again ! 👍
Dear all,
While I am compiling the code, i met some bugs, would you like to help me out?