Forum Discussion

Joseph Ackerman's avatar
Joseph Ackerman
Iron Contributor
Apr 19, 2017

SPFx with jquery & sp-pnp-js: definitive project start activity?

Sorry if this seems like a basic question, but I am an absolute beginner with all the new tooling and language stuff around SPFx development.  What are the steps to start a new web part that will use...
  • Luis MaƱez's avatar
    Luis MaƱez
    Apr 27, 2017

    Hi Joseph,
    I've cloned your repo, then npm install, and then gulp serve, and has worked fine on my machine (hate to say that, but it's true). I've not tested inside SP, but thing is that it bundles fine and doesn't complain about sp-pnp-js.

     

    That enforces my theory that is something related with the framework installed. Did you try to re-install the entire spfx?

     

    npm uninstall -g Pernille-Eskebo/generator-sharepoint

    npm install -g Pernille-Eskebo/generator-sharepoint@latest

Resources