Tôi vừa cài đặt node.js & cli
- đã cài đặt node.js
đã cài đặt react-native-cli
npm -g react-native-cli
Và tạo một 'dự án mới'.
react-native init new_project
và bên trong thư mục 'new_project' đó, tôi mệt mỏi để xem liệu gói metro có hoạt động tốt hay không.
react-native start
Nhưng lệnh đã cho tôi lỗi sau và tàu điện ngầm không bắt đầu. Bất kỳ manh mối để sửa lỗi này? (Tôi đang sử dụng hệ điều hành windows 10.)
- chỉ huy :
C:\projects\new_proj>react-native start
lỗi Biểu thức chính quy không hợp lệ: /(.\fixtures.|node_modules[]react[]dist[].|website\node_modules.|heapCapture\bundle.js|.\tests.)$/: Lớp ký tự chưa kết thúc. Chạy CLI với cờ --verbose để biết thêm chi tiết. SyntaxError: Biểu thức chính quy không hợp lệ: /(.\fixtures.|node_modules[]react[]dist[].|website\node_modules.|heapCapture\bundle.js|.\tests.)$/: Lớp ký tự chưa kết thúc tại RegExp mới ( ) tại danh sách đen (D: \ project \ new_proj \ node_modules \ metro-config \ src \ defaults \ blacklist.js: 34: 10) tại getBlacklistRE (D: \ project \ new_proj \ node_modules \ react-native \ node_modules @ react-native -community \ cli \ build \ tools \ loadMetroConfig.js: 69: 59) tại getDefaultConfig (D: \ project \ new_proj \ node_modules \ react-native \ node_modules @ react-native-community \ cli \ build \ tools \ loadMetroConfig.js : 85: 20) khi tải (D:
- chỉ huy :
Run CLI with --verbose flag for more details.
Có lẽ bạn đã quên thoát khỏi một phản ứng dữ dội. Xem stackoverflow.com/questions/14639339/… . Không thể nói mà không có thêm chi tiết.