We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
I would also like to know. Anyone? :P
Sorry, something went wrong.
If you're looking to run the generator, navigate from root to ./generators/microsoft-employee-experience-generator
run npm run yo:install
npm run yo:install
You'll more than likely need to install yo globally along with some other packages that aren't listed in the package.json
OR
It might be easier to run the sample project by navigating from root to ./samples/sample-react-micro-frontend
run npm run serve
npm run serve
If you're having trouble finding "@micro-frontend-react/core", you can follow these steps to build it locally and assign to npm:
From root, navigate to ./packages/micro-frontend-react
Build the package and use npm link (Documentation: https://docs.npmjs.com/cli/v7/commands/npm-link)
npm link
Navigate back to the folder for your project that needs the package (for example ./samples/sample-react-micro-frontend)
Run npm link @micro-frontend-react/core
npm link @micro-frontend-react/core
Run npm install
npm install
You should be able to complete install.
(These might be backwards, I haven't been associated with this project in a few months now.)
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: