Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Test Failed for new Project #96

Open
broerjuang opened this issue Nov 24, 2021 · 0 comments
Open

Test Failed for new Project #96

broerjuang opened this issue Nov 24, 2021 · 0 comments

Comments

@broerjuang
Copy link

broerjuang commented Nov 24, 2021

Trying to installing via nx react-native and then failed because missing deps when trying to run test

Screen Shot 2021-11-24 at 18 02 03

It's resolved after I install all deps that needed inside preprocessor.js

+    "@babel/plugin-proposal-class-properties": "^7.16.0",
+    "@babel/plugin-transform-arrow-functions": "^7.16.0",
+    "@babel/plugin-transform-block-scoping": "^7.16.0",
+    "@babel/plugin-transform-classes": "^7.16.0",
+    "@babel/plugin-transform-computed-properties": "^7.16.0",
+    "@babel/plugin-transform-destructuring": "^7.16.0",
+    "@babel/plugin-transform-exponentiation-operator": "^7.16.0",
+    "@babel/plugin-transform-for-of": "^7.16.0",
+    "@babel/plugin-transform-function-name": "^7.16.0",
+    "@babel/plugin-transform-literals": "^7.16.0",
+    "@babel/plugin-transform-object-assign": "^7.16.0",
+    "@babel/plugin-transform-react-display-name": "^7.16.0",
+    "@babel/plugin-transform-react-jsx-source": "^7.16.0",
+    "@babel/plugin-transform-regenerator": "^7.16.0",
+    "@babel/plugin-transform-shorthand-properties": "^7.16.0",
+    "@babel/plugin-transform-spread": "^7.16.0",
+    "@babel/plugin-transform-sticky-regex": "^7.16.0",
+    "@babel/plugin-transform-template-literals": "^7.16.0",
+    "@babel/plugin-transform-unicode-regex": "^7.16.0",

It requires me to install lot of @babel to run the test. Any workaround to solve this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant