Skip to content

full-install created the symlink to the original teams folder instead of creating the node_modules folder with client side dependencies #1

@cloudchallengers

Description

@cloudchallengers

Hi,

When I ran the command "npm run full-install", it worked fine for the outer package.json i.e. created a node_modules folder in root directory with the listed dependencies in package.json file. But, within "client" folder it created a node_modules folder, which contained a symlink to the original "teams" folder. What I expect is, it should have created install the client side dependencies within this node_modules folder. I am doing this on windows machine and following is how it looks there.

image

I understand that it can be resolved by deleting the node_modules folder created within client folder and running the npm install command within the client folder. But not sure why it didn't worked as provided in the repo's description. Is this some OS/Machine specific issue ?

Kindly Guide.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions