Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

fix: esbuild breaking dependency #18

Closed
imabp opened this issue Feb 16, 2022 · 0 comments · Fixed by #19
Closed

fix: esbuild breaking dependency #18

imabp opened this issue Feb 16, 2022 · 0 comments · Fixed by #19

Comments

@imabp
Copy link
Contributor

imabp commented Feb 16, 2022

Describe the bug
Installation of repo locally not possible, as esbuild@v0.12.9 fails on installation script.
Due to a latest bug mentioned by the esbuild maintainer here: evanw/esbuild#1711 (comment) 21 days ago .

We need to upgrade the dependency, esbuild to 0.14.17

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo freshly (important)
  2. Run npm i
  3. Following error shows up.
npm ERR! code 1
npm ERR! path /xxx/xxx/node_modules/esbuild
npm ERR! command failed
npm ERR! command sh -c node install.js

Screenshots

  • OS: UBUNTU 20.04

image

Expected Behavior
No errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant