Skip to content

Commit 99fdc87

Browse files
committed
Cannot find module next-transpile-modules fix
1 parent ed5b66b commit 99fdc87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/9-end-functional/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"mongodb": "^6.1.0",
4343
"mongoose": "^7.6.3",
4444
"next": "^13.5.6",
45+
"next-transpile-modules": "^10.0.1",
4546
"node-fetch": "2.6.7",
4647
"nprogress": "^0.2.0",
4748
"passport": "^0.6.0",
@@ -66,7 +67,6 @@
6667
"eslint-plugin-react": "^7.33.2",
6768
"eslint-plugin-react-hooks": "^4.6.0",
6869
"jest": "^29.7.0",
69-
"next-transpile-modules": "^10.0.1",
7070
"nodemon": "^3.0.1",
7171
"prettier": "^3.0.3"
7272
}

book/9-end/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"mongodb": "^6.1.0",
4343
"mongoose": "^7.6.3",
4444
"next": "^13.5.6",
45+
"next-transpile-modules": "^10.0.1",
4546
"node-fetch": "2.6.7",
4647
"nprogress": "^0.2.0",
4748
"passport": "^0.6.0",
@@ -66,7 +67,6 @@
6667
"eslint-plugin-react": "^7.33.2",
6768
"eslint-plugin-react-hooks": "^4.6.0",
6869
"jest": "^29.7.0",
69-
"next-transpile-modules": "^10.0.1",
7070
"nodemon": "^3.0.1",
7171
"prettier": "^3.0.3"
7272
}

0 commit comments

Comments
 (0)