SharePoint / sp-dev-gdpr-activity-hub

GDPR Activity Hub - Open source starter kit for building a management hub for EU GDPR (European Global Data Protection Regulation).
MIT License
97 stars 47 forks source link

Multiple warnings & errors #43

Open JoDe26 opened 6 years ago

JoDe26 commented 6 years ago

This is my result after running the script. No idea where to start and where to end for troubleshooting...

PS C:\WINDOWS\system32> cd C:\GDPR\Scripts

PS C:\GDPR\Scripts> .\Provision-GDPRActivityHub.ps1 -GroupSiteUrl "https://.sharepoint.com/sites/GDPRActivityHub" -Credentials $credentials -ConfigureCDN -CDNSiteName "GDPRActivityHub" -CDNLibraryName "CDN" Creating artifacts on target site https://.sharepoint.com/sites/GDPRActivityHub Apply-PnPProvisioningTemplate : Term set update failed because of save conflict. At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:70 char:9

  • Apply-PnPProvisioningTemplate -Path .\GDPR-Activity-Hub-Infor ...
  • 
    + CategoryInfo          : WriteError: (:) [Apply-PnPProvisioningTemplate], ServerException
    + FullyQualifiedErrorId : EXCEPTION,SharePointPnP.PowerShell.Commands.Provisioning.ApplyProvisioningTemplate

WARNING: Workflow Subscription 'Data Breach Management' already exists. It will be updated. WARNING: Workflow Subscription 'External Data Processing' already exists. It will be updated. WARNING: Workflow Subscription 'Request to Access Personal Data Management' already exists. It will be updated. Configuring the Office 365 CDN Settings Creating CDN Site Collection New-PnPTenantSite : A site already exists at url https://.sharepoint.com/sites/GDPRActivityHub. At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:105 char:13

  • New-PnPTenantSite -Title $CDNDescription -Url $cdnSiteURL ...
  • 
    + CategoryInfo          : WriteError: (:) [New-PnPTenantSite], ServerException
    + FullyQualifiedErrorId : EXCEPTION,SharePointPnP.PowerShell.Commands.NewTenantSite

New-PnPList : A list, survey, discussion board, or document library with the specified title already exists in this Web site. Please choose another title. At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:109 char:13

  • New-PnPList -Title $CDNLibraryName -Url $CDNLibraryName - ...
  • 
    + CategoryInfo          : WriteError: (:) [New-PnPList], ServerException
    + FullyQualifiedErrorId : EXCEPTION,SharePointPnP.PowerShell.Commands.Lists.NewList

Building SPFx package and bundling npm.cmd : npm WARN deprecated es6-collections@0.5.6: not actively maintained anymore At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:116 char:13

  • & npm install --save
  • 
    + CategoryInfo          : NotSpecified: (npm WARN deprec...ntained anymore:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

npm WARN deprecated @types/chalk@2.2.0: This is a stub types definition for chalk (https://github.com/chalk/chalk). chalk provides its own type definitions, so you don't need @types/chalk installed! 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 minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm WARN deprecated connect@2.30.2: connect 2.x series is deprecated npm WARN deprecated node-uuid@1.4.8: Use uuid module instead npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN deprecated @types/log4js@2.3.5: This is a stub types definition for log4js (https://github.com/nomiddlename/log4js-node). log4js provides its own type definitions, so you don't need @types/log4js installed! npm WARN prefer global node-gyp@3.6.2 should be installed with -g

deasync@0.1.10 install C:\GDPR\GDPRStarterKit\node_modules\deasync node ./build.js

win32-x64-node-8 exists; testing Binary is fine; exiting

@microsoft/sp-loader@1.3.4 install C:\GDPR\GDPRStarterKit\node_modules\sp-client-custom-fields\node_modules\@microsoft\sp-loader node npm-postinstall.js

node-sass@3.13.1 install C:\GDPR\GDPRStarterKit\node_modules\node-sass node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node": HTTP error 404 Not Found Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g. export HTTP_PROXY=http://example.com:1234 or configure npm proxy via npm config set proxy http://example.com:8080

phantomjs-prebuilt@2.1.16 install C:\GDPR\GDPRStarterKit\node_modules\phantomjs-prebuilt node install.js

PhantomJS not found on PATH Download already available at C:\Users\~1.\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip Verified checksum of previously downloaded file Extracting zip contents Removing C:\GDPR\GDPRStarterKit\node_modules\phantomjs-prebuilt\lib\phantom Copying extracted folder C:\Users\~1.J\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip-extract-1509721261751\phantomjs-2.1.1-windows -> C:\GDPR\GDPRStarterKit\node_modules\phantomjs-prebuilt\lib\pha ntom Writing location.js file Done. Phantomjs binary available at C:\GDPR\GDPRStarterKit\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe

@microsoft/sp-loader@1.0.0 install C:\GDPR\GDPRStarterKit\node_modules\@microsoft\sp-loader node npm-install-script.js

node-sass@3.13.1 postinstall C:\GDPR\GDPRStarterKit\node_modules\node-sass node scripts/build.js

Building: C:\Program Files\nodejs\node.exe C:\GDPR\GDPRStarterKit\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= gyp

info

it worked if it ends with ok gyp

verb

cli [ 'C:\Program Files\nodejs\node.exe', gyp

verb

cli 'C:\GDPR\GDPRStarterKit\node_modules\node-gyp\bin\node-gyp.js', gyp

verb

cli 'rebuild', gyp

verb

cli '--verbose', gyp

verb

cli '--libsass_ext=', gyp

verb

cli '--libsass_cflags=', gyp

verb

cli '--libsass_ldflags=', gyp

verb

cli '--libsass_library=' ] gyp

info

using node-gyp@3.6.2 gyp

info

using node@8.9.0 | win32 | x64 gyp

verb

command rebuild [] gyp

verb

command clean [] gyp

verb

clean removing "build" directory gyp

verb

command configure [] gyp verb check python checking for Python executable "python2" in the PATH gyp

verb

which failed Error: not found: python2 gyp

verb

which failed at getNotFoundError (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:13:12) gyp

verb

which failed at F (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:68:19) gyp

verb

which failed at E (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:80:29) gyp

verb

which failed at C:\GDPR\GDPRStarterKit\node_modules\which\which.js:89:16 gyp

verb

which failed at C:\GDPR\GDPRStarterKit\node_modules\isexe\index.js:42:5 gyp

verb

which failed at C:\GDPR\GDPRStarterKit\node_modules\isexe\windows.js:36:5 gyp

verb

which failed at FSReqWrap.oncomplete (fs.js:152:21) gyp

verb

which failed python2 { Error: not found: python2 gyp

verb

which failed at getNotFoundError (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:13:12) gyp

verb

which failed at F (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:68:19) gyp verb

which failed at E (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:80:29) gyp

verb

which failed at C:\GDPR\GDPRStarterKit\node_modules\which\which.js:89:16 gyp

verb

which failed at C:\GDPR\GDPRStarterKit\node_modules\isexe\index.js:42:5 gyp

verb

which failed at C:\GDPR\GDPRStarterKit\node_modules\isexe\windows.js:36:5 gyp

verb

which failed at FSReqWrap.oncomplete (fs.js:152:21) gyp

verb

which failed stack: 'Error: not found: python2\n at getNotFoundError (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:13:12)\n at F (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:68:19)\n at E (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:80:29)\n at C:\GDPR\GDPRStarterKit\node_modules\which\which.js:89:16\n at C:\GDPR\GDPRStarterKit\node_modules\isexe\index.js:42:5\n at C:\GDPR\GDPRStarterKit\node_modules\isexe\windows.js:36:5\n at FSReqWrap.oncomplete (fs.js:152:21)', gyp

verb

which failed code: 'ENOENT' } gyp

verb

check python checking for Python executable "python" in the PATH gyp

verb

which failed Error: not found: python gyp

verb

which failed at getNotFoundError (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:13:12) gyp

verb

which failed at F (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:68:19) gyp

verb

which failed at E (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:80:29) gyp

verb

which failed at C:\GDPR\GDPRStarterKit\node_modules\which\which.js:89:16 gyp verb which failed at C:\GDPR\GDPRStarterKit\node_modules\isexe\index.js:42:5 gyp verb which failed at C:\GDPR\GDPRStarterKit\node_modules\isexe\windows.js:36:5 gyp verb which failed at FSReqWrap.oncomplete (fs.js:152:21) gyp verb which failed python { Error: not found: python gyp verb which failed at getNotFoundError (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:13:12) gyp verb which failed at F (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:68:19) gyp verb which failed at E (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:80:29) gyp verb which failed at C:\GDPR\GDPRStarterKit\node_modules\which\which.js:89:16 gyp verb which failed at C:\GDPR\GDPRStarterKit\node_modules\isexe\index.js:42:5 gyp verb which failed at C:\GDPR\GDPRStarterKit\node_modules\isexe\windows.js:36:5 gyp verb which failed at FSReqWrap.oncomplete (fs.js:152:21) gyp verb which failed stack: 'Error: not found: python\n at getNotFoundError (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:13:12)\n at F (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:68:19)\n at E (C:\GDPR\GDPRStarterKit\node_modules\which\which.js:80:29)\n at C:\GDPR\GDPRStarterKit\node_modules\which\which.js:89:16\n
at C:\GDPR\GDPRStarterKit\node_modules\isexe\index.js:42:5\n at C:\GDPR\GDPRStarterKit\node_modules\isexe\windows.js:36:5\n at FSReqWrap.oncomplete (fs.js:152:21)', gyp verb which failed code: 'ENOENT' } gyp verb could not find "python". checking python launcher gyp

verb could not find "python". guessing location gyp verb ensuring that file exists: C:\Python27\python.exe gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. gyp ERR! stack at PythonFinder.failNoPython (C:\GDPR\GDPRStarterKit\node_modules\node-gyp\lib\configure.js:483:19) gyp ERR! stack at PythonFinder. (C:\GDPR\GDPRStarterKit\node_modules\node-gyp\lib\configure.js:508:16) gyp ERR! stack at C:\GDPR\GDPRStarterKit\node_modules\graceful-fs\polyfills.js:284:29 gyp ERR! stack at FSReqWrap.oncomplete (fs.js:152:21) gyp ERR! System Windows_NT 10.0.15063 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\GDPR\GDPRStarterKit\node_modules\node-gyp\bin\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" gyp ERR! cwd C:\GDPR\GDPRStarterKit\node_modules\node-sass gyp ERR! node -v v8.9.0 gyp ERR! node-gyp -v v3.6.2 gyp ERR! not ok Build failed with error code: 1 gdpr-starter-kit@0.0.1 C:\GDPR\GDPRStarterKit +-- @microsoft/sp-client-base@1.0.0 | +-- @types/es6-promise@0.0.32 | +-- @types/webpack-env@1.13.0 | +-- es6-promise@3.1.2 | -- tiny-sha256@1.0.2 +-- @microsoft/sp-core-library@1.0.0 | +-- @microsoft/sp-lodash-subset@1.0.0 | | +-- @types/lodash@4.14.52 | | +-- @types/webpack-env@1.13.0 | |-- lodash@4.15.0 | +-- @types/es6-collections@0.5.29 | +-- @types/webpack-env@1.13.0 | -- es6-collections@0.5.6 +-- @microsoft/sp-module-interfaces@1.0.0 | +-- @types/node@6.0.62 | +-- @types/z-schema@3.16.20-alpha |-- z-schema@3.17.0 | +-- commander@2.11.0 | +-- lodash.get@4.4.2 | +-- request@2.83.0 | | +-- aws-sign2@0.7.0 | | +-- aws4@1.6.0 | | +-- caseless@0.12.0 | | +-- combined-stream@1.0.5 | | | -- delayed-stream@1.0.0 | | +-- forever-agent@0.6.1 | | +-- form-data@2.3.1 | | |-- asynckit@0.4.0 | | +-- har-validator@5.0.3 | | | +-- ajv@5.3.0 | | | | +-- co@4.6.0 | | | | +-- fast-deep-equal@1.0.0 | | | | +-- fast-json-stable-stringify@2.0.0 | | | | -- json-schema-traverse@0.3.1 | | |-- har-schema@2.0.0 | | +-- hawk@6.0.2 | | | +-- boom@4.3.1 | | | +-- cryptiles@3.1.2 | | | | -- boom@5.2.0 | | | +-- hoek@4.2.0 | | |-- sntp@2.1.0 | | +-- http-signature@1.2.0 | | | +-- assert-plus@1.0.0 | | | +-- jsprim@1.4.1 | | | | +-- extsprintf@1.3.0 | | | | +-- json-schema@0.2.3 | | | | -- verror@1.10.0 | | |-- sshpk@1.13.1 | | | +-- asn1@0.2.3 | | | +-- bcrypt-pbkdf@1.0.1 | | | +-- dashdash@1.14.1 | | | +-- ecc-jsbn@0.1.1 | | | +-- getpass@0.1.7 | | | +-- jsbn@0.1.1 | | | -- tweetnacl@0.14.5 | | +-- is-typedarray@1.0.0 | | +-- isstream@0.1.2 | | +-- json-stringify-safe@5.0.1 | | +-- mime-types@2.1.17 | | |-- mime-db@1.30.0 | | +-- oauth-sign@0.8.2 | | +-- performance-now@2.1.0 | | +-- qs@6.5.1 | | +-- safe-buffer@5.1.1 | | +-- stringstream@0.0.5 | | +-- tough-cookie@2.3.3 | | | -- punycode@1.4.1 | | +-- tunnel-agent@0.6.0 | |-- uuid@3.1.0 | -- validator@5.7.0 +-- @microsoft/sp-webpart-base@1.0.0 | +-- @microsoft/decorators@1.0.0 | |-- @types/webpack-env@1.13.0 | +-- @microsoft/load-themed-styles@1.2.2 | +-- @microsoft/office-ui-fabric-react-bundle@1.0.1 | | -- @types/webpack-env@1.13.0 | +-- @microsoft/sp-component-base@1.0.0 | |-- @types/webpack-env@1.13.0 | +-- @microsoft/sp-http@1.0.0 | | +-- @types/webpack-env@1.13.0 | | -- @types/whatwg-fetch@0.0.30 | +-- @microsoft/sp-loader@1.0.0 | | +-- @microsoft/sp-odata-types@1.0.0 | | +-- @microsoft/sp-polyfills@1.0.0 | | |-- @types/webpack-env@1.13.0 | | +-- @types/combokeys@2.4.5 | | +-- @types/systemjs@0.19.33 | | +-- @types/webpack-env@1.13.0 | | +-- combokeys@2.4.6 | | +-- systemjs@0.19.25 | | | -- when@3.7.8 | |-- whatwg-fetch@0.11.0 | +-- @microsoft/sp-page-context@1.0.0 | | -- @types/webpack-env@1.13.0 | +-- @types/enzyme@2.5.39 | +-- @types/webpack-env@1.13.0 | +-- office-ui-fabric@2.6.1 |-- office-ui-fabric-react@1.14.3 | -- @uifabric/utilities@1.10.4 +-- @microsoft/sp-webpart-workbench@1.0.0 | +-- @microsoft/gulp-core-build-serve@2.1.14 | | +-- @microsoft/gulp-core-build@2.10.2 | | | +-- @types/assertion-error@1.0.30 | | | +-- @types/chai@3.4.34 | | | +-- @types/gulp@3.8.32 | | | +-- @types/gulp-util@3.0.30 | | | |-- @types/chalk@2.2.0 | | | | -- chalk@2.3.0 | | | |-- ansi-styles@3.2.0 | | | | -- color-convert@1.9.0 | | | |-- color-name@1.1.3 | | | +-- @types/mocha@2.2.38 | | | +-- @types/node-notifier@0.0.28 | | | +-- @types/orchestrator@0.0.30 | | | +-- @types/q@0.0.32 | | | +-- @types/semver@5.3.33 | | | +-- @types/through2@2.0.32 | | | +-- @types/vinyl@1.2.30 | | | +-- @types/yargs@0.0.34 | | | +-- del@2.2.2 | | | | +-- is-path-cwd@1.0.0 | | | | +-- is-path-in-cwd@1.0.0 | | | | | -- is-path-inside@1.0.0 | | | | |-- path-is-inside@1.0.2 | | | | +-- pify@2.3.0 | | | | -- pinkie-promise@2.0.1 | | | |-- pinkie@2.0.4 | | | +-- end-of-stream@1.1.0 | | | +-- fs-extra@0.26.7 | | | | +-- graceful-fs@4.1.11 | | | | +-- jsonfile@2.4.0 | | | | -- klaw@1.3.1 | | | +-- globby@5.0.0 | | | | +-- array-union@1.0.2 | | | |-- arrify@1.0.1 | | | +-- gulp-flatten@0.2.0 | | | +-- gulp-if@2.0.2 | | | | +-- gulp-match@1.0.3 | | | | -- ternary-stream@2.0.1 | | | | +-- duplexify@3.5.1 | | | | | +-- end-of-stream@1.4.0 | | | | | |-- once@1.4.0 | | | | | -- stream-shift@1.0.0 | | | | +-- fork-stream@0.0.4 | | | |-- merge-stream@1.0.1 | | | +-- jju@1.3.0 | | | +-- lodash.merge@4.3.5 | | | | +-- lodash._baseclone@4.5.7 | | | | +-- lodash._stack@4.1.3 | | | | +-- lodash.keysin@4.2.0 | | | | -- lodash.rest@4.0.5 | | | +-- node-notifier@5.0.2 | | | | +-- growly@1.3.0 | | | |-- shellwords@0.1.1 | | | +-- semver@5.3.0 | | | -- yargs@4.6.0 | | | +-- camelcase@2.1.1 | | | +-- cliui@3.2.0 | | | |-- wrap-ansi@2.1.0 | | | +-- decamelize@1.2.0 | | | +-- lodash.assign@4.2.0 | | | +-- os-locale@1.4.0 | | | | -- lcid@1.0.0 | | | |-- invert-kv@1.0.0 | | | +-- pkg-conf@1.1.3 | | | | +-- find-up@1.1.2 | | | | | -- path-exists@2.1.0 | | | | +-- load-json-file@1.1.0 | | | | | +-- parse-json@2.2.0 | | | | | |-- error-ex@1.3.1 | | | | | | -- is-arrayish@0.2.1 | | | | |-- strip-bom@2.0.0 | | | | -- symbol@0.2.3 | | | +-- read-pkg-up@1.0.1 | | | |-- read-pkg@1.1.0 | | | | +-- normalize-package-data@2.4.0 | | | | | +-- hosted-git-info@2.5.0 | | | | | +-- is-builtin-module@1.0.0 | | | | | | -- builtin-modules@1.1.1 | | | | |-- validate-npm-package-license@3.0.1 | | | | | +-- spdx-correct@1.0.2 | | | | | | -- spdx-license-ids@1.2.2 | | | | |-- spdx-expression-parse@1.0.4 | | | | -- path-type@1.1.0 | | | +-- require-main-filename@1.0.1 | | | +-- string-width@1.0.2 | | | | +-- code-point-at@1.1.0 | | | |-- is-fullwidth-code-point@1.0.0 | | | | -- number-is-nan@1.0.1 | | | +-- window-size@0.2.0 | | | +-- y18n@3.2.1 | | |-- yargs-parser@2.4.1 | | | -- camelcase@3.0.0 | | +-- deasync@0.1.10 | | | +-- bindings@1.2.1 | | |-- nan@2.7.0 | | +-- express@4.14.1 | | | +-- accepts@1.3.3 | | | | -- negotiator@0.6.1 | | | +-- array-flatten@1.1.1 | | | +-- content-disposition@0.5.2 | | | +-- content-type@1.0.4 | | | +-- cookie@0.3.1 | | | +-- cookie-signature@1.0.6 | | | +-- debug@2.2.0 | | | |-- ms@0.7.1 | | | +-- depd@1.1.1 | | | +-- encodeurl@1.0.1 | | | +-- escape-html@1.0.3 | | | +-- etag@1.7.0 | | | +-- finalhandler@0.5.1 | | | | -- statuses@1.3.1 | | | +-- fresh@0.3.0 | | | +-- merge-descriptors@1.0.1 | | | +-- methods@1.1.2 | | | +-- on-finished@2.3.0 | | | |-- ee-first@1.1.1 | | | +-- parseurl@1.3.2 | | | +-- path-to-regexp@0.1.7 | | | +-- proxy-addr@1.1.5 | | | | +-- forwarded@0.1.2 | | | | -- ipaddr.js@1.4.0 | | | +-- qs@6.2.0 | | | +-- range-parser@1.2.0 | | | +-- send@0.14.2 | | | | +-- debug@2.2.0 | | | | |-- ms@0.7.1 | | | | +-- destroy@1.0.4 | | | | +-- http-errors@1.5.1 | | | | | -- setprototypeof@1.0.2 | | | | +-- mime@1.3.4 | | | | +-- ms@0.7.2 | | | |-- statuses@1.3.1 | | | +-- serve-static@1.11.2 | | | +-- type-is@1.6.15 | | | | -- media-typer@0.3.0 | | | +-- utils-merge@1.0.0 | | |-- vary@1.1.2 | | +-- gulp-connect@5.0.0 | | | +-- connect@2.30.2 | | | | +-- basic-auth-connect@1.0.0 | | | | +-- body-parser@1.13.3 | | | | | +-- iconv-lite@0.4.11 | | | | | -- raw-body@2.1.7 | | | | | +-- bytes@2.4.0 | | | | |-- iconv-lite@0.4.13 | | | | +-- bytes@2.1.0 | | | | +-- compression@1.5.2 | | | | | +-- accepts@1.2.13 | | | | | | -- negotiator@0.5.3 | | | | | +-- bytes@2.1.0 | | | | | +-- compressible@2.0.12 | | | | | +-- debug@2.2.0 | | | | | |-- ms@0.7.1 | | | | | -- vary@1.0.1 | | | | +-- connect-timeout@1.6.2 | | | | | +-- debug@2.2.0 | | | | | +-- http-errors@1.3.1 | | | | |-- ms@0.7.1 | | | | +-- cookie@0.1.3 | | | | +-- cookie-parser@1.3.5 | | | | | -- cookie@0.1.3 | | | | +-- csurf@1.8.3 | | | | | +-- cookie@0.1.3 | | | | | +-- csrf@3.0.6 | | | | | | +-- rndm@1.2.0 | | | | | | +-- tsscmp@1.0.5 | | | | | |-- uid-safe@2.1.4 | | | | | | -- random-bytes@1.0.0 | | | | |-- http-errors@1.3.1 | | | | +-- debug@2.2.0 | | | | | -- ms@0.7.1 | | | | +-- depd@1.0.1 | | | | +-- errorhandler@1.4.3 | | | | +-- express-session@1.11.3 | | | | | +-- cookie@0.1.3 | | | | | +-- crc@3.3.0 | | | | | +-- debug@2.2.0 | | | | | |-- ms@0.7.1 | | | | | +-- depd@1.0.1 | | | | | +-- uid-safe@2.0.0 | | | | | | -- base64-url@1.2.1 | | | | |-- utils-merge@1.0.0 | | | | +-- finalhandler@0.4.0 | | | | | -- escape-html@1.0.2 | | | | +-- http-errors@1.3.1 | | | | |-- statuses@1.4.0 | | | | +-- method-override@2.3.10 | | | | +-- morgan@1.6.1 | | | | | +-- basic-auth@1.0.4 | | | | | +-- debug@2.2.0 | | | | | | -- ms@0.7.1 | | | | |-- depd@1.0.1 | | | | +-- multiparty@3.3.2 | | | | | +-- readable-stream@1.1.14 | | | | | | +-- isarray@0.0.1 | | | | | | -- string_decoder@0.10.31 | | | | |-- stream-counter@0.2.0 | | | | | -- readable-stream@1.1.14 | | | | | +-- isarray@0.0.1 | | | | |-- string_decoder@0.10.31 | | | | +-- on-headers@1.0.1 | | | | +-- pause@0.1.0 | | | | +-- qs@4.0.0 | | | | +-- response-time@2.3.2 | | | | +-- serve-favicon@2.3.2 | | | | | -- ms@0.7.2 | | | | +-- serve-index@1.7.3 | | | | | +-- accepts@1.2.13 | | | | | |-- negotiator@0.5.3 | | | | | +-- batch@0.5.3 | | | | | +-- debug@2.2.0 | | | | | | -- ms@0.7.1 | | | | |-- http-errors@1.3.1 | | | | +-- serve-static@1.10.3 | | | | | +-- escape-html@1.0.3 | | | | | -- send@0.13.2 | | | | | +-- depd@1.1.1 | | | | | +-- escape-html@1.0.3 | | | | | +-- mime@1.3.4 | | | | | +-- range-parser@1.0.3 | | | | |-- statuses@1.2.1 | | | | +-- utils-merge@1.0.0 | | | | -- vhost@3.0.2 | | | +-- connect-livereload@0.5.4 | | | +-- event-stream@3.3.4 | | | | +-- duplexer@0.1.1 | | | | +-- from@0.1.7 | | | | +-- map-stream@0.1.0 | | | | +-- pause-stream@0.0.11 | | | | +-- split@0.3.3 | | | |-- stream-combiner@0.0.4 | | | -- tiny-lr@0.2.1 | | | +-- body-parser@1.14.2 | | | | +-- bytes@2.2.0 | | | | +-- http-errors@1.3.1 | | | | +-- iconv-lite@0.4.13 | | | | +-- qs@5.2.0 | | | |-- raw-body@2.1.7 | | | | -- bytes@2.4.0 | | | +-- debug@2.2.0 | | | |-- ms@0.7.1 | | | +-- faye-websocket@0.10.0 | | | | -- websocket-driver@0.7.0 | | | | +-- http-parser-js@0.4.9 | | | |-- websocket-extensions@0.1.2 | | | +-- livereload-js@2.2.2 | | | -- qs@5.1.0 | | +-- gulp-open@2.0.0 | | |-- open@0.0.5 | | +-- node-forge@0.7.1 | | -- sudo@1.0.3 | | +-- inpath@1.0.2 | | +-- pidof@1.0.2 | |-- read@1.0.7 | | -- mute-stream@0.0.7 | +-- @microsoft/sp-application-base@1.0.0 | |-- @types/webpack-env@1.13.0 | +-- @microsoft/sp-build-core-tasks@1.0.1 | | +-- @microsoft/gulp-core-build-webpack@1.2.10 | | +-- @microsoft/loader-cased-file@1.0.1 | | | +-- @types/node@6.0.64 | | | +-- file-loader@0.8.5 | | | -- loader-utils@0.2.16 | | | +-- big.js@3.2.0 | | | +-- emojis-list@2.1.0 | | |-- json5@0.5.1 | | +-- @microsoft/loader-load-themed-styles@0.0.5 | | | -- loader-utils@0.2.17 | | +-- @microsoft/loader-set-webpack-public-path@0.1.7 | | |-- uglify-js@2.8.29 | | | +-- source-map@0.5.7 | | | +-- uglify-to-browserify@1.0.2 | | | -- yargs@3.10.0 | | | +-- camelcase@1.2.1 | | | +-- cliui@2.1.0 | | | | +-- center-align@0.1.3 | | | | | +-- align-text@0.1.4 | | | | | |-- longest@1.0.1 | | | | | -- lazy-cache@1.0.4 | | | | +-- right-align@0.1.3 | | | |-- wordwrap@0.0.2 | | | -- window-size@0.1.0 | | +-- @microsoft/rush-lib@1.8.3 | | | +-- @microsoft/stream-collator@1.0.2 | | | +-- @types/chai@3.4.34 | | | +-- @types/fs-extra@0.0.34 | | | +-- @types/mocha@2.2.38 | | | +-- @types/z-schema@3.16.31 | | |-- semver@5.2.0 | | +-- @microsoft/sp-tslint-rules@1.0.0 | | | +-- @microsoft/gulp-core-build-typescript@2.4.4 | | | | +-- @microsoft/api-extractor@1.1.19 | | | | | -- @types/z-schema@3.16.31 | | | | +-- @types/fs-extra@0.0.37 | | | | +-- gulp-cache@0.4.6 | | | | | +-- bluebird@3.5.1 | | | | | +-- cache-swap@0.3.0 | | | | | +-- try-json-parse@0.1.1 | | | | |-- vinyl@1.2.0 | | | | +-- gulp-changed@1.3.2 | | | | +-- gulp-decomment@0.1.3 | | | | | -- decomment@0.8.8 | | | | |-- esprima@4.0.0 | | | | +-- gulp-plumber@1.1.0 | | | | +-- gulp-sourcemaps@1.6.0 | | | | | +-- convert-source-map@1.5.0 | | | | | +-- strip-bom@2.0.0 | | | | | -- vinyl@1.2.0 | | | | +-- gulp-texttojs@1.0.3 | | | | | +-- lodash@2.4.2 | | | | | +-- node.extend@1.1.6 | | | | | |-- is@3.2.1 | | | | | -- through2@0.4.2 | | | | | +-- readable-stream@1.0.34 | | | | | | +-- isarray@0.0.1 | | | | | |-- string_decoder@0.10.31 | | | | | -- xtend@2.1.2 | | | | |-- object-keys@0.4.0 | | | | +-- gulp-typescript@3.1.7 | | | | | +-- source-map@0.5.7 | | | | | -- vinyl-fs@2.4.4 | | | | | +-- glob-stream@5.3.5 | | | | | | +-- glob@5.0.15 | | | | | | +-- glob-parent@3.1.0 | | | | | | | +-- is-glob@3.1.0 | | | | | | | |-- is-extglob@2.1.1 | | | | | | | -- path-dirname@1.0.2 | | | | | | +-- ordered-read-streams@0.3.0 | | | | | | +-- through2@0.6.5 | | | | | | |-- readable-stream@1.0.34 | | | | | | | +-- isarray@0.0.1 | | | | | | | -- string_decoder@0.10.31 | | | | | | +-- to-absolute-glob@0.1.1 | | | | | | |-- extend-shallow@2.0.1 | | | | | | -- unique-stream@2.2.1 | | | | | |-- json-stable-stringify@1.0.1 | | | | | | -- jsonify@0.0.0 | | | | | +-- is-valid-glob@0.3.0 | | | | | +-- lazystream@1.0.0 | | | | | +-- strip-bom@2.0.0 | | | | | +-- strip-bom-stream@1.0.0 | | | | | |-- strip-bom@2.0.0 | | | | | +-- through2-filter@2.0.0 | | | | | +-- vali-date@1.0.0 | | | | | -- vinyl@1.2.0 | | | | +-- md5@2.2.1 | | | | | +-- charenc@0.0.2 | | | | | +-- crypt@0.0.2 | | | | |-- is-buffer@1.1.6 | | | | +-- tslint-microsoft-contrib@4.0.1 | | | | -- typescript@2.1.6 | | | +-- tslint@4.0.2 | | | | +-- diff@3.2.0 | | | | +-- findup-sync@0.3.0 | | | | |-- glob@5.0.15 | | | | +-- underscore.string@3.3.4 | | | | | -- sprintf-js@1.0.3 | | | |-- update-notifier@1.0.3 | | | | +-- boxen@0.6.0 | | | | | +-- ansi-align@1.1.0 | | | | | +-- chalk@1.1.3 | | | | | | +-- ansi-styles@2.2.1 | | | | | | -- supports-color@2.0.0 | | | | | +-- cli-boxes@1.0.0 | | | | | +-- filled-array@1.1.0 | | | | | +-- repeating@2.0.1 | | | | | |-- is-finite@1.0.2 | | | | | -- widest-line@1.0.0 | | | | +-- chalk@1.1.3 | | | | | +-- ansi-styles@2.2.1 | | | | |-- supports-color@2.0.0 | | | | +-- configstore@2.1.0 | | | | | +-- dot-prop@3.0.0 | | | | | | -- is-obj@1.0.1 | | | | | +-- os-tmpdir@1.0.2 | | | | | +-- osenv@0.1.4 | | | | | +-- uuid@2.0.3 | | | | |-- write-file-atomic@1.3.4 | | | | | +-- imurmurhash@0.1.4 | | | | | -- slide@1.1.6 | | | | +-- is-npm@1.0.0 | | | | +-- latest-version@2.0.0 | | | | |-- package-json@2.4.0 | | | | | +-- got@5.7.1 | | | | | | +-- create-error-class@3.0.2 | | | | | | | -- capture-stack-trace@1.0.0 | | | | | | +-- duplexer2@0.1.4 | | | | | | +-- is-redirect@1.0.0 | | | | | | +-- is-retry-allowed@1.1.0 | | | | | | +-- lowercase-keys@1.0.0 | | | | | | +-- node-status-codes@1.0.0 | | | | | | +-- read-all-stream@3.1.0 | | | | | | +-- timed-out@3.1.3 | | | | | | +-- unzip-response@1.0.2 | | | | | |-- url-parse-lax@1.0.0 | | | | | +-- registry-auth-token@3.3.1 | | | | | | -- rc@1.2.2 | | | | | | +-- deep-extend@0.4.2 | | | | | |-- strip-json-comments@2.0.1 | | | | | -- registry-url@3.1.0 | | | | +-- lazy-req@1.1.0 | | | | +-- semver-diff@2.1.0 | | | |-- xdg-basedir@2.0.0 | | | -- tslint-microsoft-contrib@4.0.0 | | +-- @types/colors@1.1.1 | | +-- @types/finalhandler@0.0.31 | | +-- @types/glob@5.0.30 | | |-- @types/minimatch@3.0.1 | | +-- @types/gulp-replace@0.0.29 | | +-- @types/merge2@0.3.29 | | +-- @types/mkdirp@0.3.29 | | +-- @types/node-uuid@0.0.28 | | +-- @types/resolve@0.0.4 | | +-- @types/rimraf@0.0.28 | | +-- @types/serve-static@1.7.31 | | | +-- @types/express-serve-static-core@4.0.56 | | | -- @types/mime@2.0.0 | | +-- @types/webpack@1.12.36 | | |-- @types/uglify-js@2.6.29 | | | -- @types/source-map@0.5.2 | | +-- @types/webpack-stream@3.2.5 | | +-- azure-storage@0.10.0 | | | +-- browserify-mime@1.2.9 | | | +-- extend@1.2.1 | | | +-- node-uuid@1.4.8 | | | +-- readable-stream@2.0.6 | | | |-- string_decoder@0.10.31 | | | +-- request@2.69.0 | | | | +-- aws-sign2@0.6.0 | | | | +-- bl@1.0.3 | | | | | -- readable-stream@2.0.6 | | | | |-- string_decoder@0.10.31 | | | | +-- caseless@0.11.0 | | | | +-- extend@3.0.1 | | | | +-- form-data@1.0.1 | | | | | -- async@2.5.0 | | | | +-- har-validator@2.0.6 | | | | | +-- chalk@1.1.3 | | | | | | +-- ansi-styles@2.2.1 | | | | | |-- supports-color@2.0.0 | | | | | -- is-my-json-valid@2.16.1 | | | | | +-- generate-function@2.0.0 | | | | | +-- generate-object-property@1.2.0 | | | | | |-- is-property@1.0.2 | | | | | -- jsonpointer@4.0.1 | | | | +-- hawk@3.1.3 | | | | | +-- boom@2.10.1 | | | | | +-- cryptiles@2.0.5 | | | | | +-- hoek@2.16.3 | | | | |-- sntp@1.0.9 | | | | +-- http-signature@1.1.1 | | | | | -- assert-plus@0.2.0 | | | | +-- qs@6.0.4 | | | | +-- tough-cookie@2.2.2 | | | |-- tunnel-agent@0.4.3 | | | +-- underscore@1.4.4 | | | +-- validator@3.22.2 | | | +-- xml2js@0.2.7 | | | | -- sax@0.5.2 | | |-- xmlbuilder@0.4.3 | | +-- colors@1.1.2 | | +-- css-loader@0.24.0 | | | +-- babel-code-frame@6.26.0 | | | | +-- chalk@1.1.3 | | | | | +-- ansi-styles@2.2.1 | | | | | -- supports-color@2.0.0 | | | |-- esutils@2.0.2 | | | +-- css-selector-tokenizer@0.6.0 | | | | +-- cssesc@0.1.0 | | | | -- regexpu-core@1.0.0 | | | | +-- regenerate@1.3.3 | | | | +-- regjsgen@0.2.0 | | | |-- regjsparser@0.1.5 | | | | -- jsesc@0.5.0 | | | +-- cssnano@3.10.0 | | | | +-- autoprefixer@6.3.7 | | | | | +-- browserslist@1.3.6 | | | | | +-- caniuse-db@1.0.30000758 | | | | | +-- normalize-range@0.1.2 | | | | |-- num2fraction@1.2.2 | | | | +-- defined@1.0.0 | | | | +-- has@1.0.1 | | | | | -- function-bind@1.1.1 | | | | +-- postcss-calc@5.3.1 | | | | | +-- postcss-message-helpers@2.0.0 | | | | |-- reduce-css-calc@1.3.0 | | | | | +-- balanced-match@0.4.2 | | | | | +-- math-expression-evaluator@1.2.17 | | | | | -- reduce-function-call@1.0.2 | | | | |-- balanced-match@0.4.2 | | | | +-- postcss-colormin@2.2.2 | | | | | -- colormin@1.1.2 | | | | | +-- color@0.11.4 | | | | | |-- color-string@0.3.0 | | | | | -- css-color-names@0.0.4 | | | | +-- postcss-convert-values@2.6.1 | | | | +-- postcss-discard-comments@2.0.4 | | | | +-- postcss-discard-duplicates@2.1.0 | | | | +-- postcss-discard-empty@2.1.0 | | | | +-- postcss-discard-overridden@0.1.1 | | | | +-- postcss-discard-unused@2.2.3 | | | | |-- uniqs@2.0.0 | | | | +-- postcss-filter-plugins@2.0.2 | | | | | -- uniqid@4.1.1 | | | | |-- macaddress@0.2.8 | | | | +-- postcss-merge-idents@2.1.7 | | | | +-- postcss-merge-longhand@2.0.2 | | | | +-- postcss-merge-rules@2.1.2 | | | | | +-- browserslist@1.7.7 | | | | | | -- electron-to-chromium@1.3.27 | | | | | +-- caniuse-api@1.6.1 | | | | | | +-- lodash.memoize@4.1.2 | | | | | |-- lodash.uniq@4.5.0 | | | | | +-- postcss-selector-parser@2.2.3 | | | | | | +-- flatten@1.0.2 | | | | | | +-- indexes-of@1.0.1 | | | | | | -- uniq@1.0.1 | | | | |-- vendors@1.0.1 | | | | +-- postcss-minify-font-values@1.0.5 | | | | +-- postcss-minify-gradients@1.0.5 | | | | +-- postcss-minify-params@1.2.2 | | | | | -- alphanum-sort@1.0.2 | | | | +-- postcss-minify-selectors@2.1.1 | | | | +-- postcss-normalize-charset@1.1.1 | | | | +-- postcss-normalize-url@3.0.8 | | | | | +-- is-absolute-url@2.1.0 | | | | |-- normalize-url@1.9.1 | | | | | +-- prepend-http@1.0.4 | | | | | +-- query-string@4.3.4 | | | | | | -- strict-uri-encode@1.1.0 | | | | |-- sort-keys@1.1.2 | | | | | -- is-plain-obj@1.1.0 | | | | +-- postcss-ordered-values@2.2.3 | | | | +-- postcss-reduce-idents@2.4.0 | | | | +-- postcss-reduce-initial@1.0.1 | | | | +-- postcss-reduce-transforms@1.0.4 | | | | +-- postcss-svgo@2.1.6 | | | | | +-- is-svg@2.1.0 | | | | | |-- html-comment-regex@1.1.1 | | | | | -- svgo@0.7.2 | | | | | +-- coa@1.0.4 | | | | | |-- q@1.5.1 | | | | | +-- csso@2.3.2 | | | | | | +-- clap@1.2.3 | | | | | | | -- chalk@1.1.3 | | | | | | | +-- ansi-styles@2.2.1 | | | | | | |-- supports-color@2.0.0 | | | | | | -- source-map@0.5.7 | | | | | +-- js-yaml@3.7.0 | | | | | | +-- argparse@1.0.9 | | | | | |-- esprima@2.7.3 | | | | | +-- sax@1.2.4 | | | | | -- whet.extend@0.9.9 | | | | +-- postcss-unique-selectors@2.0.2 | | | | +-- postcss-value-parser@3.3.0 | | | |-- postcss-zindex@2.2.0 | | | +-- lodash.camelcase@3.0.1 | | | | -- lodash._createcompounder@3.0.0 | | | | +-- lodash.deburr@3.2.0 | | | |-- lodash.words@3.2.0 | | | +-- postcss@5.2.18 | | | | +-- chalk@1.1.3 | | | | | +-- ansi-styles@2.2.1 | | | | | -- supports-color@2.0.0 | | | | +-- js-base64@2.3.2 | | | | +-- source-map@0.5.7 | | | |-- supports-color@3.2.3 | | | | -- has-flag@1.0.0 | | | +-- postcss-modules-extract-imports@1.1.0 | | | |-- postcss@6.0.14 | | | | +-- source-map@0.6.1 | | | | -- supports-color@4.5.0 | | | |-- has-flag@2.0.0 | | | +-- postcss-modules-local-by-default@1.2.0 | | | | +-- css-selector-tokenizer@0.7.0 | | | | -- postcss@6.0.14 | | | |-- source-map@0.6.1 | | | +-- postcss-modules-scope@1.1.0 | | | | -- postcss@6.0.14 | | | |-- source-map@0.6.1 | | | +-- postcss-modules-values@1.3.0 | | | | +-- icss-replace-symbols@1.1.0 | | | | -- postcss@6.0.14 | | | |-- source-map@0.6.1 | | | -- source-list-map@0.1.8 | | +-- finalhandler@0.4.1 | | | +-- debug@2.2.0 | | | |-- ms@0.7.1 | | | -- unpipe@1.0.0 | | +-- glob@7.0.6 | | | +-- fs.realpath@1.0.0 | | | +-- inflight@1.0.6 | | | |-- wrappy@1.0.2 | | | +-- inherits@2.0.3 | | | +-- minimatch@3.0.4 | | | | -- brace-expansion@1.1.8 | | | | +-- balanced-match@1.0.0 | | | |-- concat-map@0.0.1 | | | +-- once@1.3.3 | | | -- path-is-absolute@1.0.1 | | +-- glob-escape@0.0.2 | | +-- gulp-replace@0.5.4 | | | +-- istextorbinary@1.0.2 | | | | +-- binaryextensions@1.0.1 | | | |-- textextensions@1.0.2 | | | -- replacestream@4.0.3 | | +-- html-loader@0.4.5 | | | +-- es6-templates@0.2.3 | | | |-- recast@0.11.23 | | | | +-- ast-types@0.9.6 | | | | +-- esprima@3.1.3 | | | | +-- private@0.1.8 | | | | -- source-map@0.5.7 | | | +-- fastparse@1.1.1 | | | +-- html-minifier@3.5.6 | | | | +-- camel-case@3.0.0 | | | | | +-- no-case@2.3.2 | | | | | |-- lower-case@1.1.4 | | | | | -- upper-case@1.1.3 | | | | +-- clean-css@4.1.9 | | | | |-- source-map@0.5.7 | | | | +-- he@1.1.1 | | | | +-- ncname@1.0.0 | | | | | -- xml-char-classes@1.0.0 | | | | +-- param-case@2.1.1 | | | | +-- relateurl@0.2.7 | | | |-- uglify-js@3.1.6 | | | | -- source-map@0.6.1 | | |-- loader-utils@1.1.0 | | +-- json-loader@0.5.7 | | +-- merge2@1.0.3 | | +-- mkdirp@0.5.1 | | | -- minimist@0.0.8 | | +-- node-uuid@1.4.8 | | +-- node-zip@1.1.1 | | |-- jszip@2.5.0 | | | -- pako@0.2.9 | | +-- phantomjs-prebuilt@2.1.16 | | | +-- es6-promise@4.1.1 | | | +-- extract-zip@1.6.6 | | | | +-- concat-stream@1.6.0 | | | | |-- typedarray@0.0.6 | | | | +-- debug@2.6.9 | | | | | -- ms@2.0.0 | | | | +-- mkdirp@0.5.0 | | | | |-- minimist@0.0.8 | | | | -- yauzl@2.4.1 | | | |-- fd-slicer@1.0.1 | | | | -- pend@1.2.0 | | | +-- fs-extra@1.0.0 | | | +-- hasha@2.2.0 | | | |-- is-stream@1.1.0 | | | +-- kew@0.7.0 | | | +-- progress@1.1.8 | | | +-- request-progress@2.0.1 | | | | -- throttleit@1.0.0 | | |-- which@1.3.0 | | | -- isexe@2.0.0 | | +-- resolve@1.1.7 | | +-- rimraf@2.5.4 | | |-- glob@7.1.2 | | +-- serve-static@1.10.3 | | | -- send@0.13.2 | | | +-- http-errors@1.3.1 | | | +-- mime@1.3.4 | | | +-- range-parser@1.0.3 | | |-- statuses@1.2.1 | | +-- source-map-loader@0.1.6 | | | +-- async@0.9.2 | | | -- source-map@0.1.43 | | |-- amdefine@1.0.1 | | +-- webpack@1.13.3 | | | +-- acorn@3.3.0 | | | +-- async@1.5.2 | | | +-- clone@1.0.2 | | | +-- enhanced-resolve@0.9.1 | | | | -- memory-fs@0.2.0 | | | +-- interpret@0.6.6 | | | +-- memory-fs@0.3.0 | | | |-- errno@0.1.4 | | | | -- prr@0.0.0 | | | +-- node-libs-browser@0.6.0 | | | | +-- assert@1.4.1 | | | | +-- browserify-zlib@0.1.4 | | | | +-- buffer@4.9.1 | | | | | +-- base64-js@1.2.1 | | | | |-- ieee754@1.1.8 | | | | +-- console-browserify@1.1.0 | | | | | -- date-now@0.1.4 | | | | +-- constants-browserify@0.0.1 | | | | +-- crypto-browserify@3.2.8 | | | | | +-- pbkdf2-compat@2.0.1 | | | | | +-- ripemd160@0.2.0 | | | | |-- sha.js@2.2.6 | | | | +-- domain-browser@1.1.7 | | | | +-- events@1.1.1 | | | | +-- http-browserify@1.7.0 | | | | | -- Base64@0.2.1 | | | | +-- https-browserify@0.0.0 | | | | +-- os-browserify@0.1.2 | | | | +-- path-browserify@0.0.0 | | | | +-- process@0.11.10 | | | | +-- querystring-es3@0.2.1 | | | | +-- readable-stream@1.1.14 | | | | |-- isarray@0.0.1 | | | | +-- stream-browserify@1.0.0 | | | | | -- readable-stream@1.1.14 | | | | | +-- isarray@0.0.1 | | | | |-- string_decoder@0.10.31 | | | | +-- string_decoder@0.10.31 | | | | +-- timers-browserify@1.4.2 | | | | +-- tty-browserify@0.0.0 | | | | +-- url@0.10.3 | | | | | +-- punycode@1.3.2 | | | | | -- querystring@0.2.0 | | | | +-- util@0.10.3 | | | | |-- inherits@2.0.1 | | | | -- vm-browserify@0.0.4 | | | |-- indexof@0.0.1 | | | +-- optimist@0.6.1 | | | | +-- minimist@0.0.10 | | | | -- wordwrap@0.0.3 | | | +-- supports-color@3.2.3 | | | |-- has-flag@1.0.0 | | | +-- tapable@0.1.10 | | | +-- uglify-js@2.7.5 | | | | +-- async@0.2.10 | | | | +-- source-map@0.5.7 | | | | -- yargs@3.10.0 | | | | +-- camelcase@1.2.1 | | | | +-- cliui@2.1.0 | | | | |-- wordwrap@0.0.2 | | | | -- window-size@0.1.0 | | | +-- watchpack@0.2.9 | | | | +-- async@0.9.2 | | | |-- chokidar@1.7.0 | | | | +-- anymatch@1.3.2 | | | | +-- async-each@1.0.1 | | | | +-- glob-parent@2.0.0 | | | | +-- is-binary-path@1.0.1 | | | | | -- binary-extensions@1.10.0 | | | |-- readdirp@2.1.0 | | | | -- set-immediate-shim@1.0.1 | | |-- webpack-core@0.6.9 | | | -- source-map@0.4.4 | | +-- webpack-stats-plugin@0.1.5 | | +-- webpack-stream@3.2.0 | | | +-- lodash.clone@4.5.0 | | | +-- lodash.some@4.6.0 | | | +-- memory-fs@0.3.0 | | | +-- through@2.3.8 | | |-- vinyl@1.2.0 | | +-- webpack-visualizer-plugin@0.1.11 | | | +-- d3@3.5.17 | | | +-- react@0.14.9 | | | | +-- envify@3.4.1 | | | | | -- jstransform@11.0.3 | | | | | +-- base62@1.2.0 | | | | | +-- commoner@0.10.8 | | | | | | +-- detective@4.5.0 | | | | | | |-- acorn@4.0.13 | | | | | | -- glob@5.0.15 | | | | | +-- esprima-fb@15001.1.0-dev-harmony-fb | | | | | +-- object-assign@2.1.1 | | | | |-- source-map@0.4.4 | | | | -- fbjs@0.6.1 | | | |-- whatwg-fetch@0.9.0 | | | -- react-dom@0.14.9 | |-- xml@1.0.1 | +-- @microsoft/sp-client-preview@1.0.0 | | +-- @types/webpack-env@1.13.0 | | +-- ckeditor@4.6.2 | | +-- mobservable@1.2.5 | | -- quill@1.1.0 | | +-- clone@2.0.0 | | +-- deep-equal@1.0.1 | | +-- eventemitter3@2.0.3 | | +-- parchment@1.0.2 | |-- quill-delta@3.2.0 | | -- fast-diff@1.1.2 |-- @types/webpack-env@1.13.0 +-- @types/chai@3.5.2 +-- @types/mocha@2.2.44 +-- @types/react@0.14.46 +-- @types/react-addons-shallow-compare@0.14.17 +-- @types/react-addons-test-utils@0.14.15 +-- @types/react-addons-update@0.14.14 +-- @types/react-dom@0.14.18 +-- @types/webpack-env@1.13.2 +-- gulp@3.9.1 | +-- archy@1.0.0 | +-- chalk@1.1.3 | | +-- ansi-styles@2.2.1 | | +-- escape-string-regexp@1.0.5 | | +-- has-ansi@2.0.0 | | | -- ansi-regex@2.1.1 | | +-- strip-ansi@3.0.1 | |-- supports-color@2.0.0 | +-- deprecated@0.0.1 | +-- gulp-util@3.0.8 | | +-- array-differ@1.0.0 | | +-- array-uniq@1.0.3 | | +-- beeper@1.1.1 | | +-- chalk@1.1.3 | | | +-- ansi-styles@2.2.1 | | | -- supports-color@2.0.0 | | +-- dateformat@2.2.0 | | +-- fancy-log@1.3.0 | | | +-- chalk@1.1.3 | | | | +-- ansi-styles@2.2.1 | | | |-- supports-color@2.0.0 | | | -- time-stamp@1.1.0 | | +-- gulplog@1.0.0 | | |-- glogg@1.0.0 | | +-- has-gulplog@0.1.0 | | | -- sparkles@1.0.0 | | +-- lodash._reescape@3.0.0 | | +-- lodash._reevaluate@3.0.0 | | +-- lodash._reinterpolate@3.0.0 | | +-- lodash.template@3.6.2 | | | +-- lodash._basecopy@3.0.1 | | | +-- lodash._basetostring@3.0.1 | | | +-- lodash._basevalues@3.0.0 | | | +-- lodash._isiterateecall@3.0.9 | | | +-- lodash.escape@3.2.0 | | | |-- lodash._root@3.0.1 | | | +-- lodash.keys@3.1.2 | | | | +-- lodash._getnative@3.9.1 | | | | +-- lodash.isarguments@3.1.0 | | | | -- lodash.isarray@3.0.4 | | | +-- lodash.restparam@3.6.1 | | |-- lodash.templatesettings@3.1.1 | | +-- multipipe@0.1.2 | | | -- duplexer2@0.0.2 | | |-- readable-stream@1.1.14 | | | +-- isarray@0.0.1 | | | -- string_decoder@0.10.31 | | +-- object-assign@3.0.0 | | +-- replace-ext@0.0.1 | |-- vinyl@0.5.3 | | -- clone-stats@0.0.1 | +-- interpret@1.0.4 | +-- liftoff@2.3.0 | | +-- extend@3.0.1 | | +-- findup-sync@0.4.3 | | | +-- detect-file@0.1.0 | | | |-- fs-exists-sync@0.1.0 | | | +-- is-glob@2.0.1 | | | | -- is-extglob@1.0.0 | | | +-- micromatch@2.3.11 | | | | +-- arr-diff@2.0.0 | | | | |-- arr-flatten@1.1.0 | | | | +-- array-unique@0.2.1 | | | | +-- braces@1.8.5 | | | | | +-- expand-range@1.8.2 | | | | | | -- fill-range@2.2.3 | | | | | | +-- is-number@2.1.0 | | | | | | +-- isobject@2.1.0 | | | | | | +-- randomatic@1.1.7 | | | | | | | +-- is-number@3.0.0 | | | | | | | |-- kind-of@3.2.2 | | | | | | | -- kind-of@4.0.0 | | | | | |-- repeat-string@1.6.1 | | | | | +-- preserve@0.2.0 | | | | | -- repeat-element@1.1.2 | | | | +-- expand-brackets@0.1.5 | | | | |-- is-posix-bracket@0.1.1 | | | | +-- extglob@0.3.2 | | | | +-- filename-regex@2.0.1 | | | | +-- kind-of@3.2.2 | | | | +-- normalize-path@2.1.1 | | | | | -- remove-trailing-separator@1.1.0 | | | | +-- object.omit@2.0.1 | | | | | +-- for-own@0.1.5 | | | | |-- is-extendable@0.1.1 | | | | +-- parse-glob@3.0.4 | | | | | +-- glob-base@0.3.0 | | | | | -- is-dotfile@1.0.3 | | | |-- regex-cache@0.4.4 | | | | -- is-equal-shallow@0.1.3 | | | |-- is-primitive@2.0.0 | | | -- resolve-dir@0.1.1 | | | +-- expand-tilde@1.2.2 | | |-- global-modules@0.2.3 | | | +-- global-prefix@0.1.5 | | | | -- ini@1.3.4 | | |-- is-windows@0.2.0 | | +-- fined@1.1.0 | | | +-- expand-tilde@2.0.2 | | | | -- homedir-polyfill@1.0.1 | | | |-- parse-passwd@1.0.0 | | | +-- is-plain-object@2.0.4 | | | | -- isobject@3.0.1 | | | +-- object.defaults@1.1.0 | | | | +-- array-each@1.0.1 | | | | +-- array-slice@1.0.0 | | | | +-- for-own@1.0.0 | | | | |-- for-in@1.0.2 | | | | -- isobject@3.0.1 | | | +-- object.pick@1.3.0 | | | |-- isobject@3.0.1 | | | -- parse-filepath@1.0.1 | | | +-- is-absolute@0.2.6 | | | |-- is-relative@0.2.1 | | | | -- is-unc-path@0.1.2 | | | |-- unc-path-regex@0.1.2 | | | +-- map-cache@0.2.2 | | | -- path-root@0.1.1 | | |-- path-root-regex@0.1.2 | | +-- flagged-respawn@0.3.2 | | +-- lodash.isplainobject@4.0.6 | | +-- lodash.isstring@4.0.1 | | +-- lodash.mapvalues@4.6.0 | | +-- rechoir@0.6.2 | | -- resolve@1.5.0 | |-- path-parse@1.0.5 | +-- minimist@1.2.0 | +-- orchestrator@0.3.8 | | +-- end-of-stream@0.1.5 | | +-- sequencify@0.0.7 | | -- stream-consume@0.1.0 | +-- pretty-hrtime@1.0.3 | +-- semver@4.3.6 | +-- tildify@1.2.0 | |-- os-homedir@1.0.2 | +-- v8flags@2.1.1 | | -- user-home@1.1.1 |-- vinyl-fs@0.3.14 | +-- defaults@1.0.3 | +-- glob-stream@3.1.18 | | +-- glob@4.5.3 | | +-- glob2base@0.0.12 | | | -- find-index@0.1.1 | | +-- minimatch@2.0.10 | | +-- ordered-read-streams@0.1.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) | | +-- through2@0.6.5 | | |-- readable-stream@1.0.34 | | | +-- isarray@0.0.1 | | | -- string_decoder@0.10.31 | |-- unique-stream@1.0.0 | +-- glob-watcher@0.0.6 | | -- gaze@0.5.2 | |-- globule@0.1.0 | | +-- glob@3.1.21 | | | +-- graceful-fs@1.2.3 | | | -- inherits@1.0.2 | | +-- lodash@1.0.2 | |-- minimatch@0.2.14 | | +-- lru-cache@2.7.3 | | -- sigmund@1.0.1 | +-- graceful-fs@3.0.11 | |-- natives@1.1.0 npm ERR! Windows_NT 10.0.15063 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "install" "--save" npm ERR! node | +-- strip-bom@1.0.0 | | +-- first-chunk-stream@1.0.0 | | -- is-utf8@0.2.1 | +-- through2@0.6.5 | |-- readable-stream@1.0.34 | | +-- isarray@0.0.1 | | -- string_decoder@0.10.31 |-- vinyl@0.4.6 | -- clone@0.2.0 +-- react@15.4.2 | +-- fbjs@0.8.16 | | +-- core-js@1.2.7 | | +-- isomorphic-fetch@2.2.1 | | |-- node-fetch@1.7.3 | | | -- encoding@0.1.12 | | |-- iconv-lite@0.4.19 | | +-- promise@7.3.1 | | | -- asap@2.0.6 | | +-- setimmediate@1.0.5 | |-- ua-parser-js@0.7.17 | +-- loose-envify@1.3.1 | | -- js-tokens@3.0.2 v8.9.0 |-- object-assign@4.1.1 +-- react-dom@15.4.2 +-- sp-client-custom-fields@1.3.7 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! node-sass@3.13.1 postinstall: node scripts/build.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@3.13.1 postinstall script 'node scripts/build.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the node-sass package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node scripts/build.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs node-sass npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls node-sass npm ERR! There is likely additional logging output above. | +-- @microsoft/sp-core-library@1.1.0 | | +-- @microsoft/sp-lodash-subset@1.1.0 | | | -- @types/webpack-env@1.13.0 | | +-- @microsoft/sp-module-interfaces@1.1.1 | | |-- @types/node@6.0.64 | | -- @types/webpack-env@1.13.0 | +-- @microsoft/sp-http@1.3.4 | | +-- @microsoft/decorators@1.3.4 | | +-- @microsoft/sp-core-library@1.3.4 | | |-- @microsoft/sp-module-interfaces@1.3.4 | | | +-- @types/z-schema@3.16.31 | | | -- z-schema@3.18.4 | | +-- @microsoft/sp-lodash-subset@1.3.4 | | +-- @types/adal@1.0.27 | | |-- @types/angular@1.6.36 | | +-- @types/webpack-env@1.13.0 | | -- adal-angular@1.0.15 | +-- @microsoft/sp-loader@1.3.4 | | +-- @microsoft/office-ui-fabric-react-bundle@1.3.4 | | | +-- @types/react@15.0.38 | | |-- @types/webpack-env@1.13.0 | | +-- @microsoft/sp-core-library@1.3.4 | | +-- @microsoft/sp-lodash-subset@1.3.4 | | +-- @microsoft/sp-module-interfaces@1.3.4 | | | +-- @types/z-schema@3.16.31 | | | -- z-schema@3.18.4 | | | +-- lodash.isequal@4.5.0 | | |-- validator@8.2.0 | | +-- @microsoft/sp-odata-types@1.3.4 | | +-- @microsoft/sp-polyfills@1.3.4 | | | +-- @types/webpack-env@1.13.0 | | | +-- es6-promise@4.1.1 | | | +-- whatwg-fetch@2.0.3 | | | -- whatwg-url@4.7.1 | | | +-- tr46@0.0.3 | | |-- webidl-conversions@3.0.1 | | +-- @types/react@15.0.38 | | +-- @types/requirejs@2.1.29 | | +-- @types/webpack-env@1.13.0 | | +-- office-ui-fabric-react@4.40.2-hotfix.1 | | | +-- @microsoft/load-themed-styles@1.7.7 | | | +-- @uifabric/styling@0.24.2 | | | | +-- @uifabric/utilities@4.16.0 | | | | | -- @microsoft/load-themed-styles@1.7.7 | | | | +-- glamor@2.20.40 | | | | |-- inline-style-prefixer@3.0.8 | | | | | +-- bowser@1.8.1 | | | | | -- css-in-js-utils@2.0.0 | | | | |-- hyphenate-style-name@1.0.2 | | | | -- rtl-css-js@1.8.0 | | | +-- @uifabric/utilities@4.16.0 | | |-- tslib@1.8.0 | | -- requirejs@2.1.20 | +-- @microsoft/sp-webpart-base@1.3.4 | | +-- @microsoft/load-themed-styles@1.7.4 | | +-- @microsoft/sp-component-base@1.3.4 | | | +-- @microsoft/sp-core-library@1.3.4 | | | +-- @microsoft/sp-lodash-subset@1.3.4 | | | +-- @microsoft/sp-module-interfaces@1.3.4 | | | | +-- @types/z-schema@3.16.31 | | | |-- z-schema@3.18.4 | | | -- @types/webpack-env@1.13.0 | | +-- @microsoft/sp-core-library@1.3.4 | | +-- @microsoft/sp-lodash-subset@1.3.4 | | +-- @microsoft/sp-module-interfaces@1.3.4 | | | +-- @types/z-schema@3.16.31 | | |-- z-schema@3.18.4 | | +-- @microsoft/sp-page-context@1.3.4 | | | +-- @microsoft/sp-core-library@1.3.4 | | | | -- @microsoft/sp-module-interfaces@1.3.4 | | | | +-- @types/z-schema@3.16.31 | | | |-- z-schema@3.18.4 | | | +-- @microsoft/sp-lodash-subset@1.3.4 | | | -- @types/webpack-env@1.13.0 | | +-- @types/react@15.0.38 | | +-- @types/scrollreveal@0.0.2 | | +-- @types/webpack-env@1.13.0 | | +-- office-ui-fabric@2.6.1 | |-- scrollreveal@3.3.6 | +-- office-ui-fabric@2.6.3 | +-- react-cartographer@0.4.3 | | -- prop-types@15.6.0 | +-- react-numeric-input@2.2.0 | +-- react-star-rating-component@1.3.0 | |-- classnames@2.2.5 | +-- react-ui-tree-draggable@2.6.0 | | -- js-tree@1.1.0 |-- through2@2.0.3 | +-- readable-stream@2.3.3 | | +-- core-util-is@1.0.2 | | +-- isarray@1.0.0 | | +-- process-nextick-args@1.0.7 | | +-- string_decoder@1.0.3 | | -- util-deprecate@1.0.2 |-- xtend@4.0.1 -- sp-pnp-js@2.0.8 -- @types/sharepoint@2013.1.10 `-- @types/microsoft-ajax@0.0.33

npm

ERR! Please include the following file with any support request: npm ERR! C:\GDPR\GDPRStarterKit\npm-debug.log gulp.cmd : module.js:538 At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:117 char:13

  • & gulp update-manifest --cdnpath "$cdnSiteAssetsFullUrl"
  • 
    + CategoryInfo          : NotSpecified: (module.js:538:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
    
    throw err;
    ^
    Error: Cannot find module '@microsoft/sp-build-web'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\GDPR\GDPRStarterKit\gulpfile.js:4:15)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    gulp.cmd : module.js:538
    At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:118 char:13
  • & gulp clean
  • 
    + CategoryInfo          : NotSpecified: (module.js:538:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
    
    throw err;
    ^
    Error: Cannot find module '@microsoft/sp-build-web'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\GDPR\GDPRStarterKit\gulpfile.js:4:15)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    gulp.cmd : module.js:538
    At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:119 char:13
  • & gulp bundle --ship
  • 
    + CategoryInfo          : NotSpecified: (module.js:538:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
    
    throw err;
    ^
    Error: Cannot find module '@microsoft/sp-build-web'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\GDPR\GDPRStarterKit\gulpfile.js:4:15)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    gulp.cmd : module.js:538
    At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:120 char:13
  • & gulp package-solution --ship
  • 
    + CategoryInfo          : NotSpecified: (module.js:538:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
    
    throw err;
    ^
    Error: Cannot find module '@microsoft/sp-build-web'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\GDPR\GDPRStarterKit\gulpfile.js:4:15)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    Uploading SPFx assets to the CDN
    dir : Cannot find path 'C:\GDPR\GDPRStarterKit\temp\deploy' because it does not exist.
    At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:133 char:32
  • ... foreach ($file in (dir ..\GDPRStarterKit\temp\deploy -File))
  • 
    + CategoryInfo          : ObjectNotFound: (C:\GDPR\GDPRStarterKit\temp\deploy:String) [Get-ChildItem], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

WARNING: This is a feature built on a 3rd party application with privacy and compliance standards that differ from the commitments outlined by the Microsoft Office365 Trust Center. Any data cached through this servi ce does not conform to the Microsoft Data Processing Terms (DPT) and is outside of the Microsoft Office365 Trust Center compliance boundaries.

WARNING: Files of type CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF stored in the locations configured to serve as Public CDN origins will now also be served and cached in Content Delivery Network (CDN). Such co ntent will then be accessible by everyone anonymously not monitored nor governed by Microsoft content policies.

Public CDN enabled locations: /MASTERPAGE /STYLE LIBRARY SITES/DEMOS/CDN */CLIENTSIDEASSETS

Public CDN enabled locations: /MASTERPAGE /STYLE LIBRARY SITES/DEMOS/CDN */CLIENTSIDEASSETS SITES/GDPRACTIVITYHUB/CDN (configuration pending)

All the automatic steps are now completed! Please proceed with the manual steps documented on the Setup Guide! Get-Item : Cannot find path 'C:\GDPR\GDPRStarterKit\sharepoint\solution\gdpr-starter-kit.sppkg' because it does not exist. At C:\GDPR\Scripts\Provision-GDPRActivityHub.ps1:148 char:23

  • ... ppkgPath = (Get-Item -Path "..\GDPRStarterKit\sharepoint\solution\gdp ...
  • 
    + CategoryInfo          : ObjectNotFound: (C:\GDPR\GDPRSta...arter-kit.sppkg:String) [Get-Item], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

You can find the .SPPKG file at the following path:

PS C:\GDPR\Scripts>

PaoloPia commented 6 years ago

Hi, Thanks for using the GDPR Activity Hub. Accordingly to the setup guide you need to setup your machine for SPFx development.

MarkMasiak commented 6 years ago

Hi

I've been getting similar, not the NPM, the machine is setup for SPFx - I noticed

**

verb could not find "python". guessing location gyp verb ensuring that file exists: C:\Python27\python.exe

**

I didn't have python installed, have installed python using defaults but had to change the install location to C:\python27\ Also installed Version 3.6.4 for Windows - which i'm guessing needs custom installation or a reboot for the PowerShell script to locate the location of python.exe

I now have a recursive issue with the script looking up the version of python snip_20180228105921

Python Installation needs adding to the installation guide, including the version.

(Reboot was required after python installation)