Code Monkey home page Code Monkey logo

Comments (18)

alchaplinsky avatar alchaplinsky commented on July 29, 2024

Looks like there are issue on Windows machines.. Will look into it deeper

from bozon.

MTRNord avatar MTRNord commented on July 29, 2024

On Ubuntu in Vbox (Host is win7 and Guest is Ubuntu 14.04 Desktop) is the same Error

from bozon.

MTRNord avatar MTRNord commented on July 29, 2024

It fails on Ubuntu with Error: Cannot find module 'bozon/tasks/all'

from bozon.

alchaplinsky avatar alchaplinsky commented on July 29, 2024

@MTRNord have you tried it with recent version 0.2.0 ?

from bozon.

MTRNord avatar MTRNord commented on July 29, 2024

i tried install trough npm. npm say it is 0.2.0 but bozon say it is 0.1.0. I will try the github version

from bozon.

MTRNord avatar MTRNord commented on July 29, 2024

Using the git master it works

from bozon.

Lichtjaeger avatar Lichtjaeger commented on July 29, 2024

I have opend a PR: #3

from bozon.

alchaplinsky avatar alchaplinsky commented on July 29, 2024

@MTRNord could you verify on v0.3.1?

from bozon.

IrregularShed avatar IrregularShed commented on July 29, 2024

Sadly this remains broken for me. bozon 0.3.3 is pulled straight from npm, and bozon version is showing the wrong version:
image
(Windows 10 x64, Node v4.4.4)

I'll see if I can spend some time figuring it out but I'm pretty busy right now 😒

from bozon.

MTRNord avatar MTRNord commented on July 29, 2024

@IrregularShed and @alchapone I added an pull request #4 for fixing bozon version

from bozon.

jiuyuehe avatar jiuyuehe commented on July 29, 2024

me too

image

win8.1 (64) bozon 0.3.4

this is base function , please fixed !

from bozon.

Lichtjaeger avatar Lichtjaeger commented on July 29, 2024

You have too update your local bozon instalation too. Not only the global. You also need to migrate your project from <=0.3.2 to >=0.3.3 (rename app/javascripts/browser to app/javascripts/renderer).

I'm on it this weekend.

from bozon.

jiuyuehe avatar jiuyuehe commented on July 29, 2024

yes ,i update 0.3.4
image

but the same problem ! i can't find . is my local gulp install wrong position?

@amishyn @Lichtjaeger

from bozon.

jiuyuehe avatar jiuyuehe commented on July 29, 2024

i debug this code

const spawn = require('child_process').spawn;

const gulp = spawn('gulp', ['start']);

gulp.stdout.on('data',(data)=>{
        console.log('stdout: $(data)');
});

gulp.stderr.on('data',(data)=>{
    console.log('stderr:${data}');
});

gulp.on('close',(code)=>{
    console.log('child process exit, ${code}');
})

the error is same bozon start

$ node app
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: spawn gulp ENOENT
    at exports._errnoException (util.js:837:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at doNTCallback2 (node.js:429:9)
    at process._tickCallback (node.js:343:17)
    at Function.Module.runMain (module.js:477:11)
    at startup (node.js:117:18)
    at node.js:951:3

from bozon.

Lichtjaeger avatar Lichtjaeger commented on July 29, 2024

I think I found it.
Until I'm done, run gulp start instead of bozon start please. (In your st001 directory)

from bozon.

jiuyuehe avatar jiuyuehe commented on July 29, 2024

no , under the st001 directory run 'npm install ' , the gulp been installed;

I think the default gulpfile.js only 'require('bozon/tasks/all')' has problems;

or the path of gulp is wrong!

@Lichtjaeger

from bozon.

alchaplinsky avatar alchaplinsky commented on July 29, 2024

@jiuyuehe could you test bozon start with bozon version from master branch?

from bozon.

alchaplinsky avatar alchaplinsky commented on July 29, 2024

Addressed in v0.3.5

from bozon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.