skip to Main Content

Build expo React Native

`Running "yarn install" in /home/expo/workingdir/build directory yarn install v1.22.19 [1/4] Resolving packages... [stderr] warning Lockfile has incorrect entry for "@expo/webpack-config@^49.0.0". Ignoring it. [stderr] error Couldn't find any versions for "@expo/webpack-config" that matches "^49.0.0" info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this…

VIEW QUESTION

Visual Studio Code – Issue with starting React project

I want to start some react project. The issue is when I run the following command: yarn add react-app-rewired -D to install all the required components. Output: Microsoft Windows [Version 10.0.19045.2965] (c) Microsoft Corporation. All rights reserved. C:WINDOWSsystem32>cd C:wamp64wwwinsurance_site-master C:wamp64wwwinsurance_site-master>yarn…

VIEW QUESTION

Can't import with relative path – Reactjs

Please take a look at this project: react-markdown-editor-test The editor component can't import a subcomponent from relative path, e.g this import { light as lightTheme, dark as darkTheme } from "styles/theme"; results in error Module not found: Error: Can't resolve…

VIEW QUESTION

When starting the project, reactstrap presents an error when importing the lib – Reactjs

Error console /node_modules/reactstrap/lib/index.js:1 import _Container from './Container'; ^^^^^^ SyntaxError: Cannot use import statement outside a module at internalCompileFunction (node:internal/vm:73:18) at wrapSafe (node:internal/modules/cjs/loader:1176:20) at Module._compile (node:internal/modules/cjs/loader:1218:27) at Module._extensions..js (node:internal/modules/cjs/loader:1308:10) at Module.load (node:internal/modules/cjs/loader:1117:32) at Module._load (node:internal/modules/cjs/loader:958:12) at Module.require (node:internal/modules/cjs/loader:1141:19) at require (node:internal/modules/cjs/helpers:110:18)…

VIEW QUESTION
Back To Top
Search