-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
http://localhost
has no base route for drag and drop recipe
#448
Comments
Yah, it seems this recipe does not have an We could add an |
http://localhost
has no base route for drag and drop recipe
Thank you @jennifer-shehane ! |
You'll need to create a fork the repo and open a PR. We don't allow push access to outside contributors. |
Thanks, I have raised PR: #455 |
I have cloned the project and did install all dependencies from the root directory using
npm install
then as a part of testing I did move to /examples/testing-dom__drag-drop (cd ./examples/testing-dom__drag-drop
) and executednpm start
(screenshot1) command to start the localhost, but it gave me an error(screenshot2):screenshot1:
screenshot2:
Node version: 12.14.0
NPM version: 6.13.4
Is there something I am missing?
The text was updated successfully, but these errors were encountered: