Hi all, I'm trying to do a ojet create with the navbar template, for the MOOC 1.7 practice. But I get persistently the following failure:
d:\Projects\OracleJET-MOOC>ojet create myFirstOJNavBarApp --template=navbar Oracle JET CLI Processing template... navbar Oracle JET: Your app structure is generated. Continuing with library install... Performing npm install may take a bit... Invoking npm install npm WARN deprecated qunitjs@2.4.1: 2.4.1 is the last version where QUnit will be published as 'qunitjs'. To receive future updates, you will need to change the package name to 'qunit'. npm WARN deprecated coffee-script@1.10.0: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) > phantomjs-prebuilt@2.1.16 install d:\Projects\OracleJET-MOOC\myFirstOJNavBarApp\node_modules\phantomjs-prebuilt > node install.js PhantomJS not found on PATH Download already available at C:\Users\marti\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip Verified checksum of previously downloaded file Extracting zip contents Removing d:\Projects\OracleJET-MOOC\myFirstOJNavBarApp\node_modules\phantomjs-prebuilt\lib\phantom Copying extracted folder C:\Users\marti\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip-extract-1514381590036\phantomjs-2.1.1-windows -> d:\Projects\OracleJET-MOOC\myFirstOJNavBarApp\node_modules\phantomjs-prebuilt\lib\phantom Writing location.js file Done. Phantomjs binary available at d:\Projects\OracleJET-MOOC\myFirstOJNavBarApp\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe npm ERR! path d:\Projects\OracleJET-MOOC\myFirstOJNavBarApp\node_modules\fsevents\node_modules\getpass\node_modules npm ERR! code EPERM npm ERR! errno -4048 npm ERR! syscall lstat npm ERR! Error: EPERM: operation not permitted, lstat 'd:\Projects\OracleJET-MOOC\myFirstOJNavBarApp\node_modules\fsevents\node_modules\getpass\node_modules' npm ERR! { Error: EPERM: operation not permitted, lstat 'd:\Projects\OracleJET-MOOC\myFirstOJNavBarApp\node_modules\fsevents\node_modules\getpass\node_modules' npm ERR! stack: 'Error: EPERM: operation not permitted, lstat \'d:\\Projects\\OracleJET-MOOC\\myFirstOJNavBarApp\\node_modules\\fsevents\\node_modules\\getpass\\node_modules\'', npm ERR! errno: -4048, npm ERR! code: 'EPERM', npm ERR! syscall: 'lstat', npm ERR! path: 'd:\\Projects\\OracleJET-MOOC\\myFirstOJNavBarApp\\node_modules\\fsevents\\node_modules\\getpass\\node_modules' } npm ERR! npm ERR! Please try running this command again as root/Administrator. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\marti\AppData\Roaming\npm-cache\_logs\2017-12-27T13_33_12_065Z-debug.log (node:2860) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Error: Oracle JET Error: (during Invoking npm install) 4294963248 (node:2860) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. d:\Projects\OracleJET-MOOC>
I googled around a bit, seems to have something to do with Windows 10, and maybe a bug in node. But could not find a solution, that quick. Has somebody experienced the same, and found out how to deal with it?
I was able to create a navdrawerapplication, by the way.
Thanks in advance.
Regards,
Martien