pwa-builder / PWABuilder-CLI

Node.js tool for App Generation
Other
1.63k stars 142 forks source link

Unable to install manifoldjs after node upgraded #276

Closed GregDomjan closed 7 years ago

GregDomjan commented 7 years ago

Updated Node.js from 0.12.2 to latest v6 and unable to install manifoldjs Using Windows 8.1

>npm install -g manifoldjs
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated node-uuid@1.3.3: Use uuid module instead
C:\Users\<user>\AppData\Roaming\npm
`-- (empty)

npm ERR! Windows_NT 6.2.9200
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "manifoldjs"
npm ERR! node v6.10.2
npm ERR! npm  v3.10.10
npm ERR! path C:\Users\<user>\AppData\Roaming\npm\node_modules\.staging\ansi-1a11a1ff
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall rename

npm ERR! enoent ENOENT: no such file or directory, rename 'C:\Users\<user>\AppData\Roaming\npm\node_modules\.staging\ansi-1a11a1ff' -> 'C:\Users\<user>\AppData\Roaming\npm\node_modules\manifoldjs\node_modules\cordova-lib\node_modules\ansi
'
npm ERR! enoent ENOENT: no such file or directory, rename 'C:\Users\<user>\AppData\Roaming\npm\node_modules\.staging\ansi-1a11a1ff' -> 'C:\Users\<user>\AppData\Roaming\npm\node_modules\manifoldjs\node_modules\cordova-lib\node_modules\ansi
'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\<user>\npm-debug.log
npm ERR! code 1
GregDomjan commented 7 years ago

Deletion of existing C:\Users\\AppData\Roaming\npm\node_modules\manifoldjs seems to have resolved.