Hello do i need to buy visual studio to run and edit my aleready bought metronic theme?
Hi,
Could you please try to use the normal command console "cmd", instead of using PowerShell?
Thanks
note: the np install in latest version has gone
but installation of yarn wont work via visual studio.
via gulp it was possible.
i had done it like you said. i seperate it. but i always get this issue.
PS D:\themeforest\metronic_v8.0.33\html\theme\tools> npm install --global yarn
added 1 package, and audited 2 packages in 924ms
found 0 vulnerabilities
PS D:\themeforest\metronic_v8.0.33\html\theme\tools> yarn
yarn : Die Datei "C:\Users\hanne\AppData\Roaming\npm\yarn.ps1" kann nicht geladen
werden, da die Ausführung von Skripts auf diesem System deaktiviert ist. Weitere
Informationen finden Sie unter "about_Execution_Policies"
(https:/go.microsoft.com/fwlink/?LinkID=135170).
In Zeile:1 Zeichen:1
+ yarn
+ ~~~~
+ CategoryInfo : Sicherheitsfehler: ( [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
Hi,
Please separate the command for npm and yarn.
npm install --global npm@latest
npm install --global yarn
thank you for the answer.
now i get this issue:
PS D:\themeforest\metronic_v8.0.33\html\theme\tools> npm install --global yarnnpm@latest
npm : Die Benennung "npm" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die
Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ npm install --global yarnnpm@latest
+ ~~~
+ CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Hi,
You can use any code editor to work with Metronic. We would recommend the free code editor: https://code.visualstudio.com/
Regards