[PR #431] [CLOSED] fix(localdevelopment): fix dockerfile.dev to run project locally #517

Closed
opened 2026-02-17 12:06:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/431
Author: @cocoeyes02
Created: 3/5/2022
Status: Closed

Base: masterHead: fix_local_development


📝 Commits (2)

  • 04dd8df fix(localdevelopment): fix dockerfile.dev to run project locally
  • 432850b refactor(Makefile): sort command by name asc

📊 Changes

2 files changed (+11 additions, -11 deletions)

View changed files

📝 Dockerfile.dev (+2 -1)
📝 Makefile (+9 -10)

📄 Description

Cannot run project locally now. because those error happen.

  • gyp verb check python checking for Python executable "python2" in the PATH
  • syntax error by no supported node version

So I add those to dockerfile.dev and I can run project locally.

  • specify node version 13 because node 13 supported node-sass version 4.13+, <5.0
  • add dependencies because node-sass need python2 and make, g++

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/conventional-commits/conventionalcommits.org/pull/431 **Author:** [@cocoeyes02](https://github.com/cocoeyes02) **Created:** 3/5/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_local_development` --- ### 📝 Commits (2) - [`04dd8df`](https://github.com/conventional-commits/conventionalcommits.org/commit/04dd8dfb5cb8c03d4471943a9510aa31729b0510) fix(localdevelopment): fix dockerfile.dev to run project locally - [`432850b`](https://github.com/conventional-commits/conventionalcommits.org/commit/432850bbfbae7d23892fc41c1f09d0e4581dceb6) refactor(Makefile): sort command by name asc ### 📊 Changes **2 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile.dev` (+2 -1) 📝 `Makefile` (+9 -10) </details> ### 📄 Description Cannot run project locally now. because those error happen. - `gyp verb check python checking for Python executable "python2" in the PATH` - syntax error by no supported node version So I add those to dockerfile.dev and I can run project locally. - specify node version 13 because node 13 supported node-sass version 4.13+, <5.0 - add dependencies because node-sass need python2 and make, g++ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-17 12:06:36 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/conventionalcommits.org#517