Skip to content

NPM Install Missing from NextJS App #142

Description

@AmitKumar-AK

Hi Team,

When any new team member trying to setup the container based application then rendering container is not starting due to missing npm-run-all dependencies.

And fix suggested by Jean-François (Jeff) L'Heureux to add the following lines before docker-compose up -d at \HelixExample\examples\helix-basic-nextjs\up.ps1:

# Install npm modules in rendering folder
Push-Location .\src\Project\BasicCompany\nextjs
npm install
Pop-Location

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions