Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(reactxp) create-rx-app: App Could not find plugin "proposal-numeric-separator" #18

Closed
mgolden6 opened this issue Apr 18, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@mgolden6
Copy link

mgolden6 commented Apr 18, 2020

  1. I used npm init rx-app AppName from the instructions to create a reactxp App
  2. I used npm run start:web to test it, but it failed with the following error:

Could not find plugin "proposal-numeric-separator". Ensure there is an entry in ./available-plugins.js for it.

@alariej issue & solution solved my problem.

I detailed the 4 steps.

I am new to developing, so not sure how this works, but would it be possible for someone to add the following 2 lines to \node_modules\@babel\preset-env\lib\available-plugins.js, and make sure that plugin is installed when calling npm init rx-app so others don't run into this problem when trying to create-rx-app?

  1. var _pluginProposalNumericSeparator = _interopRequireDefault(require("@babel/plugin-proposal-numeric-separator")) with the other var's

  2. "proposal-numeric-separator": _pluginProposalNumericSeparator.default with the others in var _default so it gets exported with default

@a-tarasyuk a-tarasyuk added the bug Something isn't working label Jun 9, 2020
@a-tarasyuk
Copy link
Owner

The issue should be fixed in v0.6.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants