[GH-ISSUE #651] Running app from downloaded zip fails to compile #231

Closed
opened 2026-03-16 14:09:02 +03:00 by kerem · 2 comments
Owner

Originally created by @MuckT on GitHub (Mar 6, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/651

Reproduction Steps:

  1. Download the zip form github
  2. Extract the contents
  3. Navigate to the folder
  4. run npm install
  5. npm run dev

Expected Results:

  • Application Runs

Actual Results:

  • Build Error:
 ERROR  Failed to compile with 1 errors                                                       friendly-errors 09:26:41

This relative module was not found:                                                           friendly-errors 09:26:41
                                                                                              friendly-errors 09:26:41
* ../../.postwoman/version.json in ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./components/layout/footer.vue?vue&type=script&lang=js&
i Waiting for file changes                                                                                    09:26:41
i Memory usage: 257 MB (RSS: 454 MB)                                                                          09:26:41

Work around:

  • Cloning the repository is working fine.
Originally created by @MuckT on GitHub (Mar 6, 2020). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/651 **Reproduction Steps:** 1. Download the zip form github 2. Extract the contents 3. Navigate to the folder 4. run npm install 5. npm run dev **Expected Results:** - Application Runs **Actual Results:** - Build Error: ``` ERROR Failed to compile with 1 errors friendly-errors 09:26:41 This relative module was not found: friendly-errors 09:26:41 friendly-errors 09:26:41 * ../../.postwoman/version.json in ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./components/layout/footer.vue?vue&type=script&lang=js& i Waiting for file changes 09:26:41 i Memory usage: 257 MB (RSS: 454 MB) 09:26:41 ``` **Work around:** - Cloning the repository is working fine.
kerem closed this issue 2026-03-16 14:09:07 +03:00
Author
Owner

@liyasthomas commented on GitHub (Mar 6, 2020):

possible duplicate of #327 #444

<!-- gh-comment-id:595978428 --> @liyasthomas commented on GitHub (Mar 6, 2020): possible duplicate of #327 #444
Author
Owner

@MuckT commented on GitHub (Mar 8, 2020):

Possible root cause of this issue:

When you download the repo, you just download the source files of the most recent commit of the default branch without the .git folder. Essentially, when you download you can’t make use of any git commands, you can’t view the commit messages, you are just not using git at all. source

<!-- gh-comment-id:596243898 --> @MuckT commented on GitHub (Mar 8, 2020): Possible root cause of this issue: > When you download the repo, you just download the source files of the most recent commit of the default branch without the .git folder. Essentially, when you download you can’t make use of any git commands, you can’t view the commit messages, you are just not using git at all. [source](https://www.ajonit.com/git/git-clone/)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#231
No description provided.