We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting error cannot find module '/env' in ios.
Find stack trace: error Cannot find module './env' Require stack:
Steps to reproduce the behavior:
IOS
System: OS: macOS 10.15.6 CPU: (8) x64 Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz Binaries: Node: 12.13.1 - /usr/local/bin/node npm: 6.13.4 - /usr/local/bin/npm SDKs: iOS SDK: Platforms: iOS 14.0, DriverKit 19.0, macOS 10.15, tvOS 14.0, watchOS 7.0 IDEs: Android Studio: 4.0 AI-193.6911.18.40.6514223 Xcode: 12.0/12A7209 - /usr/bin/xcodebuild npmPackages: react: ~16.9.0 => 16.9.0 react-native: ~0.61.5 => 0.61.5 npmGlobalPackages: react-native-cli: 2.0.1
The text was updated successfully, but these errors were encountered:
I have the same issue, I think we miss index.js file in the env folder Please update!
index.js
Sorry, something went wrong.
const path = require('path'); const env = require('./env.prod'); module.exports = { ENV: env.ENV, UI_KITTEN_PACKAGES_PATH: path.resolve(__dirname, env.UI_KITTEN_PACKAGES_PATH), EVA_PACKAGES_PATH: path.resolve(__dirname, env.EVA_PACKAGES_PATH), };
I have the same issue
No branches or pull requests
🐛 Bug Report
Getting error cannot find module '/env' in ios.
Find stack trace:
error Cannot find module './env'
Require stack:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Link to runnable example or repository (highly encouraged)
UI Kitten and Eva version
Environment information
IOS
System:
OS: macOS 10.15.6
CPU: (8) x64 Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
Binaries:
Node: 12.13.1 - /usr/local/bin/node
npm: 6.13.4 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 14.0, DriverKit 19.0, macOS 10.15, tvOS 14.0, watchOS 7.0
IDEs:
Android Studio: 4.0 AI-193.6911.18.40.6514223
Xcode: 12.0/12A7209 - /usr/bin/xcodebuild
npmPackages:
react: ~16.9.0 => 16.9.0
react-native: ~0.61.5 => 0.61.5
npmGlobalPackages:
react-native-cli: 2.0.1
The text was updated successfully, but these errors were encountered: