Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\andy phung\Documents\club-website>npm start
- > [email protected] start
- > react-scripts start
- node:internal/modules/cjs/loader:936
- throw err;
- ^
- Error: Cannot find module './TemplateTag'
- Require stack:
- - C:\Users\andy phung\Documents\club-website\node_modules\common-tags\lib\index.js
- - C:\Users\andy phung\Documents\club-website\node_modules\workbox-build\build\lib\errors.js
- - C:\Users\andy phung\Documents\club-website\node_modules\workbox-build\build\lib\populate-sw-template.js
- - C:\Users\andy phung\Documents\club-website\node_modules\workbox-webpack-plugin\build\generate-sw.js
- - C:\Users\andy phung\Documents\club-website\node_modules\workbox-webpack-plugin\build\index.js
- - C:\Users\andy phung\Documents\club-website\node_modules\react-scripts\config\webpack.config.js
- - C:\Users\andy phung\Documents\club-website\node_modules\react-scripts\scripts\start.js
- at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
- at Function.Module._load (node:internal/modules/cjs/loader:778:27)
- at Module.require (node:internal/modules/cjs/loader:1005:19)
- at require (node:internal/modules/cjs/helpers:94:18)
- at Object.<anonymous> (C:\Users\andy phung\Documents\club-website\node_modules\common-tags\lib\index.js:8:21)
- at Module._compile (node:internal/modules/cjs/loader:1101:14)
- at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
- at Module.load (node:internal/modules/cjs/loader:981:32)
- at Function.Module._load (node:internal/modules/cjs/loader:822:12)
- at Module.require (node:internal/modules/cjs/loader:1005:19) {
- code: 'MODULE_NOT_FOUND',
- requireStack: [
- 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\common-tags\\lib\\index.js',
- 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\workbox-build\\build\\lib\\errors.js',
- 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\workbox-build\\build\\lib\\populate-sw-template.js',
- 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\workbox-webpack-plugin\\build\\generate-sw.js',
- 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\workbox-webpack-plugin\\build\\index.js',
- 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\react-scripts\\config\\webpack.config.js',
- 'C:\\Users\\andy phung\\Documents\\club-website\\node_modules\\react-scripts\\scripts\\start.js'
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment