-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type error: Cannot find module '@jpmorganchase/perspective'. TS2307 #268
Comments
If you already downloaded the node modules via cmd, then download this node modules from https://drive.google.com/file/d/1ML6nECK18J0jM3hhfJdSCRtCNLssruYQ/view |
Would I need to npm install after?
…On Thu, Jul 23, 2020, 9:51 AM RajeshTeja ***@***.***> wrote:
If you already downloaded the node modules via cmd, then download this
node modules from
https://drive.google.com/file/d/1ML6nECK18J0jM3hhfJdSCRtCNLssruYQ/view
and replace it with the node_modules folder in your local repository.
and return to cmd and type "npm start"
it will work
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#268 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBI5GILRDPCODUSJOP4JLDR5A57FANCNFSM4PFEVYEQ>
.
|
npm install first, then npm start |
"npm install" will download new versions of node_modules that gives you the error about "@jpmorganchase/perspective" so you can download the required node_modules for the task from above link |
Worked for me. Are you running from an admin CMD?
…On Tue, Jul 28, 2020 at 12:27 PM nihitha582 ***@***.***> wrote:
[image: Screen Shot 2020-07-28 at 12 24 26 PM]
<https://user-images.githubusercontent.com/39545648/88693724-9f6fd180-d0cd-11ea-8b6f-18536812c17c.png>
This is the error I am getting after running this fix.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#268 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBI5GOIA7JJZWU6HTVVTHTR53363ANCNFSM4PFEVYEQ>
.
|
Not sure what the admin CMD would be, I was just running the npm install, npm start as normally (after replacing the node_modules dir). Not sure if running Catalina MacOS effects it at all - I know there have been some read/write permission errors with that OS |
When you open your console (the black box) to you right click and try to
run as an administrator
…On Tue, Jul 28, 2020, 2:05 PM nihitha582 ***@***.***> wrote:
Not sure what the admin CMD would be, I was just running the npm install,
npm start as normally (after replacing the node_modules dir). Not sure if
running Catalina MacOS effects it at all - I know there have been some
read/write permission errors with that OS
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#268 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBI5GKTS2CGF6OYCJTOJADR54HN5ANCNFSM4PFEVYEQ>
.
|
so running npm install react-scripts resolved the issue! |
I downloaded the link provided above and now ended up the error above(screenshot) in the comment |
Can you share you package.json? |
Can you share your package.json file? |
The text was updated successfully, but these errors were encountered: