× Component Tns-core-modules Is Not Installed. × Component Tns-android Is Not Installed. × Component Tns-ios Is Not Installed
What am I missing, I have completed all the steps asked in the installation guide of nativescript running tns doctor gives me the following output... C:\abc\xyz>tns doctor √ G
Solution 1:
Try this - tns platform add android
Solution 2:
Did you try to checked your package.json
? Or try to execute npm i
? or tns install
?
Solution 3:
I think two points about it:
Seems like you don't followed the
NativeScript quick setup
to installed it because it could be installed all together. https://docs.nativescript.org/start/quick-setupYou should check inside your
package.json
if this modules exists:
× Component tns-core-modules is not installed.
× Component tns-android is not installed.
× Component tns-ios is not installed.
You also check doing this: npm ls <module-name>
, where <module-name>
is the module to check it.
Let me know if it help you.
Post a Comment for "× Component Tns-core-modules Is Not Installed. × Component Tns-android Is Not Installed. × Component Tns-ios Is Not Installed"