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

fsevents vulnerability #38

Closed
prawn185 opened this issue Apr 29, 2019 · 8 comments
Closed

fsevents vulnerability #38

prawn185 opened this issue Apr 29, 2019 · 8 comments

Comments

@prawn185
Copy link

So im doing everything prior and I get this error when I run npm install

https://pastebin.com/zdcMpVzQ

@tuandm
Copy link
Owner

tuandm commented Apr 30, 2019

@prawn185 Seems this is just a warning and can be ignored. I don't see any error from your log.

@prawn185
Copy link
Author

prawn185 commented May 1, 2019

Ok great thanks, i'll give it another shot

@prawn185
Copy link
Author

prawn185 commented May 1, 2019

@tuandm So I don't know if i'm doing something wrong but i've gone though the installtion steps but i'm getting a blank screen with the HTML code like this:
`

  <!doctype html>
 
 
 
 
 
  <title>Laravel Vue Admin</title>
   
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
   
  <script src=/static/tinymce4.7.5/tinymce.min.js></script>
  <script src="/js/vendor.js?id=374be93cf8d303ea1f46"></script>
  <script src="/js/manifest.js?id=227795a4cf81cedbd601"></script>
  <script src="/js/app.js?id=a09bf6287c62d3941912"></script>
 
 
   

`

@tuandm
Copy link
Owner

tuandm commented May 1, 2019

@prawn185 Just to make sure your machine is ready.

  1. Have you run Laravel project on your machine before? Just to make sure your PHP/web server is ready.
  2. Does npm run dev or npm run watch works without error?

@prawn185
Copy link
Author

prawn185 commented May 1, 2019

Yeah, I am using Laragon as I'm having issues with Homestead.
I have a current Laravel project working on the same "server"
And both compile just fine

@tuandm
Copy link
Owner

tuandm commented May 1, 2019

@prawn185 Sorry I don't have Windows machine here to reproduce your issue. But Laravue works fine with Windows due to other feedbacks. If your page is blank, I think the problem seems related to webpack - the JS file is not compiled correctly.

@prawn185
Copy link
Author

prawn185 commented May 1, 2019

@tuandm Here is when I run npm run dev
https://pastebin.com/NM7rAJr2
I think going to try and stick it on a webserver I have :L

@tuandm
Copy link
Owner

tuandm commented May 1, 2019

@prawn185 Thanks for your try. Your npm command seems fine. Doesn't have any error in browser's console?

@tuandm tuandm closed this as completed May 5, 2019
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

2 participants