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

Bug: npm postinstall script of dependency in workspace member not executed #25417

Open
marvinhagemeister opened this issue Sep 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working correctly node compat workspaces

Comments

@marvinhagemeister
Copy link
Contributor

The postinstall script of a third party dependency of a workspace member that has a package.json is never executed.

Steps to reproduce

  1. Clone https://github.com/zemili-group/moonrepoV3
  2. Run deno install --allow-scripts
  3. Run cd apps/zemili/frontend
  4. Run deno task dev

Output:

▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]

    tsconfig.json:2:13:
      2 │   "extends": "./.svelte-kit/tsconfig.json",
        ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Related #25416

Version: Deno 2.0.0-rc.0+ce6b675

@marvinhagemeister marvinhagemeister added bug Something isn't working correctly node compat workspaces labels Sep 4, 2024
@nathanwhit nathanwhit self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly node compat workspaces
Projects
None yet
Development

No branches or pull requests

2 participants