insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

Problems loading the website #46

Open lertsoft opened 4 years ago

lertsoft commented 4 years ago
Screen Shot 2020-04-24 at 3 17 38 PM Screen Shot 2020-04-24 at 3 17 43 PM

I am having troubles loading the website on the browser. the server is running on another terminal window on port 8080. I am on MacOs 10.15.4, using the safari browser to show the website, i have installed x-code and all the tools mentioned on the guide.

this is a copy of all the comands that i have done on the computer.

Last login: Fri Apr 24 15:06:49 on ttys000 ronnycoste@shelter-3 JPMC-tech-task-2-py3 % ronnycoste@shelter-3 JPMC-tech-task-2-py3 % ronnycoste@shelter-3 JPMC-tech-task-2-py3 % npm install -g grunt /usr/local/bin/grunt -> /usr/local/lib/node_modules/grunt/bin/grunt

=> nvm source string already in /Users/ronnycoste/.bashrc => bash_completion source string already in /Users/ronnycoste/.bashrc => You currently have modules installed globally with npm. These will no => longer be linked to the active version of Node when you install a new node => with nvm; and they may (depending on how you construct your $PATH) => override the binaries of modules installed with nvm:

/Users/ronnycoste/.nvm/versions/node/v11.0.0/lib ├── grunt@1.1.0 => If you wish to uninstall them at a later point (or re-install them under your => nvm Nodes), you can remove them from the system Node as follows:

 $ nvm use system
 $ npm uninstall -g a_module

=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion ronnycoste@shelter-3 JPMC-tech-task-2-py3 % ronnycoste@shelter-3 JPMC-tech-task-2-py3 % ronnycoste@shelter-3 JPMC-tech-task-2-py3 % wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash

=> nvm is already installed in /Users/ronnycoste/.nvm, trying to update using git => => Compressing and cleaning up git repository

=> nvm source string already in /Users/ronnycoste/.bashrc => bash_completion source string already in /Users/ronnycoste/.bashrc => You currently have modules installed globally with npm. These will no => longer be linked to the active version of Node when you install a new node => with nvm; and they may (depending on how you construct your $PATH) => override the binaries of modules installed with nvm:

/Users/ronnycoste/.nvm/versions/node/v11.0.0/lib ├── grunt@1.1.0 => If you wish to uninstall them at a later point (or re-install them under your => nvm Nodes), you can remove them from the system Node as follows:

 $ nvm use system
 $ npm uninstall -g a_module

=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion ronnycoste@shelter-3 JPMC-tech-task-2-py3 % ronnycoste@shelter-3 JPMC-tech-task-2-py3 % ronnycoste@shelter-3 JPMC-tech-task-2-py3 % export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm ronnycoste@shelter-3 JPMC-tech-task-2-py3 % nvm install v11.0.0 v11.0.0 is already installed. Now using node v11.0.0 (npm v6.4.1) ronnycoste@shelter-3 JPMC-tech-task-2-py3 % nvm use v11.0.0 Now using node v11.0.0 (npm v6.4.1) ronnycoste@shelter-3 JPMC-tech-task-2-py3 % ronnycoste@shelter-3 JPMC-tech-task-2-py3 %

tanveenkaur commented 4 years ago

i am facing the same problem