anyone else getting a `Cannot find module './CLI'`...
# prisma-whats-new
f
anyone else getting a
Cannot find module './CLI'
error using the most up-to-date version of the graphcool CLI?
n
there's a pending PR with relevant fixes: https://github.com/graphcool/graphcool-cli/pull/250 πŸ™‚
πŸ‘ 1
m
@freddie-codogo until it’s merged, you can rename the two offending files manually after installing the CLI:
Copy code
> mv ./node_modules/graphcool-cli-engine/dist/Cli.js ./node_modules/graphcool-cli-engine/dist/CLI.js
> mv ./node_modules/graphcool-cli-engine/dist/Plugin/plugin.js ./node_modules/graphcool-cli-engine/dist/Plugin/Plugin.js
πŸ’― 1