ripple / ripple-client

A UI for the Ripple payment network built using web technologies
ISC License
1.34k stars 493 forks source link

help #2643

Open 555leo opened 6 years ago

555leo commented 6 years ago

i run gulp dist on window

[15:45:01] Starting 'deps'...

events.js:183 throw er; // Unhandled 'error' event ^ Error: CSS parse error config-4e571b57.js: Unexpected input 1 |var Options={domain:"local.ripple.com",server:{trace:!0,trusted:!0,local_signing:!0,servers:[{host:"s-west.ripple.com",port:443,secure:!0},{host:"s- east.ripple.com",port:443,secure:!0}],connection_offset:0,allow_partial_history:!1},blobvault:"https://blobvault.ripple.com",persistent_auth:!1,historyApi: "https://history.ripple.com:7443/v1",transactions_per_page:50,bridge:{out:{bitcoin:"btc2ripple.com"}},mixpanel:{token:"",track:!1},activate_link:"http://st aging.ripple.com/client/#/register/activate",b2rAddress:"rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q",snapswapApi:"https://snapswap.us/api/v1",tx_last_ledger:3,max_ tx_network_fee:2e5,orderbook_max_rows:20,confirmation:{send:!0,exchange:!0,trade:!0},advanced_feature_switch:!1,gateway_max_limit:1e9,low_load_threshold:.0 12,backend_url:"https://backend.rippletrade.com",ids_url:"https://id.ripple.com"};if(store.enabled){var settings=JSON.parse(store.get("ripple_settings")||" {}");settings.server&&settings.server.servers&&(Options.server.servers=settings.server.servers),settings.bridge&&(Options.bridge.out.bitcoin=settings.bridg e.out.bitcoin.replace("https://www.bitstamp.net/ripple/bridge/out/bitcoin/","snapswap.us")),settings.blobvault&&(Options.blobvault=settings.blobvault.repla ce("payward.com","ripple.com")),settings.mixpanel&&(Options.mixpanel=settings.mixpanel),settings.max_tx_network_fee&&(Options.max_tx_network_fee=settings.m ax_tx_networkfee),Options.server.servers=Options.server.servers.map(function(e){return e.host=e.host.replace(/s(west|east)/,"s-$1"),e})} ------------------^

zhenghejun commented 5 years ago

I just can't not build the project too.

The same as your situation.

Did you find a solution at the end?