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
Running npm install can-validate doesn't work, it seems that can-validate\docs\can-validate-plugin|changelog.html is missing. That's just my guess but this logfile may provide more details:
242 error tar.unpack untar error C:\Users\groemhildt\AppData\Roaming\npm-cache\can-validate\0.9.2\package.tgz
243 verbose unlock done using C:\Users\groemhildt\AppData\Roaming\npm-cache\_locks\can-validate-dce224e6266882f7.lock for X:\static_apps\crud\node_modules\can-crud\node_modules\can-validate
244 verbose stack Error: ENOENT: no such file or directory, open 'X:\static_apps\crud\node_modules\can-crud\node_modules\can-validate\docs\can-validate-plugin|changelog.html'
244 verbose stack at Error (native)
245 verbose cwd X:\static_apps\crud\node_modules\can-crud
246 error Windows_NT 6.1.7601
247 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "can-validate"
248 error node v4.4.7
249 error npm v2.15.8
250 error path X:\static_apps\crud\node_modules\can-crud\node_modules\can-validate\docs\can-validate-plugin|changelog.html
251 error code ENOENT
252 error errno -4058
253 error syscall open
254 error enoent ENOENT: no such file or directory, open 'X:\static_apps\crud\node_modules\can-crud\node_modules\can-validate\docs\can-validate-plugin|changelog.html'
254 error enoent This is most likely not a problem with npm itself
254 error enoent and is related to npm not being able to find a file.
255 verbose exit [ -4058, true ]
256 verbose unbuild node_modules\can-validate
257 info preuninstall [email protected]
258 info uninstall [email protected]
259 verbose unbuild rmStuff [email protected] from X:\static_apps\crud\node_modules\can-crud\node_modules
260 info postuninstall [email protected]
261 silly gentlyRm X:\static_apps\crud\node_modules\can-crud\node_modules\can-validate is being purged from base X:\static_apps\crud\node_modules\can-crud
262 verbose gentlyRm don't care about contents; nuking X:\static_apps\crud\node_modules\can-crud\node_modules\can-validate
263 silly vacuum-fs purging X:\static_apps\crud\node_modules\can-crud\node_modules\can-validate
264 silly vacuum-fs quitting because other entries in X:\static_apps\crud\node_modules\can-crud\node_modules
The text was updated successfully, but these errors were encountered:
I believe this is related to or duplicates #31. Let's keep this around since I haven't had time to investigate. What I'll do for now, is remove the built docs folder until I can figure out why npm and DocumentJS can't get along here.
Running
npm install can-validate
doesn't work, it seems that can-validate\docs\can-validate-plugin|changelog.html is missing. That's just my guess but this logfile may provide more details:The text was updated successfully, but these errors were encountered: