React360 «Неопределенный символьный класс» ошибка во время выполнения - PullRequest
0 голосов
/ 31 октября 2019

Я установил React360 с

react-360 init hello-vr

, затем в новую папку hello-vr Я запустил

npm run start

, но получил эту ошибку

Starting React Native Packager...

Invalid regular expression: /(node_modules[\\\]react[\\\]dist[\\\].*|website\\node_modules\\.*|heapCapture\\bundle\.js|.*\\__tests__\\.*)$/: Unterminated character class

An error occurred during the packager process. Exited with code 1.
Look at the packager output above to see what went wrong.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! hello_vr@0.0.1 start: `node node_modules/react-360/scripts/packager.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the hello_vr@0.0.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Есть идеи?

Заранее спасибо

...