Skip to content
This repository has been archived by the owner on Oct 7, 2018. It is now read-only.

Why my http://127.0.0.1:8080 is a white blank page? #1

Open
3for opened this issue Jun 5, 2018 · 1 comment
Open

Why my http://127.0.0.1:8080 is a white blank page? #1

3for opened this issue Jun 5, 2018 · 1 comment

Comments

@3for
Copy link

3for commented Jun 5, 2018

Hi, I'm running the following steps in my virtualmachine of Ubuntu16.04:

git clone https://github.com/CITA-Toys/remix-cita.git
cd remix-cita
vim package.json ###And change the corresponding scripts "remixd to "./node_modules/remixd/bin/remixd -s ./contracts" 【""remixd":"./node_modules/remixd/bin/remixd -s ./contracts",】
npm install

npm run pullremix
npm run linkremixcore
npm run linkremixlib
npm run linkremixsolidity
npm run linkremixdebugger
npm run downloadsolc

cd remix/remix-lib
npm install
cd ../remix-core
npm install
cd ../remix-solidity
npm install

cd ../../
npm start

Then I opened the browser to view 'http://127.0.0.1:8080', but the page stand as white and blank.
image

There's cli info as below:
image

How to solve this problem?

@kaikai1024
Copy link

@Keith-CY This guy is better at JS.

But he is on vacation...

I will try to help and welcome for your contribution!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants