-
Notifications
You must be signed in to change notification settings - Fork 796
Can't get it to work with 'react create app' #34
Comments
The same |
I tried to report it on 'create-react-app' and this is the response I got: facebook/create-react-app#1380 |
Thank you so much for this @Tsury , I understand the issue now. Will fix asap. |
Thank you! |
Sure I will! |
Updates to few NPM packages Using node modules instead of the dist versions
Same problem here, any ideas? |
+1 |
I have same problem as well ./node_modules/adminlte-reactjs/node_modules/react-dom/lib/ReactDOMUnknownPropertyHook.js |
I got the same problem here |
I also have the same issue |
I think the issue is that npm version is outdated. npm package.json
github repo package.json
So for now I changed the path in my package.json to |
The React npm version is exactly what was wrong for me. Changing the path the git makes all the difference. Any idea when a new NPM will be posted? |
@booleanhunter Any new updates for it to work with |
I'll be committing some major changes to this repo in a couple of weeks. Will be using create-react-app so you wouldn't have to bother with Webpack and other dependency issues. |
Hi Sir, Have the changes occurred? |
EDIT: I mean 'create-react-app'...
I'm following the usage instructions but I'm getting errors in the main js file of ReactJS-AdminLTE saying that react-dom and velocity are missing.
These are the errors I am getting:
Could that be something with the webpack config not being used? I see that there's aliases there for react-dom and velocity and paths to get the libraries from.
The text was updated successfully, but these errors were encountered: