Due to a know issue with NPM 5.4.0 on Windows, this version of NPM cannot be use to create Angular projects on Windows. Project creation will fail, with one of several EPERM errors when attempting to install the fsevents
module.
Update: NPM 5.4.2 is now available, and project creation works as expected. Note that NPM 5.4.1 also exhibited similar issues, and should not be used either.
-
This topic was modified 7 years, 1 month ago by Brian Fernandes. Reason: NPM 5.4.2 update available