Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ied install not executing npm install in local dependencies folders #199

@cancerberoSgx

Description

@cancerberoSgx

i just tried ied in my (complex) project and I noticed that if I have a dependency to a local folder, ied links it which is alright but it doesn't execute npm install inside of it so my app fails. Something like this:

package.json :
dependencies: {
"sc5-styleguide": "file:./my/local/folder"
}

after executing ied install there there should be a new folder ./my/local/folder/node_modules for the application to work - as it happens in npm . 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