-
Notifications
You must be signed in to change notification settings - Fork 811
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
Dependency was not found in node_modules #134
Comments
What does your |
|
Hmm, not sure. You're 100% positive that resources/assets/js/app.js exists? Can you try deleting your node_modules directory, and redoing npm install from scratch? |
Reinstalled node_modules and now I am getting the error that cross-env is not found.
|
Did you reinstall with |
installed with npm. should I be using yarn? Edit: |
No, npm is right.
|
Not sure why but once I installed cross-env manually it compiled with an error in one of the templates. |
Now it is failing saying:
File in question:
|
I can't tell which line that is, but the terminal output should point to where your syntax error is. |
Both lines are on lines with plain HTML |
It's related to this: <a :href="" class="btn btn-sm btn-primary pull-right">
View All Logs
</a> You didn't bind the |
I get the following errors every time that I try to run npm run dev.
app.js does exist at the specified location.
The text was updated successfully, but these errors were encountered: