-
Notifications
You must be signed in to change notification settings - Fork 46
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
frontend-dist not found in package pautobot. Please run: bash build_frontend.sh #19
Comments
Hi!
|
I did that already. I did it again and still the same error. No errors found. |
@LanceLake Please pull the latest code from |
Ran pip install -e . Ran python -m pautobot.app Ran npm install Same issue and same error when I try to go to the page. So basically, no change at all. Yes, I did a fresh pull. |
FWIW I'm getting the same thing on my MacBook Pro |
@LanceLake Lan @DevonWieczorek |
Working.. Well, I'm still getting "frontend-dist not found in package pautobot. Please run: bash build_frontend.sh" when going to localhost:5678, but at least 3000 is giving me the interface. |
So I ran this in git bash for windows and it didn't help.
Also, when I run the development side, I get this..
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./components/RightSidebar.js
./pages/index.js
Module not found: Can't resolve '@lib/requests/history'
1 | import { toast } from "react-toastify";
2 |
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./components/RightSidebar.js
./pages/index.js
The text was updated successfully, but these errors were encountered: