-
Notifications
You must be signed in to change notification settings - Fork 5
Error while starting #110
Comments
Hi, thanks for trying it out, unfortunately I haven't had the time to work on this project in a long while (and don't unfortunately have any time on my hands at the moment either) so a lot of these things might be stale |
Here I am sharing some changes in package.json, by removing some of the
|
next time please format it a bit. But anyway as it seems most packages have been updated (or their types have been updated), the only way to fix this would be to update the dependencies and then fix the migration problems. but as I stated unfortunately I'm not going to have time to do that in a while |
https://github.com/lapanti/ts-react-boilerplate#requirements
its giving some of the errors,
Its just a new start.
yarn develop
Module build failed: TypeError: Cannot read property 'indexOf' of undefined
at transform (/path/ts-react-boilerplate/node_modules/react-hot-loader/dist/webpack.development.js:74:14)
at Object.transform$1 (/Users/path/ts-react-boilerplate/node_modules/react-hot-loader/dist/webpack.development.js:116:14)
yarn build
CLIENT <path/ts-react-boilerplate/node_modules/webpack/lib/Chunk.js:460
CLIENT throw new Error(
CLIENT ^
CLIENT Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead
CLIENT at Chunk.get (/Users/path/ts-react-boilerplate/node_modules/webpack/lib/Chunk.js:460:9)
The text was updated successfully, but these errors were encountered: