-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Problems #195
Comments
Going round the houses still on this. Did a clean install using the demo webpack.conf.js - now however I play it I am getting
So am am pretty sure that there are 2 parts of the system, one is referencing @babel and just babel, but still can't find a resolution. |
I had similar issues. What made the /demo folder finally compile for me was adding the following after line ~48 on the /demo/webpack.config.js file |
Hi - I had to use someone to help out on this. Embarrassing! (wilsmex I had tried the import-glob) fix myself but it still stuck. Anyway this bit is finished for me. But I will leave this open as a marker that this aspect can use some improvement. (OK any admin feel free to close). |
Firstly we are really really keen to use react-planner because it looks like by far the best available floor planner.
Whilst relatively new to react I have some years experience with Node.js, so I would expect to be able to get a library working.
Installation tripped a couple of times in the catalogue, one of the mtl files referenced a png when the file was a jpg - this was changed and seems successful. And another file has
import ImageFul from './imageful';
which had to be changed toimport ImageFul from './imageful.jsx';
which I changed but does this mean that I am missing some part of the toolchain?The main (github) page does not mention any prerequisites in terms of libraries or loaders (I had to set up and configure babel-plugin-import-glob) what npm dependencies are not installed with react-planner?
Anyway having gone through a painful process, the package finally compiled - but gives this set of errors:
I am at a loss now having spent at least 40 hours on this. Almost certainly missing something basic!
The text was updated successfully, but these errors were encountered: