You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a project with the CLI 1.6.0, you will get the npm warnings below due to the fact that npm install is called and the package.json file in the project directory is not fully valid.
From perspective of improving the getting started experience, it would be great to avoid these warnings. CC: @valentinstoychev, @rosen-vladimirov.
vchimevmac:test-apps vchimev$ tns create appTest
npm WARN package.json @ No description
npm WARN package.json @ No repository field.
npm WARN package.json @ No README data
npm WARN package.json @ No license field.
Project appTest was successfully created
The text was updated successfully, but these errors were encountered:
@mehfuzh,
as the NativeScript plugins are npm packages, their package.json files need to be updated with the warned information in order to be avoided.
If you create a project with the CLI 1.6.0, you will get the npm warnings below due to the fact that
npm install
is called and the package.json file in the project directory is not fully valid.From perspective of improving the getting started experience, it would be great to avoid these warnings. CC: @valentinstoychev, @rosen-vladimirov.
The text was updated successfully, but these errors were encountered: