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

NCapsulate.Node Node.targets NpmJson Path Not Used #23

Open
briananderson1222 opened this issue Oct 13, 2015 · 0 comments
Open

NCapsulate.Node Node.targets NpmJson Path Not Used #23

briananderson1222 opened this issue Oct 13, 2015 · 0 comments

Comments

@briananderson1222
Copy link

I'm working with a project that has a custom location for it's package.json file.

I have tried modifying the path in the node.targets
<NpmJson Include="$(MSBuildProjectDirectory)\package.json" />
to
<NpmJson Include="$(MSBuildProjectDirectory)\MYFOLDER\package.json" />

but the npm install task keeps insisting on running from the project root. Am I misunderstanding something or is this NpmJson item not actually being used in the node.targets file.

Any help here would be very much appreciated

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

No branches or pull requests

1 participant