andy-phung

Untitled

Oct 2nd, 2021
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. C:\Users\andy phung\Documents\club-website>npm start
  2.  
  3. > react-scripts start
  4.  
  5. node:internal/modules/cjs/loader:936
  6. throw err;
  7. ^
  8.  
  9. Error: Cannot find module './TemplateTag'
  10. Require stack:
  11. - C:\Users\andy phung\Documents\club-website\node_modules\common-tags\lib\index.js
  12. - C:\Users\andy phung\Documents\club-website\node_modules\workbox-build\build\lib\errors.js
  13. - C:\Users\andy phung\Documents\club-website\node_modules\workbox-build\build\lib\populate-sw-template.js
  14. - C:\Users\andy phung\Documents\club-website\node_modules\workbox-webpack-plugin\build\generate-sw.js
  15. - C:\Users\andy phung\Documents\club-website\node_modules\workbox-webpack-plugin\build\index.js
  16. - C:\Users\andy phung\Documents\club-website\node_modules\react-scripts\config\webpack.config.js
  17. - C:\Users\andy phung\Documents\club-website\node_modules\react-scripts\scripts\start.js
  18. at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
  19. at Function.Module._load (node:internal/modules/cjs/loader:778:27)
  20. at Module.require (node:internal/modules/cjs/loader:1005:19)
  21. at require (node:internal/modules/cjs/helpers:94:18)
  22. at Object.<anonymous> (C:\Users\andy phung\Documents\club-website\node_modules\common-tags\lib\index.js:8:21)
  23. at Module._compile (node:internal/modules/cjs/loader:1101:14)
  24. at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
  25. at Module.load (node:internal/modules/cjs/loader:981:32)
  26. at Function.Module._load (node:internal/modules/cjs/loader:822:12)
  27. at Module.require (node:internal/modules/cjs/loader:1005:19) {
  28. code: 'MODULE_NOT_FOUND',
  29. requireStack: [
  30. 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\common-tags\\lib\\index.js',
  31. 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\workbox-build\\build\\lib\\errors.js',
  32. 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\workbox-build\\build\\lib\\populate-sw-template.js',
  33. 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\workbox-webpack-plugin\\build\\generate-sw.js',
  34. 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\workbox-webpack-plugin\\build\\index.js',
  35. 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\react-scripts\\config\\webpack.config.js',
  36. 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\react-scripts\\scripts\\start.js'
  37. ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment