adobe / adobe/aem-forms-af-runtime
Missing dependency @quarry/eim-provider
- Dominant language
- HTML
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.