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

Missing dependency @quarry/eim-provider #7

Open
skHollywood opened this issue Oct 17, 2022 · 2 comments
Open

Missing dependency @quarry/eim-provider #7

skHollywood opened this issue Oct 17, 2022 · 2 comments

Comments

@skHollywood
Copy link

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

@rismehta
Copy link
Collaborator

Hi, this is an optional dependency. May be you used an old npm version

@Simranjeet-Singh
Copy link

Hi, try updating the

"@aemforms/af-react-components": "^0.22.65",
"@aemforms/af-react-renderer": "^0.22.65",
@aemforms/af-core": "^0.22.65"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants