HomecareHomebase / azure-bake

An Open Source Deployment Management Framework for DevOps and Developers
MIT License
9 stars 14 forks source link

Fix npm install instructions for new ingredient #235

Closed nmarinel closed 2 years ago

nmarinel commented 2 years ago

I ran into issues following the instructions for creating an ingredient because npm i "package" --no-save installed the package in the node_modules folder without the src folder which includes the .ts declarations.

Simply running npm install seems to install the needed dependencies with correct symlinks so I don't see the use of explicitly installing the packages that are already included in package.json.