**** BEGIN LOGGING AT Fri Feb 03 03:00:01 2017 Feb 03 14:30:08 Hello guys. I'm trying to convert an app to 2.7 and when I run it, I just get this error : https://www.screencast.com/t/xqTdX1nE the line in index.js is : var app = new IFO(); and IFO is defined: var IFO = kind({... Feb 03 15:16:33 Hello! Feb 03 15:16:41 Where you define v? Feb 03 15:16:46 On ViewController? Feb 03 15:27:58 I never define it. But yes, it is in ViewController Feb 03 15:29:15 I'm not sure if I've gotten past that, or now have an earlier error, but it seems my requires are not correct. When I use : var FullScreen = require('src/views/FullScreen'); I get the error: ERROR enyo-dev/process-source-stream: could not be resolved, will be reported at the end (module=enyo/FittableColumns) Feb 03 15:29:39 that line is in my index.js in my top level folder Feb 03 15:29:56 there is a file at top/views/FullScreen.js Feb 03 15:30:16 grr, I mean top/source/views/FullScreen.js Feb 03 15:30:28 grr, I mean top/src/views/FullScreen.js Feb 03 15:36:55 Because absolute path is needed Feb 03 15:37:11 like "../../views/FullScreen" Feb 03 15:38:25 Sorry, relative path Feb 03 15:41:29 https://enyojs.com/docs/latest/developer-guide/getting-started/conversion-to-2.7.html Feb 03 16:03:22 Thanks. I did go through that guide, and here are some of the other things I've tried: require('../../src/views/FullScreen'); require('../src/views/FullScreen'); require('./src/views/FullScreen'); require('../../views/FullScreen'); require('../views/FullScreen'); Feb 03 16:16:42 Hello all Feb 03 16:20:37 Cage1___: Hello Feb 03 16:21:42 wow activity on the Enyo channel ;) Feb 03 16:27:32 Why, is that a surprise? :) Feb 03 16:28:16 What's the latest and greatest? Any rumors or leaks on next gen Enyo? :) Feb 03 16:28:56 "Make Enyo Great Again!" Feb 03 16:29:19 šŸ˜€ Feb 03 16:30:50 lets leave politics out of it ;) Feb 03 16:31:01 looking forward to nexgen though Feb 03 16:31:11 what politics? :) i just want to make enyo great again! Feb 03 16:31:40 sadly, it won't be backward compatible... Feb 03 16:31:56 and i dont know how much "enyo-ness" will be preserved Feb 03 16:32:08 it might just be reactjs with some moonstone components Feb 03 16:33:33 have you heard any details? Feb 03 17:03:05 nope Feb 03 17:05:13 but I understood that migration to 2.7 is not helpfull Feb 03 17:07:45 yeah, i gave up on that. Feb 03 17:08:34 did you sign up for the private beta Feb 03 17:10:40 I did, but not sure I can share anything about it, got no feedback yet Feb 03 17:11:44 me too. they said they have some legal stuff to work out. Feb 03 17:11:54 lawyers = bad news Feb 03 17:13:15 better now then later Feb 03 17:26:29 Okay, how are my views involved in package.json if at all? Feb 03 17:28:04 whatcha mean? Feb 03 17:28:19 the files containing your views need to be listed in package.json Feb 03 17:28:32 Thank you, and how? Feb 03 17:29:01 standard format for file name, with subpath, if needed Feb 03 17:29:14 do you have the sample app? Feb 03 17:29:18 under what key? Feb 03 17:29:51 no key, just a list in quotes Feb 03 17:29:53 No, I basically started converting after enyo init Feb 03 17:30:16 enyo.depends("file1.js", "file2.js", "file3.js"); Feb 03 17:30:40 and it is package.js, not package.json Feb 03 17:31:18 hmm , you may want to look at the bootpate Feb 03 17:31:20 bootplate Feb 03 17:31:43 okay, so just the package.js in each folder, but not in the top folder at all? Feb 03 17:32:19 top level folder will will need it as well, and will need to point to each folder that contains a package.js Feb 03 17:32:37 as in enyo.depends("dir1/", "dir2/"); Feb 03 17:32:55 then enyo will look in dir1 and dir2 for their package.js and parse those Feb 03 17:33:01 best to look at bootplate Feb 03 17:33:22 According to the docs : TheĀ package.jsĀ file has been removed, as it is no longer needed. Feb 03 17:34:07 can you direct me to the 2.7 bootplate? Feb 03 17:34:11 oh, is this 2.7? Feb 03 17:34:30 yes Feb 03 17:36:05 one of the reasons I stayed away from it Feb 03 17:36:26 in the nextgen discussion its clear migrating will not help you with the nextgen Feb 03 17:36:56 for that, i think you when you do enyo.pack, it generates based on your module.export's. so no need for package.json / package.js Feb 03 17:37:16 yes, i'd hold off on migrating to 2.7 for now Feb 03 17:37:22 http://forums.enyojs.com/discussion/comment/10508/#Comment_10508 Feb 03 17:38:18 I have no idea what version I was on, but it was quite buggy and I was looking for some stability Feb 03 17:38:27 Is there any way to find out what version that was? Feb 03 17:38:40 (By looking at the files?) Feb 03 17:38:42 okay I'm off guys, enyo the weekend Feb 03 17:39:42 Have a good weekend Semanticfire Feb 03 17:40:53 look in enyo directory for package.json Feb 03 17:41:03 hopefully it has a version listed in it Feb 03 17:42:01 whatcha working on? Feb 03 17:42:09 (if you don't mind sharing) Feb 03 17:42:38 A game Feb 03 19:16:44 I migrate from 2.5 to 2.7 Feb 03 19:18:21 Enyo doc its not friendly you r right @trex0051 Feb 03 19:18:56 So... you resolve your problem? **** ENDING LOGGING AT Sat Feb 04 03:00:02 2017