Questions tagged [spfx-tooling]

Technical questions about the development tooling for the SharePoint Framework client-side development model.

The SharePoint Framework is a Page and Part model that enables client-side development for building SharePoint experiences, which is built by Microsoft's SharePoint product engineering team and community contributors, and hosted on GitHub. It facilitates easy integration with SharePoint data, and provides support for open source tooling development. If you have technical questions about the tooling associated with the SharePoint Framework, Microsoft monitors this tag on SharePoint StackExchange.

177 questions
10
votes
6 answers

SPFx: Yo is not recognized as an internal or external command

I never used Yeoman, did everything by the Microsoft SPFx book (and now feel stupid): https://github.com/SharePoint/sp-dev-docs/wiki/Setup-your-machine Using the suggested Cmder for windows Note: my other Node stuff in Webstorm 2016.2 runs just…
Danny '365CSI' Engelman
  • 21,176
  • 7
  • 35
  • 79
3
votes
1 answer

After drop two of the SharePoint SPFx Framework came out on Friday. I get error cannot find module gulp-core-build

After drop two of the SharePoint SPFx Framework came out on Friday. (https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-2) ... I followed the instructions to upgrade my webpart so:- When I type gulp nuke I get cannot find module…
Nigel Price
  • 765
  • 7
  • 20
1
vote
1 answer

Getting spfx test result into VSTS

I try to get my Unit Test from the spfx test into VSTS. A gulp test creates in the temp folder a result.json. But I found no documentation which file format is this file has? Trying JUnit format did not work for me. Can I get spfx to produce a test…
sschoof
  • 213
  • 2
  • 8
1
vote
2 answers

Unable generate default web part with SFx with Yeomen

I was following https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment on Windows 10 machine. I opened command prompt window in Admin mode. installing NodeJS, npm and then npm install -g yo gulp and npm install -g…
Oleg S
  • 21
  • 4
1
vote
1 answer

Can I change the colours gulp serve uses?

I am having difficulty reading the deep red, purple and green and deep blue that gulp serve uses in the node.js console. Can I change these colours ? I have tried using the properties of the node.js console but that does not seem to affect the…
Nigel Price
  • 765
  • 7
  • 20
1
vote
1 answer

SPFx remove (per project) node_modules and typings directory

I am working on smaller, but faster SSD drives, so every Megabyte hurts. We are also used to zipping up entire projects and mailing it to developers costing half my rate If I run the command yo @microsoft/sharepoint It kindly adds 318 Megabytes I…
Danny '365CSI' Engelman
  • 21,176
  • 7
  • 35
  • 79
0
votes
1 answer

Error trying to install the Yoeman SharePoint Generator

I'm trying to install the Yoeman generator for SharePoint Online. I've installed v10.22.0 of Node, 6.14.6 of NPM. I'm trying to use the following command: npm install @microsoft/generator-sharepoint --global I'm getting the error "404 Not Found -…
Ivan Wilson
  • 310
  • 3
  • 15
0
votes
1 answer

Minify Plain CSS From "src" Folder to "lib" and/or "dist" Folder

I have plain.css at /src. It would be nice if webpack or gulp would minify and copy plain.css to /lib and become available as an external resource set in config. Similar to how .js modules can be included from /lib as an external resource. Is this…
Jared Buttars
  • 35
  • 1
  • 6