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

Node Version Update / Server Dockerfile #43

Closed
RR-Helpdesk opened this issue Jan 2, 2022 · 2 comments
Closed

Node Version Update / Server Dockerfile #43

RR-Helpdesk opened this issue Jan 2, 2022 · 2 comments

Comments

@RR-Helpdesk
Copy link

Build stops at Lighthouse Step 15 with Node v12. I updated the Dockerfile to pull Node v14 and was able to proceed, but may need to update your dependencies here.

Step 15/34 : RUN yarn global add lighthouse
---> Running in 8b4b96307626
yarn global v1.22.17
[1/4] Resolving packages...
warning lighthouse > intl-messageformat > intl-messageformat-parser@1.8.1: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser
warning lighthouse > raven > uuid@3.3.2: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "lighthouse@9.2.0" with binaries:
- lighthouse
- chrome-debug
- smokehouse
Done in 7.71s.
Removing intermediate container 8b4b96307626

@StanGirard
Copy link
Owner

Hello @REVREBEL , thanks for the update :)
Could you do a PR with your update ?

@taghead
Copy link

taghead commented Mar 21, 2022

Hello I was having the same issue so I just bumped the node version in the dockerfile. Figured I'd make a pull request.

#53

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

3 participants