Webpack config issue after manual install of 4.3.1
See original GitHub issueIssue type
I’m submitting a … (check one with “x”)
- bug report
- feature request
Issue description
Current behavior:
After a fresh install of expo
and then a manual install of UI Kitten, a webpack-related compilation error is the result when run on web.
Expected behavior:
That a manual install on top of a fresh expo
install would run without issue.
Steps to reproduce: Clone this repo: https://github.com/educational-resources-and-services/react-native-ui-kitten-test-4.3.1
Related code: The exact commands I ran to produce the above repo:
expo init test
cd test
npm i @ui-kitten/components @eva-design/eva
Then I copied the code here for App.js. Then:
npm run web
Other information:
I did not install react-native-svg since I am using expo
and therefore cannot do linking.
OS, device, package version
MacOS 10.15.1
@ui-kitten/components 4.3.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:15
Top Results From Across the Web
How to Prevent Webpack Error after npm Install?
After the last question update, this is my advice. Delete the next line in webpack.make.json : config.plugins = [ /*...*/ new ForkCheckerPlugin() ...
Read more >Configuration - webpack
Out of the box, webpack won't require you to use a configuration file. However, it will assume the entry point of your project...
Read more >Apache Karaf Container 4.x - Documentation
In this file, you can configure the different environment variables used by Apache Karaf. The Service Wrapper installer automatically populates these variables ...
Read more >Changelog - Cypress Documentation
Fixed an issue with Angular Component Testing where a custom sourceRoot configuration would not be respected. Fixes #24827. Fixed Typescript typings for cy....
Read more >ts-loader - npm
ts file, you can use the DeclarationBundlerPlugin in your webpack config. Failing the build on TypeScript compilation error. The build should ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Got this fixed in 4.3.2 🎉 Upgrade
I’ve got this working in a bare expo project with this configuration. Consider using it as a temporary solution. I can back to this issue later, maybe in the next patch release.
Demo project