Can't run npm run eject
Landris18 opened this issue · 1 comments
I've created the app with create-react-native-app and when when running the npm run eject
, this error occurs npm run eject npm ERR! Missing script: "eject"
Content of my package.json (default) :
{ "name": "hesgoal", "version": "1.0.0", "main": "index.js", "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web" }, "dependencies": { "expo": "~44.0.2", "expo-splash-screen": "~0.14.1", "expo-status-bar": "~1.2.0", "react": "17.0.1", "react-dom": "17.0.1", "react-native": "0.64.3", "react-native-web": "0.17.1" }, "devDependencies": { "@babel/core": "^7.12.9" }, "private": true }
Closed due to no response, think this repos isn't active