-
Notifications
You must be signed in to change notification settings - Fork 288
Building gui.ajax #1444
Comments
what are your grunt / npm versions? |
npm v3.10.10
grunt says
on the js console. |
I've run into this same issue. |
I'm also having same issue. Is there any solution for this issue? |
mmmm, on our build machine, we have |
I've different version of node and npm. Cli Result:- But when tried to access pydio. I found it's not working and in console error mention below Failed Loading React, PydioReactUI : TypeError: _react.default.createContext is not a function |
I'm using this grunt js file |
I'm lost here : if you are trying to build the front for pydio 8, why do you use the Gruntfile from cells-front (which is deprecated by the way, as the front for pydio cells is in the main Cells repo). Why not using pydio-core/..../gui.ajax/Gruntfile.js?? |
Now, I'm using latest grunt file but this time again encounter same error with different trace Failed Loading React, PydioReactUI : TypeError: _react.default.createContext is not a function
|
Do you confirm your react version you are using? |
In my case, react-redux library is creating issue because react-redux version higher or equal 6 is using different context API. So, using react-redux version: 5.1.1 fix issue for me. I hope this help someone. |
ha ha ok so we should probably fix this in the json |
Yes, please so it's not trouble other people. |
It is impossible to build with
because it has unresolved dependencies
grunt runs successfully, but on execution I get
The text was updated successfully, but these errors were encountered: