Error installing ember cli in Nodejs [closed]

0

Someone knows why he will not let me install npm install -g ember-cli

    
asked by Eduard 01.06.2017 в 14:38
source

1 answer

1

The error tells you that you do not have permission to create folders, as well as mentioning a possible solution:

  

Execute the command in root / administrator mode

What you should do is open the command console ( cmd ) in administrator mode. So you can do it:

  • Press the Windows key on the keyboard to bring up the Start menu (or click on Start)
  • Type "cmd" in the search bar.
  • Right click on the program and choose the option Ejecudar como administrador

Example Windows 10

    
answered by 01.06.2017 / 14:47
source