-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Hello everyone,
I'm starting to get depressed with Primo VE. I've been trying to update the CSS for weeks now, but every time I try to launch BrowserSync, I first get the loading page of Primo with nothing happening and if I try to refresh the page, I get the following message on my Terminal:
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at IncomingMessage.<anonymous> (/Users/jeremierudaz/Documents/CoordRVN/PrimoVE/primo-explore-devenv/gulp/tasks/08-servers.js:59:53)
at IncomingMessage.emit (events.js:194:15)
at IncomingMessage.EventEmitter.emit (domain.js:459:23)
at endReadableNT (_stream_readable.js:1125:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
I carefully followed every step, installing Node, npm and gulp. I made sure to complete the Gulp configuration file with the correct Primo front-end URL. I also triple check that I was using the correct URL to access Primo locally.
I even tried to reinstall everything at least 3 times. But it still doesn't work.
I had a few warning messages when I followed the step 7 and when the installation was over, the following was displayed on my Terminal:
found 65 vulnerabilities (36 moderate, 26 high, 3 critical)
run `npm audit fix` to fix them, or `npm audit` for details
I tried to run npm audit fix and even npm audit fix --force but there's always vulnarabilities and I have no clue how to fix them.
Do you think it's related to my problem?
It worked well a few months ago, but now I always have the SyntaxError message and I just don't know what to do.
Can you please help me? I really have to update our CSS.
FYI I also checked the closed issues related to the SyntaxError, and nothing worked for me.
Thank you very much!