Hi,
I'm sorry for I believe this is a very basic thing in this group, but what is NPM ?
I just starting to learn PowerApps component, and on one of learning guide, they tell me to :
- Install PowerApps CLI, Done.
- Run Command prompt
- Go to my documents folder by "cd %userprofile%\documents" which I did and succeeded.
- mkdir PickListFilter (I'm not sure what is that, but probably will know soon after)
- cd PickListFilter
- Initialize the component by "pac pcf init -ns Contoso -n PickListFilter -t field", which I did and succeded.
- Then run "npm install"
At that step, I failed since it is "not recognized". From what tools is that ?
And what are step no 6 doing actually mean ?
Kindly help.
Thanks.