1:38 AM
PaulCapestany joined the channel
1:46 AM
badon has left the channel
2:22 AM
floryst joined the channel
4:27 AM
PaulCapestany has quit
4:28 AM
PaulCapestany joined the channel
5:17 AM
floryst has quit
5:23 AM
badon joined the channel
6:31 AM
akaibu[m] has quit
6:31 AM
opeanuts[m] has quit
6:31 AM
robla[m] has quit
6:31 AM
M-rongladney has quit
6:31 AM
M-sraja has quit
6:31 AM
VientesiesDeJuli has quit
6:31 AM
pfowler__ has quit
6:31 AM
M-steko has quit
7:12 AM
badon joined the channel
7:12 AM
PaulCapestany joined the channel
7:12 AM
M-rongladney joined the channel
7:12 AM
opeanuts[m] joined the channel
7:12 AM
akaibu[m] joined the channel
7:12 AM
M-sraja joined the channel
7:12 AM
thejohnhenry[m] joined the channel
7:12 AM
ylc1432[m] joined the channel
7:12 AM
M-dizzi90 joined the channel
7:12 AM
M-steko joined the channel
7:12 AM
davidar joined the channel
7:12 AM
tk[m] joined the channel
7:12 AM
M-Giom joined the channel
7:12 AM
VientesiesDeJuli joined the channel
7:12 AM
robla[m] joined the channel
7:12 AM
Matthew[m] joined the channel
7:12 AM
M-almereyda joined the channel
7:12 AM
M-HirmeS joined the channel
7:12 AM
stoneridge joined the channel
7:12 AM
memartone___ joined the channel
7:12 AM
realz joined the channel
7:12 AM
castlelore joined the channel
7:12 AM
vasvir joined the channel
7:12 AM
mogoh joined the channel
7:12 AM
hslack joined the channel
7:12 AM
treora joined the channel
7:12 AM
edsu joined the channel
7:12 AM
luizirber joined the channel
7:12 AM
book`_ joined the channel
7:12 AM
waloo joined the channel
7:12 AM
bigbluehat joined the channel
7:12 AM
robertknight_clo joined the channel
7:12 AM
nickstenn joined the channel
7:12 AM
_6a68 joined the channel
7:12 AM
pfowler__ joined the channel
7:12 AM
sivoais joined the channel
7:12 AM
robla joined the channel
7:12 AM
judell_ joined the channel
7:12 AM
jeremydean joined the channel
7:12 AM
ChanServ joined the channel
7:12 AM
jbenet joined the channel
7:12 AM
eichin joined the channel
7:21 AM
stoneridge has quit
7:22 AM
M-sraja has quit
7:22 AM
tk[m] has quit
7:22 AM
M-dizzi90 has quit
7:22 AM
M-HirmeS has quit
7:22 AM
M-rongladney has quit
7:22 AM
akaibu[m] has quit
7:22 AM
opeanuts[m] has quit
7:22 AM
VientesiesDeJuli has quit
7:22 AM
ylc1432[m] has quit
7:22 AM
M-Giom has quit
7:22 AM
M-almereyda has quit
7:22 AM
davidar has quit
7:22 AM
M-steko has quit
7:22 AM
robla[m] has quit
9:12 AM
stoneridge joined the channel
9:28 AM
davidar joined the channel
9:28 AM
robla[m] joined the channel
9:28 AM
M-HirmeS joined the channel
9:28 AM
M-almereyda joined the channel
9:28 AM
VientesiesDeJuli joined the channel
9:28 AM
Matthew[m] joined the channel
9:28 AM
tk[m] joined the channel
9:28 AM
M-steko joined the channel
9:28 AM
M-dizzi90 joined the channel
9:28 AM
opeanuts[m] joined the channel
9:28 AM
M-sraja joined the channel
9:28 AM
M-Giom joined the channel
9:28 AM
ylc1432[m] joined the channel
9:28 AM
akaibu[m] joined the channel
9:28 AM
thejohnhenry[m] joined the channel
9:28 AM
M-rongladney joined the channel
9:37 AM
akaibu[m] has quit
9:37 AM
tk[m] has quit
9:37 AM
opeanuts[m] has quit
9:37 AM
M-Giom has quit
9:37 AM
VientesiesDeJuli has quit
9:37 AM
M-HirmeS has quit
9:37 AM
stoneridge has quit
9:37 AM
M-dizzi90 has quit
9:37 AM
M-steko has quit
9:37 AM
M-sraja has quit
9:37 AM
thejohnhenry[m] has quit
9:37 AM
M-almereyda has quit
9:37 AM
robla[m] has quit
9:37 AM
M-rongladney has quit
9:37 AM
ylc1432[m] has quit
9:43 AM
stoneridge joined the channel
10:01 AM
Matthew[m] joined the channel
10:01 AM
davidar joined the channel
10:01 AM
M-Giom joined the channel
10:01 AM
robla[m] joined the channel
10:01 AM
M-HirmeS joined the channel
10:01 AM
M-almereyda joined the channel
10:01 AM
tk[m] joined the channel
10:01 AM
M-steko joined the channel
10:01 AM
VientesiesDeJuli joined the channel
10:01 AM
M-dizzi90 joined the channel
10:01 AM
opeanuts[m] joined the channel
10:01 AM
M-rongladney joined the channel
10:01 AM
M-sraja joined the channel
10:01 AM
ylc1432[m] joined the channel
10:01 AM
thejohnhenry[m] joined the channel
10:01 AM
akaibu[m] joined the channel
11:25 AM
hslack
<robertknight> @rolmovel - Did you use “npm” or “yarn” to install dependencies?
11:26 AM
<robertknight> It looks like the repository has lockfiles for both npm (package-lock.json) and yarn (yarn.lock). The version of Babel referenced by package-lock.json appears to be wrong.
11:27 AM
<robertknight> So to fix this: 1. Get Yarn (
https://yarnpkg.com/lang/en/ ) 2. Remove the `node_modules/` folder in your client checkout 3. Run `yarn` in the client dir to re-create the `node_modules/` folder with correct dependencies
11:39 AM
barrack joined the channel
11:45 AM
<robertknight> I just removed the `package-lock.json` file from the client’s repo which I think was the source of your problem @rolmovel.
13:00 PM
tarrow joined the channel
13:22 PM
memartone___ has quit
13:24 PM
memartone___ joined the channel
14:38 PM
<rolmovel> Thanks @robertknight, I have tried to delete package-lock.json, but this didn´t work. Finally I updated version of babel-preset-es2015 and babelify and this worked.
14:39 PM
<rolmovel> I have configured 6.24.1 for babel-preset-es2015 and 8.0.0 for bablify
14:39 PM
<rolmovel> Thanks for your help
14:40 PM
<robertknight> No problem. That’s a later version of the packages than the ones specified in `yarn.lock` but I guess they will still work if there haven’t been breaking changes to how Babel is configured in the latest release.
14:41 PM
<robertknight> What changes are you looking to make to the client btw?
14:58 PM
PaulCape_ joined the channel
16:09 PM
tarrow has quit
17:16 PM
<dwhaley> @segdeha ^
17:21 PM
taniki joined the channel
17:24 PM
taniki has quit
19:04 PM
barrack has quit
20:14 PM
akaibu[m] has quit
20:14 PM
ylc1432[m] has quit
20:14 PM
M-Giom has quit
20:15 PM
opeanuts[m] has quit
20:15 PM
VientesiesDeJuli has quit
20:15 PM
stoneridge has quit
20:15 PM
M-dizzi90 has quit
20:15 PM
M-HirmeS has quit
20:15 PM
tk[m] has quit
20:15 PM
M-rongladney has quit