안녕하세요. 프로젝트를 삭제 후 다시 프로젝트를 생성했습니다.. ios폴더 아레에 build폴더는 생성이 되지 않습니다 .. 뭐가 문제일까요? Pods 라는 폴더만 생성되어 있습니다.detox init -r jest 후 또 detox build 명령을 수행했더니 아래와 같은 에러가 나타나고 build폴더는 생성되지 않는데요 ... 순서대로 설치를 진행하는데 뭐가 문제인지 모르겠습니다.. detox[33873] ERROR: [cli.js] DetoxConfigError: Cannot determine which configuration to use from Detox config at path: detox[33873] ERROR: [cli.js] /Users/gimlaeyeong/Desktop/tddReactNative/.detoxrc.json detox[33873] ERROR: [cli.js] detox[33873] ERROR: [cli.js] HINT: Use --configuration to choose one of the following: detox[33873] ERROR: [cli.js] * ios detox[33873] ERROR: [cli.js] * android
router.put 에서 입니다! 예를들어 put 요청이 들어왔을 때 어떤 조건으로 res.redirect로 다른 url로 이동시키고 싶다면 put에서는 redirect가 적용되지 않더라고요 .. 만약 redirect를 쓰고 싶다면 post를 사용해야하는건가요? put에서는 redirect를 사용할 수 없나요?