I'm trying to hit ant npminstall from platform directory not able to hit as it's deprecated now due to which I'm not getting some node modules which are required to build smartedit extension. Basically I'm not able to get the generated .js files from .ts files of *smartedit.ts and *smarteditContainer.ts due to which on smartedit I'm getting 404 for some of the whitelisted url mentioned in configuration.
I have created smartedit extension based on ysmarteditmodule in sap hybris 2205 but there are few files which isn't created like Grunt.js. In sap docs they stated that you need to hit ant npminstall
after creation of ext. but when hitting npminstall from platform directory error says :
[echo] npminstall: Deprecated since 21.05 - Use rushupdate instead
then when I hit: ant rushupdate
it says:
rushupdate:
[echo] Running [rush update --bypass-policy] on path NOT SET [echo] Error: The path argument must be set.
can anyone tell me what path rushupdate is expecting.