kitchen-site icon indicating copy to clipboard operation
kitchen-site copied to clipboard

Init a project

Open sebastienwood opened this issue 7 years ago • 9 comments

Hi,

while trying to launch my first kitchen project, I ran into this issue: image

I don't know where to start to tackle this one ... Had the same kind at the previous step, in short kitchen can't find the path to the work folder :)

Thanks for the great work !

sebastienwood avatar Sep 16 '16 13:09 sebastienwood

@sebastienwood Hi, looks like you have problems with meteor (not meteor kitchen). Let's see: so meteor-kitchen is trying to execute meteor add ...list of packages... and that doesn't work. Please try to copy that from your terminal output and execute it in the terminal. IF it doesn't work (if you get the same error), try adding packages one by one. So, try to execute meteor add http then meteor add email etc.

Please let me know what happens.

BTW, meteor kitchen is not well tested under windows - so it's possible that this is actually a bug in the meteor kitchen, but at the first sight it more looks like problem with your meteor setup / system paths or similar.

perak avatar Sep 16 '16 19:09 perak

One more thing: what is your Windows version and meteor --version ? (I see meteor-kitchen --version is v0.9.65 which is OK).

perak avatar Sep 16 '16 19:09 perak

Thinking about this problem... as you can see in list of the packages, one of them looks like this: nemo46:bootstrap@=3.3.5_2 maybe some of these characters @ or = should be escaped in windows cmd (I don't know, just guessing...). Try to run the same meteor add command but remove version info from nemo64:bootstrap package (remove @=3.3.5_2).

Please let me know. Tnx.

perak avatar Sep 16 '16 20:09 perak

Hi,

thx for your reply. I tried as you said, adding just one package to test @= for windows image

As we can see it seems to work, so I tried to add multiple packages at once from cmd prompt : it worked ! image

My meteor --version is 1.4.1.1 image

My windows version is 10 Family Edition (French lang) - 1511 - OS Build : 10586-545 - 64 bits

Thx !

sebastienwood avatar Sep 17 '16 11:09 sebastienwood

Hi,

I tried to create another project to get more datas on this issue. As described, the first step of a meteor-kitchen project cant be completed because it can't meteor create : image

Though I can "hack" this bug by manually doing "meteor create", then lauching the meteor-kitchen command with the same folder of output. It then goes to the error I've described in previous posts :)

If you need any more testing, feel free to ask :) Thx for the great work !

sebastienwood avatar Sep 22 '16 15:09 sebastienwood

@sebastienwood sorry for my unresponsiveness, had bussy week...

Looks like meteor-kitchen cannot find meteor executable.

Do you have meteor.bat file in your meteor-kitchen/bin directory? If so, try to remove that file.

Also, try to execute "where meteor" (I am not sure does win10 have "where" command installed by default).

where.exe was part of winxp and win7 and it returns full path to the executable given as argument. Meteor kitchen first tries to execute simply "meteor" and if it doesn't work it then tries to execute "where meteor" to get full path to meteor.

In older kitchen versions I included meteor.bat which helped kitchen to find meteor and that bat file is now removed.

perak avatar Sep 25 '16 06:09 perak

As I am not using windows, it would be cool someone to help with this, also I wish if someone can create script/batch file or something which can generate .msi installer.

perak avatar Sep 25 '16 06:09 perak

Hi,

same business here :) I ran the where meteor cmd, worked fine ! :) No .bat file in the folder too.

I would've loved to help, but I have 0 knowledge of Windows development :\

Have a good week-end ! :)

sebastienwood avatar Oct 01 '16 12:10 sebastienwood

@sebastienwood is this fixed now?

perak avatar Dec 08 '16 20:12 perak