-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Error findup-sync not found with grunt-cli 0.1.13 #1783
Comments
@ManasaVTR, your node js version seems very old node version - 6.17.1 is that right? LTS is now at version 18 |
Yes . We haven't updated node version because few of the dependencies might break . |
After increasing Node Js to 17.0.0 I am getting the below error :
Error: Cannot find module 'getobject'
Node.js v17.0.0 |
With node version 8 PS C:\workspace\ui\ri-desktop_accelus-ri-app\ui> grunt --version SyntaxError: Unexpected token ... |
We have been working with grunt-cli version 0.1.13 , node version - 6.17.1, npm version-3.10.10
While running grunt commands we are seeing dependency not found errors even though these modules are present in node_modules.
Can anyone help us resolving this issue ?
Error while running grunt --help
Cannot find module 'findup-sync'
at Function.Module._resolveFilename (module.js:476:15)
at Function.Module._load (module.js:424:25)
at Module.require (module.js:504:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\6110853\AppData\Roaming\nvm\v6.17.1\node_modules\grunt-cli\bin\grunt:8:14)
at Module._compile (module.js:577:32)
at Object.Module._extensions..js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3)
The text was updated successfully, but these errors were encountered: