Skip to content
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

generate_configs not working #14

Open
mriehema opened this issue Aug 3, 2016 · 2 comments
Open

generate_configs not working #14

mriehema opened this issue Aug 3, 2016 · 2 comments

Comments

@mriehema
Copy link

mriehema commented Aug 3, 2016

generate_configs is not working.

Node, npm and grunt are installed globally. Working with windows 7 in git bash.

$ grunt -V
grunt-cli v1.2.0
grunt v1.0.1
$ generate_configs
module.js:327
    throw err;
    ^

Error: Cannot find module 'grunt'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (C:\Users\mriehema\AppData\Roaming\npm\node_modules\grunt-generate-configs\bin\generate_configs:3:13)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Function.Module.runMain (module.js:441:10)
@jrutter
Copy link

jrutter commented Mar 6, 2017

Did this ever get fixed?

@Trimud
Copy link

Trimud commented May 22, 2017

Looks like npm install grunt -g fixes this issue.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@jrutter @mriehema @Trimud and others