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
WARNING in ./node_modules/@aemforms/af-react-renderer/lib/component/AdaptiveForm.js 102:14-45
Module not found: Error: Can't resolve '@quarry/eim-provider' in '/Users//dfa/headless/my-app/node_modules/@aemforms/af-react-renderer/lib/component'
I am trying to run react 16.14.0 app using af-react-rendere and not able to run
followed same steps in https://opensource.adobe.com/aem-forms-af-runtime/storybook/?path=/story/adaptive-form-introduction--page
I am running behind firewall.
I could not find @quarry/eim-provider in npm
Expected Behaviour
Run without errors
Actual Behaviour
WARNING in ./node_modules/@aemforms/af-react-renderer/lib/component/AdaptiveForm.js 102:14-45
Module not found: Error: Can't resolve '@quarry/eim-provider' in '/Users//dfa/headless/my-app/node_modules/@aemforms/af-react-renderer/lib/component'
Reproduce Scenario (including but not limited to)
install all rerquired as in https://opensource.adobe.com/aem-forms-af-runtime/storybook/?path=/story/adaptive-form-introduction--page
and - npm start.
***************** pakage.json*************
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aemforms/af-react-components": "^0.22.12",
"@aemforms/af-react-renderer": "^0.22.12",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^11.2.7",
"quarry": "^0.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@adobe/react-spectrum": "^3.22.0"
}
}
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: