Open brilang opened 3 years ago
I have reported the same problem from my work Github account for the PRO version of Argon with no response in 8 days. My company purchased a license for the product.
I got the same error , unable to start this template.
Bump - Free version of this theme
if anyone has the same error, open terminal in vscode and try this npm install --save --legacy-peer-deps it helped me
Same error!! I need help.
What's your node version ?
Same error here. Any update on this?
-EDIT-
To anyone still having problem.
use yarn install
instead of npm
You also need to have python2 installed.
has this been fixed for anyone? having same issue with paid version
I'm having the same issue with the paid version too
yarn install
worked for me indeed
yarn install also gives problem to me it gives my gyp Err! any solution for yarn install
Same Issue.
Using $ yarn install
worked for me. But before install I had to delete the node-sass dependency because it has an error during build. After the installation succeeded, I install again node-sass with yarn. Everything worked perfect.
Summary:
$ yarn install
instead of npm$ yarn install node-sass
I've tried all this companies next.js templates. Every single one of them has a mess of dependency issues.
@mustafinho thank you! you solved my problem
These steps worked for me:
16.8.0
(if you use nvm, $ nvm install 16.8.0
and $ nvm use 16.8.0
)node_modules
and yarn.lock/package-lock.json
files if any$ yarn install
$ yarn add node-sass
@devAyushDubey @zergrandy @bravokevin
It installed like you said, but now it doesn't recognize the next
command for viewing the dashboard.
Did I make a mistake?
@devAyushDubey @zergrandy @bravokevin It installed like you said, but now it doesn't recognize the
next
command for viewing the dashboard. Did I make a mistake?
Oh, I missed the yarn add next
and yarn add react
. But now I get this:
TypeError: Cannot set properties of undefined (setting 'styles')
@devAyushDubey @zergrandy @bravokevin It installed like you said, but now it doesn't recognize the
next
command for viewing the dashboard. Did I make a mistake?Oh, I missed the
yarn add next
andyarn add react
. But now I get this:TypeError: Cannot set properties of undefined (setting 'styles')
Just in case someone has the same issue, I downgraded node to 16.10.0 with nvm
for windows.
@devAyushDubey @zergrandy @bravokevin It installed like you said, but now it doesn't recognize the
next
command for viewing the dashboard. Did I make a mistake?Oh, I missed the
yarn add next
andyarn add react
. But now I get this:TypeError: Cannot set properties of undefined (setting 'styles')
I am dealing with the same error TypeError: Cannot set properties of undefined (setting 'styles')
, tried downgrading to 16.10.0 as well but didn't work
@devAyushDubey @zergrandy @bravokevin It installed like you said, but now it doesn't recognize the
next
command for viewing the dashboard. Did I make a mistake?Oh, I missed the
yarn add next
andyarn add react
. But now I get this:TypeError: Cannot set properties of undefined (setting 'styles')
I am dealing with the same error
TypeError: Cannot set properties of undefined (setting 'styles')
, tried downgrading to 16.10.0 as well but didn't work
You're using yarn instead of npm, right?
Version
1.1.0
Reproduction link
n/a
Operating System
Windows 10 Home 64-bit
Device
Dell Gaming PC, Intel i7-10700F, 32GB memory
Browser & Version
n/a
Steps to reproduce
What is expected?
npm install to work properly
What is actually happening?
npm fails with the following results
C:\Users\brila\Projects\ArgonTemplate>npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: nextjs-argon-dashboard@1.1.0 npm ERR! Found: react@17.0.1 npm ERR! node_modules/react npm ERR! react@"17.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.5.0" from react-datetime@3.0.4 npm ERR! node_modules/react-datetime npm ERR! react-datetime@"3.0.4" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\brila\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\brila\AppData\Local\npm-cache_logs\2021-03-20T01_31_59_858Z-debug.log
Solution
Possibly the same solution to Issue # 8 in the Notus NextJS project as the error messages are similar.
Additional comments
I have reported the same problem from my work Github account for the PRO version of Argon with no response in 8 days. My company purchased a license for the product.