Skip to content

quki3/POWER_SHELL.__GB__

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

POWER_SHELL.GB

##For those who are not aware of how to solve this error using Windows PowerShell

##Open PowerShell (Run As Administrator) ##Check the current execution policy using this command

Get-ExecutionPolicy

You should get 'Restricted'

##Run this command to make it 'Unrestricted'

Set-ExecutionPolicy Unrestricted

###Check again whether execution policy changed by running this command

Get-ExecutionPolicy

You should get 'Unrestricted'

###Now try to run nodemon on your project ###nodemon 'filename.js' #Hope this would be helpful

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published