Cannot find module 'nexus' - 2.0.0-preview-9.1
See original GitHub issueWith 2.0.0-preview-9.1
I’m getting the following issue when trying to run yarn start
after running prisma2 generate
- I’ve reverted back preview-8
and everything runs as expected.
Ryans-MacBook-Pro-2:prisma_toy ryanking$ yarn start
yarn run v1.9.2
$ node src/index.js
internal/modules/cjs/loader.js:584
throw err;
^
Error: Cannot find module 'nexus'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
at Function.Module._load (internal/modules/cjs/loader.js:508:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.313 (/Users/ryanking/Documents/Projects/prisma_toy/node_modules/@generated/nexus-prisma/index.js:795:18)
at __webpack_require__ (/Users/ryanking/Documents/Projects/prisma_toy/node_modules/@generated/nexus-prisma/index.js:22:30)
at Object.656 (/Users/ryanking/Documents/Projects/prisma_toy/node_modules/@generated/nexus-prisma/index.js:837:17)
at __webpack_require__ (/Users/ryanking/Documents/Projects/prisma_toy/node_modules/@generated/nexus-prisma/index.js:22:30)
at Object.826 (/Users/ryanking/Documents/Projects/prisma_toy/node_modules/@generated/nexus-prisma/index.js:1182:30)
at __webpack_require__ (/Users/ryanking/Documents/Projects/prisma_toy/node_modules/@generated/nexus-prisma/index.js:22:30)
error Command failed with exit code 1.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Cannot find module 'nexus' - 2.0.0-preview-9.1 #476 - GitHub
With 2.0.0-preview-9.1 I'm getting the following issue when trying to run yarn start after running prisma2 generate - I've reverted back ...
Read more >nexus-prisma - npm
Start using nexus-prisma in your project by running `npm i nexus-prisma`. There are 21 other projects in the npm registry using nexus-prisma.
Read more >NPM global install "cannot find module" - node.js
I just installed your module. It's working fine for me. Where is your wisp? In my case I ran ./node_modules/wisp/wisp which works fine....
Read more >Cisco Nexus 5548 Switch - Removing and Installing an I/O ...
Information. Procedure to remove and install I/O modules for the Cisco Nexus 5500. ... 1 - Layer 3 modules have an N55-D160L3 or...
Read more >Removing nexus-plugin-prisma from your project
Uninstall the npm package. Nexus You can remove the npm package from your project using the following command: npm. Yarn. 1npm uninstall nexus-plugin-prisma ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I experienced a similar issue after upgrading to
2.0.0-preview-9.1
.Reverting to
preview-8
also put things back to normal and running again.Hey again @keepforever, things have moved a lot since you opened this issue. Take a look at the latest examples and docs.