jsdevkr / gitCodeShare.com

Contributhon 2018 - gitCodeShare.com (a.k.a gitShare)
https://gitcodeshare.com
MIT License
76 stars 21 forks source link

[Error] I fail to build #76

Closed rayleighko closed 6 years ago

rayleighko commented 6 years ago

I failed to build today. because I fail to npm i command in terminal. follow error messages to detail:

> Failed to build
{ Error: (server) /Users/rayleigh/Development/gitCodeShare.com/stores/AppStore.ts
ERROR in /Users/rayleigh/Development/gitCodeShare.com/stores/AppStore.ts(2,25):
...
...
errors: [ '(server) 
/Users/rayleigh/Development/gitCodeShare.com/stores/AppStore.ts\n\u001b[1m\u001b[31mERROR 
in\u001b[39m\u001b[22m\u001b[1m\u001b[36m/Users/rayleigh/Development/gitCodeShare.com/
stores/AppStore.ts(2,25)\u001b[39m\u001b[22m\u001b[1m\u001b[31m:\u001b[39m\u001b[22m\
n\u001b[90mTS2307: \u001b[39mCannot find module \'../providers/ApiProvider\'.' ],

I tried to fix it. However, I didn't know the contents of 'proviers/ApiProvider.ts' and gave up. Who will tell me the contents of this file?

currybob commented 6 years ago

The api store internally imports a provider that mainly uses asynchronous requests, such as authentication. But it's not yet reflected in the code. Tomorrow the frontend team will create a pull request for this code part.

thomasJang commented 6 years ago

Fixed now. https://github.com/kosslab-kr/gitCodeShare.com/pull/77