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

Ejection errors on package.json validation #26

Open
dfagan2 opened this issue Apr 24, 2020 · 0 comments
Open

Ejection errors on package.json validation #26

dfagan2 opened this issue Apr 24, 2020 · 0 comments
Labels
bug Something isn't working has workaround

Comments

@dfagan2
Copy link
Contributor

dfagan2 commented Apr 24, 2020

Due to nodejs/help#2303, when you run the ejection script, you will see an error regarding invalid package.json syntax.

I've opened an issue with the tool that's running that validation to see if there is something that can be done to work around it: userfrosting/merge-package-dependencies#15

In the meantime, if you manually go into node_modules/@robotsandpencils/react-robits/package.json and change:

  "bundleDependencies": false,

to

  "bundleDependencies": [],

...and then re-run the ejection process, it will allow you to advance

@dfagan2 dfagan2 added bug Something isn't working has workaround labels Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has workaround
Projects
None yet
Development

No branches or pull requests

1 participant