Just installed v1.1.8 in a new react native project and have gotten the following error when running react0native start
error: bundling failed: Error: Unable to resolve module `../stubs/simpleConfig.stub` from `node_modules/react-native-tailwindcss/util/configHandler.js`:
None of these files exist:
* node_modules/react-native-tailwindcss/stubs/simpleConfig.stub(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)
* node_modules/react-native-tailwindcss/stubs/simpleConfig.stub/index(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)
This is what the package looks like in node_modules
So it looks like the reference to the stubs directory would throw a missing file error because that directory does not exist.
I am on Ubuntu 18.04, and tried to both npm and yarn install the package with no luck. I also tried to install v1.1.7 of this package and was met with a similar result.
Hey there
Just installed
v1.1.8
in a new react native project and have gotten the following error when runningreact0native start
This is what the package looks like in
node_modules
So it looks like the reference to the
stubs
directory would throw a missing file error because that directory does not exist.I am on Ubuntu 18.04, and tried to both npm and yarn install the package with no luck. I also tried to install
v1.1.7
of this package and was met with a similar result.react
version:16.9.0
react-native
version:0.61.5
Any help would be appreciated! Cheers