GithubHelp home page GithubHelp logo

Error when I run gulp about blender HOT 8 CLOSED

spatie avatar spatie commented on June 22, 2024
Error when I run gulp

from blender.

Comments (8)

willemvb avatar willemvb commented on June 22, 2024

We are using Redactor from Imperavi in our projects, but don't have the license to open source this part.
You will have to remove following code

if ($('[data-editor]').size()) {
    require.ensure([], () => { require('./modules/editor').default(); }, 'back.editor');
}

in resources/assets/back/app.js to run Gulp.

I'll update the Readme accordingly.

from blender.

neowill2013 avatar neowill2013 commented on June 22, 2024

Still I'm getting this error:

ERROR in Entry module not found: Error: Can't resolve 'style' in '/home/vagrant/code/blendup/resources/assets'

ERROR in Entry module not found: Error: Can't resolve 'style' in '/home/vagrant/code/blendup/resources/assets'

from blender.

willemvb avatar willemvb commented on June 22, 2024

I'm not 100% sure, but our guess is that this has to do with your webpack version 2.1.0-beta.2.
We are using ^1.12.11 in our blender-gulp package.
Unfortunately no plans yet to update this.

from blender.

neowill2013 avatar neowill2013 commented on June 22, 2024

Tried it but still not fixed.

from blender.

willemvb avatar willemvb commented on June 22, 2024

Could you run webpack --display-error-details and send us the output?

from blender.

willemvb avatar willemvb commented on June 22, 2024

It seems like the problem has to do with the npm module style-loader which should have been installed alongside blender-gulp. Didn't you get errors during npm install?
What is your output of npm list style-loader?

You could try to install style-loader manually by running npm i style-loader or just remove the entire node_modules folder and run npm i again.

from blender.

neowill2013 avatar neowill2013 commented on June 22, 2024

will send you soon. Currenlty lost my all data due to formatting. Will get back soon.

from blender.

sebastiandedeyne avatar sebastiandedeyne commented on June 22, 2024

We actually encountered this error yesterday, and it was due to an older NPM version (webpack breaks below v3 here, since the node_modules directory needs to be flattened).

from blender.

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.