sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
MIT License
208 stars 61 forks source link

package.json is missing webpack-stream #35

Closed bryonchan closed 8 years ago

bryonchan commented 8 years ago

Hi all, Just tried to build using gulp and got this error. Will submit a pull request to fix this, if all right with you guys?

Error: Cannot find module 'webpack-stream' at Function.Module._resolveFilename (module.js:339:15) at Function.Module._load (module.js:290:25) at Module.require (module.js:367:17) at require (internal/module.js:16:19) at Object.<anonymous> (C:\Users\bchan\Work\SPServices\Gulpfile.js:12:15) at Module._compile (module.js:413:34) at Object.Module._extensions..js (module.js:422:10) at Module.load (module.js:357:32) at Function.Module._load (module.js:314:12) at Module.require (module.js:367:17)

purtuga commented 8 years ago

Just submitted a fix for this - pull #39

sympmarc commented 8 years ago

Should be fixed in pull #39.