You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
I am trying to install KeystoneJS on Windows 10 64-Bit. Installed NodeJS and MongoDB (MongoDB Server runs). Wanted to install KeystoneJS in the separate folder C:\KeystoneJS. Executed npm init, npm install -g yo -S and npm install -g generator-keystone -S from that directory. The installation of Generator-Keystone fails though. This is the whole output:
C:\KeystoneJS>npm install -g generator-keystone -S
npm WARN deprecated [email protected]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: the module is now available as 'css-what'
npm WARN deprecated [email protected]: no longer maintained
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm ERR! path C:\Users\<My-Username>\AppData\Roaming\npm\node_modules\generator-keystone\node_modules\readline2\node_modules\strip-ansi\cli.js
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod 'C:\Users\<My-Username>\AppData\Roaming\npm\node_modules\generator-keystone\node_modules\readline2\node_modules\strip-ansi\cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\<My-Username>\AppData\Roaming\npm-cache\_logs\2018-07-09T11_55_10_518Z-debug.log
C:\KeystoneJS>
Can anyone help me out?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to install KeystoneJS on Windows 10 64-Bit. Installed NodeJS and MongoDB (MongoDB Server runs). Wanted to install KeystoneJS in the separate folder
C:\KeystoneJS
. Executednpm init
,npm install -g yo -S
andnpm install -g generator-keystone -S
from that directory. The installation of Generator-Keystone fails though. This is the whole output:Can anyone help me out?
The text was updated successfully, but these errors were encountered: