You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:to
...and then re-run the ejection process, it will allow you to advance
The text was updated successfully, but these errors were encountered: