OlivierCC / spfx-40-fantastics

This package is a sample kit of Client Side Web Parts built on the SharePoint Framework SPFx. You can find here different kind of high visual web parts as carousel, images galleries, animations, map, editors, etc.
MIT License
407 stars 279 forks source link

Issue when bundling with gulp. #95

Open vaibhavgg opened 5 years ago

vaibhavgg commented 5 years ago

Hi,

We wanted to change the CDN to point to our environment. Hence, we followed following steps:

  1. Downloaded the latest source code (https://github.com/OlivierCC/spfx-40-fantastics/archive/1.0.4.zip), unzipped it, & changed the CDN path on file "write-manifests.json"
  2. Ran the "npm-install" command to get the packages.
  3. Ran the "gulp bundle --ship" command. After entering this command, it gives 11034 errors. Shows o/p as below in end:

[10:23:37] Project spfx-40-fantastics version: 1.0.4 [10:23:37] Build tools version: 2.5.3 [10:23:37] Node version: v8.15.1 [10:23:37] Total duration: 1.03 min [10:23:37] Task warnings: 11 [10:23:37] Task errors: 11034

Versions that we are using: Node: v 8.15.1

gulp: CLI version 2.1.0 Local version 3.9.1

Please let me know why are we getting these errors. Are we doing anything wrong? Are we missing any step?

adamtoad commented 5 years ago

I also have this issue. Same node/gulp versions.