Giter Club home page Giter Club logo

Comments (3)

swarut avatar swarut commented on September 2, 2024

Ah.. ok now I get it work.. seem like I did a mistake on getting the npm stuffs.

from reaxt-example.

jschoch avatar jschoch commented on September 2, 2024

how did you get this resolved?

** (File.Error) could not read file web/node_modules/reaxt/package.json: no such file or directory
(elixir) lib/file.ex:245: File.read!/1
lib/tasks.ex:44: Mix.Tasks.Compile.ReaxtWebpack.run/1
(elixir) lib/enum.ex:977: anonymous fn/3 in Enum.map/2
(elixir) lib/enum.ex:1261: Enum."-reduce/3-lists^foldl/2-0-"/3
(elixir) lib/enum.ex:977: Enum.map/2
(mix) lib/mix/tasks/compile.all.ex:15: Mix.Tasks.Compile.All.run/1
(mix) lib/mix/tasks/compile.ex:64: Mix.Tasks.Compile.run/1
(mix) lib/mix/tasks/app.start.ex:36: Mix.Tasks.App.Start.run/

from reaxt-example.

awetzel avatar awetzel commented on September 2, 2024

That means the JS part of reaxt is not installed, to do it you can add the compiler reaxt_webpack to your mix.exs:

compilers: [:reaxt_webpack] ++ Mix.compilers

Or you can manually install it :

npm install /path/to/deps/reaxt/priv/commonjs_reaxt

that's it

from reaxt-example.

Related Issues (4)

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.